cd layers && make make[1]: Entering directory `/src/layers' make[2]: Entering directory `/src/layers/layer1_python2_core' if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_core/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_core/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_conflicts |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_core/.layerapi2_conflicts; else cat .layerapi2_conflicts |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_core/.layerapi2_conflicts; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_core/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_core/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_core/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_core/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-1.2/opt/python2_core" "python2_core" no cache configured if ! test -f cache/hit; then \ for SUBDIR in 0000_adm 0030_python2 0035_certifi 0041_six 0042_appdirs 0043_packaging 0044_setuptools 0045_pyparsing 0046_pip 0046_virtualenv 0050_wheel 9999_requirements; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-1.2/opt/python2_core ; \ fi make[3]: Entering directory `/src/layers/layer1_python2_core/0000_adm' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all ln -s /opt/metwork-mfext-1.2/opt/python3_core/bin/freeze_requirements freeze_requirements cp -f freeze_requirements /opt/metwork-mfext-1.2/opt/python2_core/bin/freeze_requirements chmod a+rx /opt/metwork-mfext-1.2/opt/python2_core/bin/freeze_requirements ln -s /opt/metwork-mfext-1.2/opt/python3_core/bin/download_compile_requirements download_compile_requirements cp -f download_compile_requirements /opt/metwork-mfext-1.2/opt/python2_core/bin/download_compile_requirements chmod a+rx /opt/metwork-mfext-1.2/opt/python2_core/bin/download_compile_requirements ln -s /opt/metwork-mfext-1.2/opt/python3_core/bin/install_requirements install_requirements cp -f install_requirements /opt/metwork-mfext-1.2/opt/python2_core/bin/install_requirements chmod a+rx /opt/metwork-mfext-1.2/opt/python2_core/bin/install_requirements ln -s /opt/metwork-mfext-1.2/opt/python3_core/bin/unsafe_pip unsafe_pip cp -f unsafe_pip /opt/metwork-mfext-1.2/opt/python2_core/bin/unsafe_pip chmod a+rx /opt/metwork-mfext-1.2/opt/python2_core/bin/unsafe_pip cp -f python3_wrapper /opt/metwork-mfext-1.2/opt/python2_core/bin/python3_wrapper chmod a+rx /opt/metwork-mfext-1.2/opt/python2_core/bin/python3_wrapper cd /opt/metwork-mfext-1.2/opt/python2_core/bin && ln -s python3_wrapper python3 echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugin_wrapper echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugin_wrapper echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/plugin_wrapper`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugin_wrapper chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/plugin_wrapper echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.list echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.list echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.list`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.list chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.list echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.info echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.info echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.info`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.info chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.info echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.hash echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.hash echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.hash`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.hash chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.hash echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.check echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.check echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.check`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.check chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.check echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.init echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.init echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.init`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.init chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.init echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.make echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.make echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.make`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.make chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.make echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.develop echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.develop echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.develop`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.develop chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/_plugins.develop echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.install echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.install echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.install`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.install chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.install echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.uninstall echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.uninstall echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.uninstall`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.uninstall chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins.uninstall echo "#!/bin/bash" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins_validate_name echo "# python3 wrapper as mfplugin is python3 only" >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins_validate_name echo 'layer_wrapper --layers="python3@mfext" -- '`basename /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins_validate_name`' "$@"' >>/opt/metwork-mfext-1.2/opt/python2_core/bin/plugins_validate_name chmod +x /opt/metwork-mfext-1.2/opt/python2_core/bin/plugins_validate_name make[3]: Leaving directory `/src/layers/layer1_python2_core/0000_adm' make[3]: Entering directory `/src/layers/layer1_python2_core/0030_python2' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo "name: 'Python'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo "version: '2.7.18'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo "extension: 'tar.xz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo "checksum: 'fd6cc8ec0a78c44036f825e739f36e5a'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo -n "Python is an interpreted, object-oriented, high-level programming language." |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo "website: 'http://python.org/'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml echo "license: 'Python'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/Python.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard EXTRACFLAGS="-I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include" EXTRALDFLAGS="-L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib" OPTIONS='--enable-shared --with-system-ffi --with-tcltk-includes="-I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include" --with-tcltk-libs="-L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -ltcl8.6 -ltk8.6"' download uncompress configure build install make[1]: Entering directory '/src/layers/layer1_python2_core/0030_python2' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/Python-2.7.18.tar.xz` `readlink -m ./sources` MD5 fd6cc8ec0a78c44036f825e739f36e5a Trying to download https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz... --2021-11-25 15:08:48-- https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz Resolving www.python.org... 151.101.208.223, 2a04:4e42:31::223 Connecting to www.python.org|151.101.208.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 12854736 (12M) [application/octet-stream] Saving to: `/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18.tar.xz' 0K .......... .......... .......... .......... .......... 0% 4.65M 3s 50K .......... .......... .......... .......... .......... 0% 13.6M 2s 100K .......... .......... .......... .......... .......... 1% 11.2M 2s 150K .......... .......... .......... .......... .......... 1% 16.6M 1s 200K .......... .......... .......... .......... .......... 1% 15.0M 1s 250K .......... .......... .......... .......... .......... 2% 43.5M 1s 300K .......... .......... .......... .......... .......... 2% 27.9M 1s 350K .......... .......... .......... .......... .......... 3% 34.3M 1s 400K .......... .......... .......... .......... .......... 3% 35.1M 1s 450K .......... .......... .......... .......... .......... 3% 37.3M 1s 500K .......... .......... .......... .......... .......... 4% 35.1M 1s 550K .......... .......... .......... .......... .......... 4% 17.6M 1s 600K .......... .......... .......... .......... .......... 5% 188M 1s 650K .......... .......... .......... .......... .......... 5% 238M 1s 700K .......... .......... .......... .......... .......... 5% 150M 1s 750K .......... .......... .......... .......... .......... 6% 185M 1s 800K .......... .......... .......... .......... .......... 6% 144M 1s 850K .......... .......... .......... .......... .......... 7% 60.5M 0s 900K .......... .......... .......... .......... .......... 7% 71.1M 0s 950K .......... .......... .......... .......... .......... 7% 71.6M 0s 1000K .......... .......... .......... .......... .......... 8% 68.2M 0s 1050K .......... .......... .......... .......... .......... 8% 229M 0s 1100K .......... .......... .......... .......... .......... 9% 81.4M 0s 1150K .......... .......... .......... .......... .......... 9% 96.7M 0s 1200K .......... .......... .......... .......... .......... 9% 27.7M 0s 1250K .......... .......... .......... .......... .......... 10% 147M 0s 1300K .......... .......... .......... .......... .......... 10% 235M 0s 1350K .......... .......... .......... .......... .......... 11% 111M 0s 1400K .......... .......... .......... .......... .......... 11% 90.5M 0s 1450K .......... .......... .......... .......... .......... 11% 155M 0s 1500K .......... .......... .......... .......... .......... 12% 73.8M 0s 1550K .......... .......... .......... .......... .......... 12% 206M 0s 1600K .......... .......... .......... .......... .......... 13% 193M 0s 1650K .......... .......... .......... .......... .......... 13% 180M 0s 1700K .......... .......... .......... .......... .......... 13% 99.0M 0s 1750K .......... .......... .......... .......... .......... 14% 148M 0s 1800K .......... .......... .......... .......... .......... 14% 182M 0s 1850K .......... .......... .......... .......... .......... 15% 219M 0s 1900K .......... .......... .......... .......... .......... 15% 186M 0s 1950K .......... .......... .......... .......... .......... 15% 178M 0s 2000K .......... .......... .......... .......... .......... 16% 217M 0s 2050K .......... .......... .......... .......... .......... 16% 203M 0s 2100K .......... .......... .......... .......... .......... 17% 199M 0s 2150K .......... .......... .......... .......... .......... 17% 95.9M 0s 2200K .......... .......... .......... .......... .......... 17% 239M 0s 2250K .......... .......... .......... .......... .......... 18% 138M 0s 2300K .......... .......... .......... .......... .......... 18% 193M 0s 2350K .......... .......... .......... .......... .......... 19% 160M 0s 2400K .......... .......... .......... .......... .......... 19% 185M 0s 2450K .......... .......... .......... .......... .......... 19% 197M 0s 2500K .......... .......... .......... .......... .......... 20% 184M 0s 2550K .......... .......... .......... .......... .......... 20% 141M 0s 2600K .......... .......... .......... .......... .......... 21% 194M 0s 2650K .......... .......... .......... .......... .......... 21% 186M 0s 2700K .......... .......... .......... .......... .......... 21% 182M 0s 2750K .......... .......... .......... .......... .......... 22% 194M 0s 2800K .......... .......... .......... .......... .......... 22% 197M 0s 2850K .......... .......... .......... .......... .......... 23% 233M 0s 2900K .......... .......... .......... .......... .......... 23% 178M 0s 2950K .......... .......... .......... .......... .......... 23% 161M 0s 3000K .......... .......... .......... .......... .......... 24% 231M 0s 3050K .......... .......... .......... .......... .......... 24% 148M 0s 3100K .......... .......... .......... .......... .......... 25% 240M 0s 3150K .......... .......... .......... .......... .......... 25% 229M 0s 3200K .......... .......... .......... .......... .......... 25% 163M 0s 3250K .......... .......... .......... .......... .......... 26% 231M 0s 3300K .......... .......... .......... .......... .......... 26% 223M 0s 3350K .......... .......... .......... .......... .......... 27% 183M 0s 3400K .......... .......... .......... .......... .......... 27% 241M 0s 3450K .......... .......... .......... .......... .......... 27% 242M 0s 3500K .......... .......... .......... .......... .......... 28% 25.0M 0s 3550K .......... .......... .......... .......... .......... 28% 206M 0s 3600K .......... .......... .......... .......... .......... 29% 240M 0s 3650K .......... .......... .......... .......... .......... 29% 159M 0s 3700K .......... .......... .......... .......... .......... 29% 232M 0s 3750K .......... .......... .......... .......... .......... 30% 127M 0s 3800K .......... .......... .......... .......... .......... 30% 228M 0s 3850K .......... .......... .......... .......... .......... 31% 240M 0s 3900K .......... .......... .......... .......... .......... 31% 166M 0s 3950K .......... .......... .......... .......... .......... 31% 231M 0s 4000K .......... .......... .......... .......... .......... 32% 241M 0s 4050K .......... .......... .......... .......... .......... 32% 241M 0s 4100K .......... .......... .......... .......... .......... 33% 241M 0s 4150K .......... .......... .......... .......... .......... 33% 184M 0s 4200K .......... .......... .......... .......... .......... 33% 242M 0s 4250K .......... .......... .......... .......... .......... 34% 104M 0s 4300K .......... .......... .......... .......... .......... 34% 241M 0s 4350K .......... .......... .......... .......... .......... 35% 234M 0s 4400K .......... .......... .......... .......... .......... 35% 159M 0s 4450K .......... .......... .......... .......... .......... 35% 237M 0s 4500K .......... .......... .......... .......... .......... 36% 167M 0s 4550K .......... .......... .......... .......... .......... 36% 169M 0s 4600K .......... .......... .......... .......... .......... 37% 239M 0s 4650K .......... .......... .......... .......... .......... 37% 163M 0s 4700K .......... .......... .......... .......... .......... 37% 232M 0s 4750K .......... .......... .......... .......... .......... 38% 239M 0s 4800K .......... .......... .......... .......... .......... 38% 244M 0s 4850K .......... .......... .......... .......... .......... 39% 241M 0s 4900K .......... .......... .......... .......... .......... 39% 242M 0s 4950K .......... .......... .......... .......... .......... 39% 24.5M 0s 5000K .......... .......... .......... .......... .......... 40% 229M 0s 5050K .......... .......... .......... .......... .......... 40% 155M 0s 5100K .......... .......... .......... .......... .......... 41% 220M 0s 5150K .......... .......... .......... .......... .......... 41% 242M 0s 5200K .......... .......... .......... .......... .......... 41% 167M 0s 5250K .......... .......... .......... .......... .......... 42% 232M 0s 5300K .......... .......... .......... .......... .......... 42% 238M 0s 5350K .......... .......... .......... .......... .......... 43% 134M 0s 5400K .......... .......... .......... .......... .......... 43% 239M 0s 5450K .......... .......... .......... .......... .......... 43% 240M 0s 5500K .......... .......... .......... .......... .......... 44% 162M 0s 5550K .......... .......... .......... .......... .......... 44% 237M 0s 5600K .......... .......... .......... .......... .......... 45% 95.2M 0s 5650K .......... .......... .......... .......... .......... 45% 233M 0s 5700K .......... .......... .......... .......... .......... 45% 240M 0s 5750K .......... .......... .......... .......... .......... 46% 132M 0s 5800K .......... .......... .......... .......... .......... 46% 215M 0s 5850K .......... .......... .......... .......... .......... 46% 239M 0s 5900K .......... .......... .......... .......... .......... 47% 94.6M 0s 5950K .......... .......... .......... .......... .......... 47% 238M 0s 6000K .......... .......... .......... .......... .......... 48% 240M 0s 6050K .......... .......... .......... .......... .......... 48% 106M 0s 6100K .......... .......... .......... .......... .......... 48% 238M 0s 6150K .......... .......... .......... .......... .......... 49% 84.3M 0s 6200K .......... .......... .......... .......... .......... 49% 217M 0s 6250K .......... .......... .......... .......... .......... 50% 236M 0s 6300K .......... .......... .......... .......... .......... 50% 235M 0s 6350K .......... .......... .......... .......... .......... 50% 160M 0s 6400K .......... .......... .......... .......... .......... 51% 238M 0s 6450K .......... .......... .......... .......... .......... 51% 241M 0s 6500K .......... .......... .......... .......... .......... 52% 143M 0s 6550K .......... .......... .......... .......... .......... 52% 178M 0s 6600K .......... .......... .......... .......... .......... 52% 242M 0s 6650K .......... .......... .......... .......... .......... 53% 161M 0s 6700K .......... .......... .......... .......... .......... 53% 238M 0s 6750K .......... .......... .......... .......... .......... 54% 242M 0s 6800K .......... .......... .......... .......... .......... 54% 157M 0s 6850K .......... .......... .......... .......... .......... 54% 234M 0s 6900K .......... .......... .......... .......... .......... 55% 241M 0s 6950K .......... .......... .......... .......... .......... 55% 134M 0s 7000K .......... .......... .......... .......... .......... 56% 239M 0s 7050K .......... .......... .......... .......... .......... 56% 236M 0s 7100K .......... .......... .......... .......... .......... 56% 162M 0s 7150K .......... .......... .......... .......... .......... 57% 239M 0s 7200K .......... .......... .......... .......... .......... 57% 241M 0s 7250K .......... .......... .......... .......... .......... 58% 242M 0s 7300K .......... .......... .......... .......... .......... 58% 154M 0s 7350K .......... .......... .......... .......... .......... 58% 120M 0s 7400K .......... .......... .......... .......... .......... 59% 237M 0s 7450K .......... .......... .......... .......... .......... 59% 163M 0s 7500K .......... .......... .......... .......... .......... 60% 232M 0s 7550K .......... .......... .......... .......... .......... 60% 236M 0s 7600K .......... .......... .......... .......... .......... 60% 156M 0s 7650K .......... .......... .......... .......... .......... 61% 231M 0s 7700K .......... .......... .......... .......... .......... 61% 240M 0s 7750K .......... .......... .......... .......... .......... 62% 129M 0s 7800K .......... .......... .......... .......... .......... 62% 232M 0s 7850K .......... .......... .......... .......... .......... 62% 240M 0s 7900K .......... .......... .......... .......... .......... 63% 147M 0s 7950K .......... .......... .......... .......... .......... 63% 234M 0s 8000K .......... .......... .......... .......... .......... 64% 158M 0s 8050K .......... .......... .......... .......... .......... 64% 209M 0s 8100K .......... .......... .......... .......... .......... 64% 235M 0s 8150K .......... .......... .......... .......... .......... 65% 123M 0s 8200K .......... .......... .......... .......... .......... 65% 223M 0s 8250K .......... .......... .......... .......... .......... 66% 234M 0s 8300K .......... .......... .......... .......... .......... 66% 136M 0s 8350K .......... .......... .......... .......... .......... 66% 152M 0s 8400K .......... .......... .......... .......... .......... 67% 232M 0s 8450K .......... .......... .......... .......... .......... 67% 236M 0s 8500K .......... .......... .......... .......... .......... 68% 92.8M 0s 8550K .......... .......... .......... .......... .......... 68% 179M 0s 8600K .......... .......... .......... .......... .......... 68% 238M 0s 8650K .......... .......... .......... .......... .......... 69% 151M 0s 8700K .......... .......... .......... .......... .......... 69% 237M 0s 8750K .......... .......... .......... .......... .......... 70% 240M 0s 8800K .......... .......... .......... .......... .......... 70% 140M 0s 8850K .......... .......... .......... .......... .......... 70% 236M 0s 8900K .......... .......... .......... .......... .......... 71% 236M 0s 8950K .......... .......... .......... .......... .......... 71% 133M 0s 9000K .......... .......... .......... .......... .......... 72% 232M 0s 9050K .......... .......... .......... .......... .......... 72% 159M 0s 9100K .......... .......... .......... .......... .......... 72% 226M 0s 9150K .......... .......... .......... .......... .......... 73% 237M 0s 9200K .......... .......... .......... .......... .......... 73% 154M 0s 9250K .......... .......... .......... .......... .......... 74% 234M 0s 9300K .......... .......... .......... .......... .......... 74% 155M 0s 9350K .......... .......... .......... .......... .......... 74% 176M 0s 9400K .......... .......... .......... .......... .......... 75% 160M 0s 9450K .......... .......... .......... .......... .......... 75% 228M 0s 9500K .......... .......... .......... .......... .......... 76% 238M 0s 9550K .......... .......... .......... .......... .......... 76% 148M 0s 9600K .......... .......... .......... .......... .......... 76% 231M 0s 9650K .......... .......... .......... .......... .......... 77% 236M 0s 9700K .......... .......... .......... .......... .......... 77% 156M 0s 9750K .......... .......... .......... .......... .......... 78% 172M 0s 9800K .......... .......... .......... .......... .......... 78% 233M 0s 9850K .......... .......... .......... .......... .......... 78% 154M 0s 9900K .......... .......... .......... .......... .......... 79% 235M 0s 9950K .......... .......... .......... .......... .......... 79% 156M 0s 10000K .......... .......... .......... .......... .......... 80% 236M 0s 10050K .......... .......... .......... .......... .......... 80% 235M 0s 10100K .......... .......... .......... .......... .......... 80% 129M 0s 10150K .......... .......... .......... .......... .......... 81% 170M 0s 10200K .......... .......... .......... .......... .......... 81% 238M 0s 10250K .......... .......... .......... .......... .......... 82% 101M 0s 10300K .......... .......... .......... .......... .......... 82% 220M 0s 10350K .......... .......... .......... .......... .......... 82% 236M 0s 10400K .......... .......... .......... .......... .......... 83% 154M 0s 10450K .......... .......... .......... .......... .......... 83% 231M 0s 10500K .......... .......... .......... .......... .......... 84% 236M 0s 10550K .......... .......... .......... .......... .......... 84% 127M 0s 10600K .......... .......... .......... .......... .......... 84% 235M 0s 10650K .......... .......... .......... .......... .......... 85% 238M 0s 10700K .......... .......... .......... .......... .......... 85% 159M 0s 10750K .......... .......... .......... .......... .......... 86% 236M 0s 10800K .......... .......... .......... .......... .......... 86% 132M 0s 10850K .......... .......... .......... .......... .......... 86% 233M 0s 10900K .......... .......... .......... .......... .......... 87% 238M 0s 10950K .......... .......... .......... .......... .......... 87% 182M 0s 11000K .......... .......... .......... .......... .......... 88% 238M 0s 11050K .......... .......... .......... .......... .......... 88% 238M 0s 11100K .......... .......... .......... .......... .......... 88% 225M 0s 11150K .......... .......... .......... .......... .......... 89% 236M 0s 11200K .......... .......... .......... .......... .......... 89% 242M 0s 11250K .......... .......... .......... .......... .......... 90% 238M 0s 11300K .......... .......... .......... .......... .......... 90% 232M 0s 11350K .......... .......... .......... .......... .......... 90% 148M 0s 11400K .......... .......... .......... .......... .......... 91% 236M 0s 11450K .......... .......... .......... .......... .......... 91% 238M 0s 11500K .......... .......... .......... .......... .......... 92% 234M 0s 11550K .......... .......... .......... .......... .......... 92% 236M 0s 11600K .......... .......... .......... .......... .......... 92% 238M 0s 11650K .......... .......... .......... .......... .......... 93% 237M 0s 11700K .......... .......... .......... .......... .......... 93% 239M 0s 11750K .......... .......... .......... .......... .......... 93% 182M 0s 11800K .......... .......... .......... .......... .......... 94% 233M 0s 11850K .......... .......... .......... .......... .......... 94% 236M 0s 11900K .......... .......... .......... .......... .......... 95% 236M 0s 11950K .......... .......... .......... .......... .......... 95% 240M 0s 12000K .......... .......... .......... .......... .......... 95% 214M 0s 12050K .......... .......... .......... .......... .......... 96% 230M 0s 12100K .......... .......... .......... .......... .......... 96% 237M 0s 12150K .......... .......... .......... .......... .......... 97% 181M 0s 12200K .......... .......... .......... .......... .......... 97% 237M 0s 12250K .......... .......... .......... .......... .......... 97% 235M 0s 12300K .......... .......... .......... .......... .......... 98% 237M 0s 12350K .......... .......... .......... .......... .......... 98% 236M 0s 12400K .......... .......... .......... .......... .......... 99% 238M 0s 12450K .......... .......... .......... .......... .......... 99% 237M 0s 12500K .......... .......... .......... .......... .......... 99% 239M 0s 12550K ... 100% 52.3M=0.1s 2021-11-25 15:08:48 (116 MB/s) - `/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18.tar.xz' saved [12854736/12854736] Computing checksum for /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18.tar.xz... Good checksum rm -Rf Python-2.7.18 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/Python-2.7.18.tar.xz` tar.xz Python-2.7.18 cd build/Python-2.7.18 && if test "-L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib" != ""; then export LDFLAGS="-L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib"; fi && if test "-I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include" != ""; then export CFLAGS="-I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include";export CPPFLAGS="-I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include"; fi && if test "" != ""; then export ""; fi && if test "" != ""; then export PKG_CONFIG_PATH=""; fi && ./configure --prefix=/opt/metwork-mfext-1.2/opt/python2_core --enable-shared --with-system-ffi --with-tcltk-includes="-I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include" --with-tcltk-libs="-L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -ltcl8.6 -ltk8.6" checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for python2.7... no checking for python3... python3 checking for --enable-universalsdk... no checking for --with-universal-archs... no checking MACHDEP... linux2 checking EXTRAPLATDIR... checking for --without-gcc... no checking for --with-icc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for --with-cxx-main=... no checking for g++... no configure: WARNING: By default, distutils will build C++ extension modules with "g++". If this is not intended, then set CXX on the configure command line. checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for --with-suffix... checking for case-insensitive build directory... no checking LIBRARY... libpython$(VERSION).a checking LINKCC... $(PURIFY) $(MAINCC) checking for GNU ld... yes checking for --enable-shared... yes checking for --enable-profiling... no checking LDLIBRARY... libpython$(VERSION).so checking for ranlib... ranlib checking for ar... ar checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... /bin/mkdir -p checking for --with-pydebug... no checking whether gcc accepts -fno-strict-aliasing... yes checking whether gcc accepts -OPT:Olimit=0... no checking whether gcc accepts -Olimit 1500... no checking whether gcc supports ParseTuple __format__... no checking for --enable-optimizations... no checking for --with-lto... no checking target system type... x86_64-pc-linux-gnu checking for -llvm-profdata... no checking for llvm-profdata... '' checking whether pthreads are available without options... no checking whether gcc accepts -Kpthread... no checking whether gcc accepts -Kthread... no checking whether gcc accepts -pthread... yes checking whether g++ also accepts flags for thread support... yes checking for ANSI C header files... (cached) yes checking asm/types.h usability... yes checking asm/types.h presence... yes checking for asm/types.h... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking shadow.h usability... yes checking shadow.h presence... yes checking for shadow.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stdint.h... (cached) yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking thread.h usability... no checking thread.h presence... no checking for thread.h... no checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking sys/bsdtty.h usability... no checking sys/bsdtty.h presence... no checking for sys/bsdtty.h... no checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking sys/lock.h usability... no checking sys/lock.h presence... no checking for sys/lock.h... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/random.h usability... no checking sys/random.h presence... no checking for sys/random.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking for sys/stat.h... (cached) yes checking sys/termio.h usability... no checking sys/termio.h presence... no checking for sys/termio.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for sys/types.h... (cached) yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking netpacket/packet.h usability... yes checking netpacket/packet.h presence... yes checking for netpacket/packet.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking bluetooth.h usability... no checking bluetooth.h presence... no checking for bluetooth.h... no checking bluetooth/bluetooth.h usability... no checking bluetooth/bluetooth.h presence... no checking for bluetooth/bluetooth.h... no checking linux/tipc.h usability... yes checking linux/tipc.h presence... yes checking for linux/tipc.h... yes checking spawn.h usability... yes checking spawn.h presence... yes checking for spawn.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether sys/types.h defines makedev... yes checking for linux/netlink.h... yes checking for clock_t in time.h... yes checking for makedev... yes checking Solaris LFS bug... no checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for uint32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint64_t... yes checking for int32_t... yes checking for int32_t... yes checking for int64_t... yes checking for int64_t... yes checking for ssize_t... yes checking size of int... 4 checking size of long... 8 checking size of void *... 8 checking size of short... 2 checking size of float... 4 checking size of double... 8 checking size of fpos_t... 16 checking size of size_t... 8 checking size of pid_t... 4 checking for long long support... yes checking size of long long... 8 checking for long double support... yes checking size of long double... 16 checking for _Bool support... yes checking size of _Bool... 1 checking for uintptr_t... yes checking size of uintptr_t... 8 checking size of off_t... 8 checking whether to enable large file support... no checking size of time_t... 8 checking for pthread_t... yes checking size of pthread_t... 8 checking for --enable-toolbox-glue... no checking for --enable-framework... no checking for dyld... no checking SO... .so checking LDSHARED... $(CC) -shared checking CCSHARED... -fPIC checking LINKFORSHARED... -Xlinker -export-dynamic checking CFLAGSFORSHARED... $(CCSHARED) checking SHLIBS... $(LIBS) checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for library containing sem_init... -lpthread checking for textdomain in -lintl... no checking for library containing bind_textdomain_codeset... none required checking for t_open in -lnsl... no checking for socket in -lsocket... no checking for --with-libs... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for --with-system-expat... no checking for --with-system-ffi... yes checking for --with-tcltk-includes... -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include checking for --with-tcltk-libs... -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -ltcl8.6 -ltk8.6 checking for --with-dbmliborder... checking for --with-signal-module... yes checking for --with-dec-threads... no checking for --with-threads... yes checking if PTHREAD_SCOPE_SYSTEM is supported... yes checking for pthread_sigmask... yes checking for pthread_atfork... yes checking if --enable-ipv6 is specified... yes checking if RFC2553 API is available... yes checking ipv6 stack type... linux-glibc checking for OSX 10.5 SDK or later... no checking for --with-doc-strings... yes checking for --with-tsc... no checking for --with-pymalloc... yes checking for --with-valgrind... no checking for --with-wctype-functions... no checking for dlopen... yes checking DYNLOADFILE... dynload_shlib.o checking MACHDEP_OBJS... MACHDEP_OBJS checking for alarm... yes checking for setitimer... yes checking for getitimer... yes checking for chown... yes checking for clock... yes checking for confstr... yes checking for ctermid... yes checking for execv... yes checking for fchmod... yes checking for fchown... yes checking for fork... yes checking for fpathconf... yes checking for ftime... yes checking for ftruncate... yes checking for gai_strerror... yes checking for getgroups... yes checking for getlogin... yes checking for getloadavg... yes checking for getpeername... yes checking for getpgid... yes checking for getpid... yes checking for getentropy... no checking for getpriority... yes checking for getresuid... yes checking for getresgid... yes checking for getpwent... yes checking for getspnam... yes checking for getspent... yes checking for getsid... yes checking for getwd... yes checking for initgroups... yes checking for kill... yes checking for killpg... yes checking for lchown... yes checking for lstat... yes checking for mkfifo... yes checking for mknod... yes checking for mktime... yes checking for mmap... yes checking for mremap... yes checking for nice... yes checking for pathconf... yes checking for pause... yes checking for plock... no checking for poll... yes checking for pthread_init... no checking for putenv... yes checking for readlink... yes checking for realpath... yes checking for select... yes checking for sem_open... yes checking for sem_timedwait... yes checking for sem_getvalue... yes checking for sem_unlink... yes checking for setegid... yes checking for seteuid... yes checking for setgid... yes checking for setlocale... yes checking for setregid... yes checking for setreuid... yes checking for setsid... yes checking for setpgid... yes checking for setpgrp... yes checking for setuid... yes checking for setvbuf... yes checking for snprintf... yes checking for setlocale... (cached) yes checking for setregid... (cached) yes checking for setreuid... (cached) yes checking for setresuid... yes checking for setresgid... yes checking for setsid... (cached) yes checking for setpgid... (cached) yes checking for setpgrp... (cached) yes checking for setuid... (cached) yes checking for setvbuf... (cached) yes checking for snprintf... (cached) yes checking for sigaction... yes checking for siginterrupt... yes checking for sigrelse... yes checking for strftime... yes checking for sysconf... yes checking for tcgetpgrp... yes checking for tcsetpgrp... yes checking for tempnam... yes checking for timegm... yes checking for times... yes checking for tmpfile... yes checking for tmpnam... yes checking for tmpnam_r... yes checking for truncate... yes checking for uname... yes checking for unsetenv... yes checking for utimes... yes checking for waitpid... yes checking for wait3... yes checking for wait4... yes checking for wcscoll... yes checking for _getpty... no checking for lchmod... no checking for chroot... yes checking for link... yes checking for symlink... yes checking for fchdir... yes checking for fsync... yes checking for fdatasync... yes checking for epoll... yes checking for kqueue... no checking for ctermid_r... no checking for flock declaration... yes checking for flock... yes checking for getpagesize... yes checking for broken unsetenv... no checking for true... true checking for inet_aton in -lc... yes checking for chflags... no checking for lchflags... no checking for inflateCopy in -lz... yes checking for hstrerror... yes checking for inet_aton... yes checking for inet_pton... yes checking for setgroups... yes checking for openpty... no checking for openpty in -lutil... yes checking for forkpty... yes checking for memmove... yes checking for fseek64... no checking for fseeko... yes checking for fstatvfs... yes checking for ftell64... no checking for ftello... yes checking for statvfs... yes checking for dup2... yes checking for getcwd... yes checking for strdup... yes checking for getpgrp... yes checking for setpgrp... (cached) yes checking for gettimeofday... yes checking for major... yes checking for getaddrinfo... yes checking getaddrinfo bug... no checking for getnameinfo... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct stat.st_rdev... yes checking for struct stat.st_blksize... yes checking for struct stat.st_flags... no checking for struct stat.st_gen... no checking for struct stat.st_birthtime... no checking for struct stat.st_blocks... yes checking for time.h that defines altzone... no checking whether sys/select.h and sys/time.h may both be included... yes checking for addrinfo... yes checking for sockaddr_storage... yes checking whether char is unsigned... no checking for an ANSI C-conforming const... yes checking for working volatile... yes checking for working signed char... yes checking for prototypes... yes checking for variable length prototypes and stdarg.h... yes checking for socketpair... yes checking if sockaddr has sa_len member... no checking whether va_list is an array... yes checking for gethostbyname_r... yes checking gethostbyname_r with 6 args... yes checking for __fpu_control... yes checking for --with-fpectl... no checking for --with-libm=STRING... default LIBM="-lm" checking for --with-libc=STRING... default LIBC="" checking whether C doubles are little-endian IEEE 754 binary64... yes checking whether C doubles are big-endian IEEE 754 binary64... no checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no checking whether we can use gcc inline assembler to get and set x87 control word... yes checking for x87-style double rounding... no checking whether tanh preserves the sign of zero... yes checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for copysign... yes checking for erf... yes checking for erfc... yes checking for expm1... yes checking for finite... yes checking for gamma... yes checking for hypot... yes checking for lgamma... yes checking for log1p... yes checking for round... yes checking for tgamma... yes checking whether isinf is declared... yes checking whether isnan is declared... yes checking whether isfinite is declared... yes checking whether POSIX semaphores are enabled... yes checking for broken sem_getvalue... no checking digit size for Python's longs... no value specified checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking size of wchar_t... 4 checking for UCS-4 tcl... no checking whether wchar_t is signed... yes checking what type to use for unicode... unsigned short checking whether byte ordering is bigendian... no checking whether right shift extends the sign bit... yes checking for getc_unlocked() and friends... yes checking how to link readline libs... -lreadline checking for rl_callback_handler_install in -lreadline... yes checking for rl_pre_input_hook in -lreadline... yes checking for rl_completion_display_matches_hook in -lreadline... yes checking for rl_resize_terminal in -lreadline... yes checking for rl_completion_matches in -lreadline... yes checking for broken nice()... no checking for broken poll()... no checking for working tzset()... yes checking for tv_nsec in struct stat... yes checking for tv_nsec2 in struct stat... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for term.h... yes checking whether mvwdelch is an expression... yes checking whether WINDOW has _flags... yes checking for is_pad... no checking for is_term_resized... yes checking for resize_term... yes checking for resizeterm... yes checking for immedok... yes checking for syncok... yes checking for wchgat... yes checking for filter... yes checking for has_key... yes checking for typeahead... yes checking for use_env... yes configure: checking for device files checking for /dev/ptmx... yes checking for /dev/ptc... no checking for %lld and %llu printf() format support... yes checking for %zd printf() format support... yes checking for socklen_t... yes checking for build directories... checking for --with-computed-gotos... no value specified checking whether gcc -pthread supports computed gotos... yes done checking for ensurepip... no configure: creating ./config.status config.status: creating Makefile.pre config.status: creating Modules/Setup.config config.status: creating Misc/python.pc config.status: creating Modules/ld_so_aix config.status: creating pyconfig.h creating Modules/Setup creating Modules/Setup.local creating Makefile If you want a release build with all optimizations active (LTO, PGO, etc), please run ./configure --enable-optimizations cd build/Python-2.7.18 && make make[2]: Entering directory '/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18' gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux2"' -o Python/getplatform.o ./Python/getplatform.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/random.o Python/random.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux2:lib-tk:lib-old"' \ -DPREFIX='"/opt/metwork-mfext-1.2/opt/python2_core"' \ -DEXEC_PREFIX='"/opt/metwork-mfext-1.2/opt/python2_core"' \ -DVERSION='"2.7"' \ -DVPATH='""' \ -o Modules/getpath.o ./Modules/getpath.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o gcc -pthread -c -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE \ -DGITVERSION="\"`LC_ALL=C `\"" \ -DGITTAG="\"`LC_ALL=C `\"" \ -DGITBRANCH="\"`LC_ALL=C `\"" \ -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c rm -f libpython2.7.a ar rc libpython2.7.a Modules/getbuildinfo.o ar rc libpython2.7.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o ar rc libpython2.7.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o ar rc libpython2.7.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/thread.o ar rc libpython2.7.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o ar rc libpython2.7.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o ranlib libpython2.7.a if test libpython2.7.so.1.0 != libpython2.7.so; then \ gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -Wl,-hlibpython2.7.so.1.0 -o libpython2.7.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil -lm ; \ ln -f libpython2.7.so.1.0 libpython2.7.so; \ else \ gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -o libpython2.7.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil -lm ; \ fi Modules/posixmodule.o: In function `posix_tmpnam': /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/./Modules/posixmodule.c:7648: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' Modules/posixmodule.o: In function `posix_tempnam': /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/./Modules/posixmodule.c:7595: warning: the use of `tempnam' is dangerous, better use `mkstemp' gcc -pthread -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -Xlinker -export-dynamic -o python \ Modules/python.o \ -L. -lpython2.7 -lpthread -ldl -lutil -lm LD_LIBRARY_PATH=/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/metwork-mfext-1.2/opt/tcltk/local/lib:/opt/metwork-mfext-1.2/opt/tcltk/lib:/opt/metwork-mfext-1.2/opt/python2_core/local/lib:/opt/metwork-mfext-1.2/opt/python2_core/lib:/opt/metwork-mfext-1.2/opt/core/local/lib:/opt/metwork-mfext-1.2/opt/core/lib:/opt/metwork-mfext-1.2/local/lib:/opt/metwork-mfext-1.2/lib ./python -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi gcc -pthread -c -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -fPIC -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c running build running build_ext building '_struct' extension creating build/temp.linux-x86_64-2.7/src creating build/temp.linux-x86_64-2.7/src/layers creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2 creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_struct.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_struct.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_struct.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_struct.so building '_ctypes_test' extension creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/_ctypes_test.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/_ctypes_test.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_ctypes_test.so building 'array' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/arraymodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/arraymodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/arraymodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/array.so building 'cmath' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cmathmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cmathmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cmathmodule.o Modules/_math.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/cmath.so building 'math' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/mathmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/mathmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/mathmodule.o Modules/_math.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/math.so building 'strop' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/stropmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/stropmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/stropmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/strop.so building 'time' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/timemodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/timemodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/timemodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/time.so building 'datetime' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/datetimemodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/datetimemodule.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/timemodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/timemodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/datetimemodule.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/timemodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/datetime.so building 'itertools' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/itertoolsmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/itertoolsmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/itertoolsmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/itertools.so building 'future_builtins' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/future_builtins.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/future_builtins.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/future_builtins.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/future_builtins.so building '_random' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_randommodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_randommodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_randommodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_random.so building '_collections' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_collectionsmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_collectionsmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_collectionsmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_collections.so building '_bisect' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_bisectmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_bisectmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_bisectmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_bisect.so building '_heapq' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_heapqmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_heapqmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_heapqmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_heapq.so building 'operator' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/operator.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/operator.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/operator.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/operator.so building '_io' extension creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/bufferedio.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/bufferedio.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/bytesio.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/bytesio.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/fileio.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/fileio.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/iobase.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/iobase.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/_iomodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/_iomodule.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/stringio.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/stringio.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_io -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/textio.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/textio.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/bufferedio.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/bytesio.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/fileio.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/iobase.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/_iomodule.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/stringio.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_io/textio.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_io.so building '_functools' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_functoolsmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_functoolsmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_functoolsmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_functools.so building '_json' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_json.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_json.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_json.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_json.so building '_testcapi' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_testcapimodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_testcapimodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_testcapimodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_testcapi.so building '_hotshot' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_hotshot.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_hotshot.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_hotshot.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_hotshot.so building '_lsprof' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_lsprof.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_lsprof.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/rotatingtree.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/rotatingtree.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_lsprof.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/rotatingtree.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_lsprof.so building 'unicodedata' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/unicodedata.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/unicodedata.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/unicodedata.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/unicodedata.so building '_locale' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_localemodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_localemodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_localemodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_locale.so building 'fcntl' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/fcntlmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/fcntlmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/fcntlmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/fcntl.so building 'grp' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/grpmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/grpmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/grpmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/grp.so building 'spwd' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/spwdmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/spwdmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/spwdmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/spwd.so building 'select' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/selectmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/selectmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/selectmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/select.so building 'parser' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/parsermodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/parsermodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/parsermodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/parser.so building 'cStringIO' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cStringIO.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cStringIO.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cStringIO.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/cStringIO.so building 'cPickle' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cPickle.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cPickle.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cPickle.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/cPickle.so building 'mmap' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/mmapmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/mmapmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/mmapmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/mmap.so building 'syslog' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/syslogmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/syslogmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/syslogmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/syslog.so building 'audioop' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/audioop.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/audioop.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/audioop.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/audioop.so building 'readline' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/readline.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/readline.o In file included from /opt/metwork-mfext-1.2/opt/python2_core/../core/include/readline/readline.h:36, from /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/readline.c:31: /opt/metwork-mfext-1.2/opt/python2_core/../core/include/readline/rltypedefs.h:35:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef int Function () __attribute__ ((deprecated)); ^~~~~~~ /opt/metwork-mfext-1.2/opt/python2_core/../core/include/readline/rltypedefs.h:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void VFunction () __attribute__ ((deprecated)); ^~~~~~~ /opt/metwork-mfext-1.2/opt/python2_core/../core/include/readline/rltypedefs.h:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef char *CPFunction () __attribute__ ((deprecated)); ^~~~~~~ /opt/metwork-mfext-1.2/opt/python2_core/../core/include/readline/rltypedefs.h:38:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef char **CPPFunction () __attribute__ ((deprecated)); ^~~~~~~ In file included from /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/readline.c:31: /opt/metwork-mfext-1.2/opt/python2_core/../core/include/readline/readline.h:398:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] extern int rl_message (); ^~~~~~ gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/readline.o -L/usr/lib/termcap -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lreadline -lpython2.7 -o build/lib.linux-x86_64-2.7/readline.so building 'crypt' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cryptmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cryptmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cryptmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lcrypt -lpython2.7 -o build/lib.linux-x86_64-2.7/crypt.so building '_csv' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_csv.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_csv.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_csv.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_csv.so building '_socket' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/socketmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/socketmodule.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/timemodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/timemodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/socketmodule.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/timemodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/_socket.so building '_ssl' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ssl.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ssl.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ssl.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lssl -lcrypto -lpython2.7 -o build/lib.linux-x86_64-2.7/_ssl.so building '_hashlib' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_hashopenssl.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_hashopenssl.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_hashopenssl.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lssl -lcrypto -lpython2.7 -o build/lib.linux-x86_64-2.7/_hashlib.so building '_sqlite3' extension creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/cache.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/connection.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/cursor.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/microprotocols.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/module.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/module.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/prepare_protocol.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/row.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/row.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/statement.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/util.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/util.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/cache.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/connection.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/cursor.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/module.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/row.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/statement.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_sqlite/util.o -L/opt/metwork-mfext-1.2/opt/core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lsqlite3 -lpython2.7 -o build/lib.linux-x86_64-2.7/_sqlite3.so building 'termios' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/termios.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/termios.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/termios.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/termios.so building 'resource' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/resource.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/resource.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/resource.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/resource.so building 'nis' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/nismodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/nismodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/nismodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lnsl -lpython2.7 -o build/lib.linux-x86_64-2.7/nis.so building '_curses' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_cursesmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_cursesmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_cursesmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lncursesw -lpython2.7 -o build/lib.linux-x86_64-2.7/_curses.so building '_curses_panel' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_curses_panel.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_curses_panel.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_curses_panel.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpanelw -lncursesw -lpython2.7 -o build/lib.linux-x86_64-2.7/_curses_panel.so building 'zlib' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/zlibmodule.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/zlibmodule.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/zlibmodule.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lz -lpython2.7 -o build/lib.linux-x86_64-2.7/zlib.so building 'binascii' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/binascii.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/binascii.o -DUSE_ZLIB_CRC32 gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/binascii.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lz -lpython2.7 -o build/lib.linux-x86_64-2.7/binascii.so building 'bz2' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/bz2module.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/bz2module.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/bz2module.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lbz2 -lpython2.7 -o build/lib.linux-x86_64-2.7/bz2.so building 'pyexpat' extension creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/./Modules/expat -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/pyexpat.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/pyexpat.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/./Modules/expat -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat/xmlparse.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat/xmlparse.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/./Modules/expat -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat/xmlrole.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat/xmlrole.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/./Modules/expat -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat/xmltok.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat/xmltok.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/pyexpat.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat/xmlparse.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat/xmlrole.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/expat/xmltok.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/pyexpat.so building '_elementtree' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/./Modules/expat -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_elementtree.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_elementtree.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_elementtree.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_elementtree.so building '_multibytecodec' extension creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/multibytecodec.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/multibytecodec.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_multibytecodec.so building '_codecs_kr' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_kr.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_kr.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_kr.so building '_codecs_jp' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_jp.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_jp.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_jp.so building '_codecs_cn' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_cn.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_cn.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_cn.so building '_codecs_tw' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_tw.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_tw.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_tw.so building '_codecs_hk' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_hk.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_hk.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_hk.so building '_codecs_iso2022' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_iso2022.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/cjkcodecs/_codecs_iso2022.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_iso2022.so building '_multiprocessing' extension creating build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_multiprocessing -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing/multiprocessing.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_multiprocessing -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing/socket_connection.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing/socket_connection.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IModules/_multiprocessing -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing/semaphore.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing/socket_connection.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_multiprocessing/semaphore.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_multiprocessing.so building 'linuxaudiodev' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/linuxaudiodev.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/linuxaudiodev.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/linuxaudiodev.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/linuxaudiodev.so building 'ossaudiodev' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/ossaudiodev.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/ossaudiodev.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/ossaudiodev.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/ossaudiodev.so building '_tkinter' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_tkinter.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_tkinter.o -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/tkappinit.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/tkappinit.o -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_tkinter.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/tkappinit.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_tkinter.so -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -ltcl8.6 -ltk8.6 building '_ctypes' extension gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/lib/libffi-3.2/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/_ctypes.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/lib/libffi-3.2/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/callbacks.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/lib/libffi-3.2/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/callproc.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/lib/libffi-3.2/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/stgdict.o gcc -pthread -fPIC -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/lib/libffi-3.2/include -I. -IInclude -I./Include -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -I/usr/local/include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Include -I/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18 -c /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/cfield.o gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/callproc.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-2.7/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Modules/_ctypes/cfield.o -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/usr/local/lib -L. -lffi -ldl -lpython2.7 -o build/lib.linux-x86_64-2.7/_ctypes.so Python build finished, but the necessary bits to build these modules were not found: _bsddb bsddb185 dbm dl gdbm imageop sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. running build_scripts creating build/scripts-2.7 copying and adjusting /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Tools/scripts/pydoc -> build/scripts-2.7 copying and adjusting /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Tools/scripts/idle -> build/scripts-2.7 copying and adjusting /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Tools/scripts/2to3 -> build/scripts-2.7 copying and adjusting /src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18/Lib/smtpd.py -> build/scripts-2.7 changing mode of build/scripts-2.7/pydoc from 644 to 755 changing mode of build/scripts-2.7/idle from 644 to 755 changing mode of build/scripts-2.7/2to3 from 644 to 755 changing mode of build/scripts-2.7/smtpd.py from 644 to 755 /usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py make[2]: Leaving directory '/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18' cd build/Python-2.7.18 && make install make[2]: Entering directory '/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18' Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib /usr/bin/install -c python /opt/metwork-mfext-1.2/opt/python2_core/bin/python2.7 if test -f libpython2.7.so; then \ if test -n "" ; then \ /usr/bin/install -c -m 555 /opt/metwork-mfext-1.2/opt/python2_core/bin; \ else \ /usr/bin/install -c -m 555 libpython2.7.so /opt/metwork-mfext-1.2/opt/python2_core/lib/libpython2.7.so.1.0; \ if test libpython2.7.so != libpython2.7.so.1.0; then \ (cd /opt/metwork-mfext-1.2/opt/python2_core/lib; ln -sf libpython2.7.so.1.0 libpython2.7.so) \ fi \ fi; \ else true; \ fi running build running build_ext Python build finished, but the necessary bits to build these modules were not found: _bsddb bsddb185 dbm dl gdbm imageop sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. running build_scripts Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/data Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltestdata Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/subprocessdata Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/support Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tracedmodules Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/_bundled Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3 Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/importlib Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers/myfixes Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/parsers Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/dummy Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc_data Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2 /usr/bin/install -c -m 644 ./Lib/BaseHTTPServer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/Bastion.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/CGIHTTPServer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/ConfigParser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/Cookie.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/DocXMLRPCServer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/HTMLParser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/MimeWriter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/Queue.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/SimpleHTTPServer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/SimpleXMLRPCServer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/SocketServer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/StringIO.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/UserDict.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/UserList.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/UserString.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/_LWPCookieJar.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/_MozillaCookieJar.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/__future__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/__phello__.foo.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/_abcoll.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/_osx_support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/_pyio.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/_strptime.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/_threading_local.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/_weakrefset.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/abc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/aifc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/antigravity.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/anydbm.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/argparse.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/ast.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/asynchat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/asyncore.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/atexit.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/audiodev.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/base64.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/bdb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/binhex.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/bisect.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/cProfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/calendar.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/cgi.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/cgitb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/chunk.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/cmd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/code.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/codecs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/codeop.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/collections.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/colorsys.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/commands.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/compileall.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/contextlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/cookielib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/copy.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/copy_reg.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/csv.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/dbhash.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/decimal.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/difflib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/dircache.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/dis.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/doctest.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/dumbdbm.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/dummy_thread.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/dummy_threading.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/filecmp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/fileinput.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/fnmatch.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/formatter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/fpformat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/fractions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/ftplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/functools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/genericpath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/getopt.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/getpass.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/gettext.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/glob.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/gzip.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/hashlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/heapq.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/hmac.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/htmlentitydefs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/htmllib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/httplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/ihooks.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/imaplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/imghdr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/imputil.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/inspect.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/io.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/keyword.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/linecache.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/locale.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/macpath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/macurl2path.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/mailbox.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/mailcap.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/markupbase.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/md5.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/mhlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/mimetools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/mimetypes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/mimify.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/modulefinder.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/multifile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/mutex.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/netrc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/new.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/nntplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/ntpath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/nturl2path.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/numbers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/opcode.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/optparse.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/os.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/os2emxpath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/pdb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/pickle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/pickletools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/pipes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/pkgutil.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/platform.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/plistlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/popen2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/poplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/posixfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/posixpath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/pprint.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/profile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/pstats.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/pty.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/py_compile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/pyclbr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/pydoc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/quopri.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/random.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/re.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/repr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/rexec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/rfc822.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/rlcompleter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/robotparser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/runpy.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sched.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sets.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sgmllib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sha.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/shelve.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/shlex.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/shutil.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/site.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/smtpd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/smtplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sndhdr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/socket.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sre.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sre_compile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sre_constants.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sre_parse.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/ssl.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/stat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/statvfs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/string.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/stringold.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/stringprep.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/struct.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/subprocess.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sunau.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sunaudio.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/symbol.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/symtable.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/sysconfig.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/tabnanny.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/tarfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/telnetlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/tempfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/textwrap.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/this.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/threading.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/timeit.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/toaiff.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/token.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/tokenize.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/trace.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/traceback.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/tty.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/types.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/urllib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/urllib2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/urlparse.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/user.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/uu.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/uuid.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/warnings.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/wave.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/weakref.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c ./Lib/webbrowser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/whichdb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/xdrlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/xmllib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/xmlrpclib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/zipfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 build/lib.linux-x86_64-2.7/_sysconfigdata.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/pdb.doc /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/wsgiref.egg-info /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 /usr/bin/install -c -m 644 ./Lib/lib-tk/Canvas.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/Dialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/FileDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/FixTk.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/ScrolledText.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/SimpleDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/Tix.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/Tkconstants.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/Tkdnd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/Tkinter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/tkColorChooser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/tkCommonDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/tkFileDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/tkFont.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/tkMessageBox.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/tkSimpleDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/ttk.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/turtle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk /usr/bin/install -c -m 644 ./Lib/lib-tk/test/README /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test /usr/bin/install -c -m 644 ./Lib/lib-tk/test/runtktests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test /usr/bin/install -c -m 644 ./Lib/lib-tk/test/widget_tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_font.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_geometry_managers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_images.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_loadtk.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_misc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_text.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_variables.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_widgets.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_extensions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_functions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_style.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk /usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_widgets.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk /usr/bin/install -c -m 644 ./Lib/site-packages/README /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages /usr/bin/install -c -m 644 ./Lib/test/185test.db /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/Sine-1000Hz-300ms.aif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/__main__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/_mock_backport.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/allsans.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/audiotest.au /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/audiotests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/autotest.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/bad_coding.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/bad_coding2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/bad_coding3.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badcert.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badkey.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future3.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future4.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future5.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future6.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future7.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future8.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badsyntax_future9.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/badsyntax_nocaret.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c ./Lib/test/bisect_cmd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/cfgparser.1 /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/cmath_testcases.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c ./Lib/test/curses_tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/doctest_aliases.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/double_const.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/empty.vbs /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/exception_hierarchy.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/ffdh3072.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/floating_points.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/fork_wait.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/formatfloat_testcases.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/gdb_sample.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/greyrgb.uue /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/ieee754.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/infinite_reload.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/inspect_fodder.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/inspect_fodder2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/keycert.passwd.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/keycert.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/keycert2.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/keycert3.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/keycert4.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/list_tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/lock_tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/make_ssl_certs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/mapping_tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/math_testcases.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/mp_fork_bomb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/multibytecodec_support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/nokia.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/nullbytecert.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/nullcert.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/outstanding_bugs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/pickletester.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/profilee.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/pycacert.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/pyclbr_input.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/pydoc_mod.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/pydocfodder.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c ./Lib/test/pystone.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/pythoninfo.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/randv2_32.pck /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/randv2_64.pck /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/randv3.pck /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c ./Lib/test/re_tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c ./Lib/test/regrtest.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/relimport.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/reperf.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/revocation.crl /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/sample_doctest.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/sample_doctest_no_docstrings.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/sample_doctest_no_doctests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/script_helper.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/selfsigned_pythontestdotnet.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/seq_tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/sgml_input.html /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/sortperf.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/ssl_cert.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/ssl_key.passwd.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/ssl_key.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/ssl_servers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/ssltests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/string_tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/symlink_support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/talos-2019-0758.pem /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_MimeWriter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_SimpleHTTPServer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_StringIO.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test___all__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test___future__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test__locale.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test__osx_support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_abc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_abstract_numbers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_aepack.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_aifc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_al.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_anydbm.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_applesingle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_argparse.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_array.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ascii_formatd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ast.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_asynchat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_asyncore.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_atexit.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_audioop.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_augassign.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_base64.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bastion.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bdb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bigaddrspace.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bigmem.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_binascii.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_binhex.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_binop.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bisect.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bool.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bsddb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bsddb185.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bsddb3.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_buffer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bufio.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_builtin.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bytes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_bz2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_calendar.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_call.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_capi.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cfgparser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cgi.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_charmapcodec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cl.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_class.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cmath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cmd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cmd_line.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cmd_line_script.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_code.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codeccallbacks.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_cn.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_hk.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_iso2022.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_jp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_kr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_tw.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_cn.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_hk.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_jp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_kr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_tw.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codecs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_codeop.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_coercion.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_collections.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_colorsys.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_commands.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_compare.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_compile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_compileall.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_compiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_complex.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_complex_args.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_contains.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_contextlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cookie.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cookielib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_copy.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_copy_reg.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cpickle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_cprofile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_crypt.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_csv.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ctypes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_curses.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_datetime.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dbm.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_decimal.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_decorators.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_defaultdict.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_deque.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_descr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_descrtut.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dict.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dictcomps.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dictviews.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_difflib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_difflib_expect.html /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dircache.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dis.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_distutils.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dl.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_doctest.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_doctest.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_doctest2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_doctest2.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_doctest3.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_doctest4.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_docxmlrpc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dumbdbm.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dummy_thread.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_dummy_threading.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_email.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_email_codecs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_email_renamed.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ensurepip.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_enumerate.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_eof.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_epoll.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_errno.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_exception_variations.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_exceptions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_extcall.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_fcntl.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_file.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_file2k.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_file_eintr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_filecmp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_fileinput.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_fileio.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_float.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_fnmatch.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_fork1.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_format.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_fpformat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_fractions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_frozen.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ftplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_funcattrs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_functools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_future.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_future1.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_future2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_future3.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_future4.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_future5.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_future_builtins.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_gc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_gdb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_gdbm.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_generators.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_genericpath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_genexps.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_getargs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_getargs2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_getopt.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_gettext.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_gl.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_glob.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_global.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_grammar.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_grp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_gzip.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_hash.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_hashlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_heapq.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_hmac.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_hotshot.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_htmllib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_htmlparser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_httplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_httpservers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_idle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_imageop.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_imaplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_imgfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_imghdr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_imp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_import.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_import_magic.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_importhooks.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_importlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_index.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_inspect.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_int.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_int_literal.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_io.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ioctl.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_isinstance.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_iter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_iterlen.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_itertools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_json.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_kqueue.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_largefile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_lib2to3.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_linecache.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_linuxaudiodev.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_list.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_locale.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_logging.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_long.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_long_future.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_longexp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_macos.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_macostools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_macpath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_macurl2path.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_mailbox.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_marshal.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_math.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_md5.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_memoryio.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_memoryview.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_mhlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_mimetools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_mimetypes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_minidom.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_mmap.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_module.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_modulefinder.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_msilib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_multifile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_multiprocessing.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_mutants.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_mutex.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_netrc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_new.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_nis.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_nntplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_normalization.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ntpath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_old_mailbox.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_opcodes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_openpty.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_operator.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_optparse.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ordered_dict.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_os.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ossaudiodev.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_parser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pdb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_peepholer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pep247.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pep277.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pep352.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pickle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pickletools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pipes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pkg.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pkgimport.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pkgutil.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_platform.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_plistlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_poll.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_popen.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_popen2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_poplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_posix.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_posixpath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pow.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pprint.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_print.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_profile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_property.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pstats.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pty.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pwd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_py3kwarn.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_py_compile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pyclbr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pydoc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_pyexpat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_queue.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_quopri.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_random.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_re.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_readline.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_regrtest.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_repr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_resource.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_rfc822.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_richcmp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_rlcompleter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_robotparser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_runpy.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sax.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_scope.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_scriptpackages.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_select.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_set.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_setcomps.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sets.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sgmllib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sha.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_shelve.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_shlex.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_shutil.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_signal.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_site.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_slice.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_smtplib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_smtpnet.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_socket.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_socketserver.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_softspace.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sort.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_source_encoding.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_spwd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sqlite.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ssl.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_startfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_stat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_str.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_strftime.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_string.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_stringprep.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_strop.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_strptime.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_strtod.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_struct.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_structmembers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_structseq.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_subprocess.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sunau.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sunaudiodev.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sundry.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_symtable.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_syntax.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sys.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sys_setprofile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sys_settrace.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_sysconfig.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_tarfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_tcl.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_telnetlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_tempfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_test_support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_textwrap.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_thread.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_threaded_import.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_threadedtempfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_threading.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_threading_local.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_threadsignals.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_time.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_timeit.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_timeout.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_tk.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_tokenize.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_tools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_trace.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_traceback.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_transformer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ttk_guionly.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ttk_textonly.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_tuple.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_turtle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_typechecks.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_types.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_ucn.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_unary.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_undocumented_details.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_unicode.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_unicode_file.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_unicodedata.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_unittest.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_univnewlines.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_univnewlines2k.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_unpack.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_urllib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_urllib2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_urllib2_localnet.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_urllib2net.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_urllibnet.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_urlparse.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_userdict.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_userlist.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_userstring.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_uu.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_uuid.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_wait3.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_wait4.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_warnings.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_wave.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_weakref.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_weakset.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_whichdb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_winreg.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_winsound.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_with.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_wsgiref.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_xdrlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_xml_etree.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_xml_etree_c.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_xmllib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_xmlrpc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_xpickle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_xrange.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_zipfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_zipfile64.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_zipimport.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_zipimport_support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/test_zlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/testall.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/testcodec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/testimg.uue /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/testimgr.uue /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/testrgb.uue /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/testtar.tar /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/tf_inherit_check.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/threaded_import_hangers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/time_hashlib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/tokenize_tests.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/warning_tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/win_console_handler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/xmltests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/zipdir.zip /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm16.aiff /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm16.au /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm16.wav /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm24.aiff /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm24.wav /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm32.aiff /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm32.au /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm32.wav /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm8.aiff /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm8.au /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-pcm8.wav /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-ulaw.aifc /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/audiodata/pluck-ulaw.au /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata /usr/bin/install -c -m 644 ./Lib/test/capath/0e4015b9.0 /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath /usr/bin/install -c -m 644 ./Lib/test/capath/4e1295a3.0 /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath /usr/bin/install -c -m 644 ./Lib/test/capath/5ed36f99.0 /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath /usr/bin/install -c -m 644 ./Lib/test/capath/6e88d7b8.0 /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath /usr/bin/install -c -m 644 ./Lib/test/capath/99d0fa06.0 /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath /usr/bin/install -c -m 644 ./Lib/test/capath/ce7b8643.0 /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath /usr/bin/install -c -m 644 ./Lib/test/capath/efa5f9c3.0 /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath /usr/bin/install -c -m 644 ./Lib/test/data/README /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/data /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/cp949-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/cp949.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gbk-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gbk.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/hz-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/hz.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/johab-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/johab.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213-utf8.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/abs.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/add.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/and.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/base.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/clamp.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/class.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/compare.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotal.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotmag.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copy.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copyabs.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copynegate.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copysign.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAbs.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAdd.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAnd.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddBase.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCanonical.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddClass.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompare.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareSig.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotal.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotalMag.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopy.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyAbs.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyNegate.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopySign.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivide.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivideInt.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddEncode.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddFMA.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddInvert.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddLogB.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMax.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMaxMag.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMin.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinMag.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMultiply.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextMinus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextPlus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextToward.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddOr.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddPlus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddQuantize.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddReduce.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainder.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainderNear.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRotate.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSameQuantum.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddScaleB.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddShift.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSubtract.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddToIntegral.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddXor.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decDouble.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decQuad.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decSingle.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divide.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divideint.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAbs.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAdd.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAnd.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqBase.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCanonical.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqClass.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompare.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareSig.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotal.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotalMag.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopy.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyAbs.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyNegate.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopySign.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivide.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivideInt.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqEncode.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqFMA.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqInvert.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqLogB.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMax.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMaxMag.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMin.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinMag.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMultiply.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextMinus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextPlus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextToward.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqOr.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqPlus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqQuantize.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqReduce.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainder.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainderNear.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRotate.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSameQuantum.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqScaleB.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqShift.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSubtract.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqToIntegral.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqXor.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dsBase.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dsEncode.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/exp.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/extra.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/fma.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/inexact.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/invert.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ln.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/log10.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/logb.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/max.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/maxmag.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/min.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minmag.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/multiply.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nextminus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nextplus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nexttoward.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/or.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/plus.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/power.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/powersqrt.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/quantize.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randomBound32.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randoms.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/reduce.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainder.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainderNear.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rescale.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rotate.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rounding.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/samequantum.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/scaleb.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/shift.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/squareroot.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/subtract.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/testall.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegral.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegralx.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/xor.decTest /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata /usr/bin/install -c -m 644 ./Lib/test/xmltestdata/expat224_utf8_bug.xml /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltestdata /usr/bin/install -c -m 644 ./Lib/test/xmltestdata/simple-ns.xml /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltestdata /usr/bin/install -c -m 644 ./Lib/test/xmltestdata/simple.xml /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltestdata /usr/bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltestdata /usr/bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml.out /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltestdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.bmp /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.jpg /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.pbm /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.pgm /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.png /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.ppm /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.ras /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.sgi /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.tiff /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/imghdrdata/python.xbm /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata /usr/bin/install -c -m 644 ./Lib/test/subprocessdata/sigchild_ignore.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/subprocessdata /usr/bin/install -c -m 644 ./Lib/test/support/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/support /usr/bin/install -c -m 644 ./Lib/test/support/script_helper.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/support /usr/bin/install -c -m 644 ./Lib/test/tracedmodules/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tracedmodules /usr/bin/install -c -m 644 ./Lib/test/tracedmodules/testmod.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tracedmodules /usr/bin/install -c -m 644 ./Lib/encodings/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/aliases.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/ascii.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/base64_codec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/big5.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/big5hkscs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/bz2_codec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/charmap.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp037.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1006.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1026.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1140.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1250.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1251.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1252.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1253.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1254.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1255.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1256.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1257.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp1258.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp424.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp437.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp500.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp720.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp737.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp775.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp850.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp852.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp855.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp856.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp857.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp858.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp860.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp861.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp862.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp863.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp864.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp865.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp866.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp869.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp874.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp875.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp932.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp949.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/cp950.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/euc_jis_2004.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/euc_jisx0213.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/euc_jp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/euc_kr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/gb18030.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/gb2312.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/gbk.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/hex_codec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/hp_roman8.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/hz.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/idna.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_1.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2004.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_3.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_ext.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso2022_kr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_1.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_10.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_11.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_13.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_14.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_15.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_16.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_3.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_4.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_5.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_6.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_7.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_8.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/iso8859_9.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/johab.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/koi8_r.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/koi8_u.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/latin_1.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_arabic.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_centeuro.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_croatian.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_cyrillic.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_farsi.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_greek.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_iceland.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_latin2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_roman.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_romanian.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mac_turkish.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/mbcs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/palmos.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/ptcp154.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/punycode.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/quopri_codec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/raw_unicode_escape.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c ./Lib/encodings/rot_13.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/shift_jis.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/shift_jis_2004.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/shift_jisx0213.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/string_escape.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/tis_620.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/undefined.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/unicode_escape.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/unicode_internal.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/utf_16.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/utf_16_be.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/utf_16_le.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/utf_32.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/utf_32_be.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/utf_32_le.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/utf_7.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/utf_8.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/utf_8_sig.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/uu_codec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/encodings/zlib_codec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings /usr/bin/install -c -m 644 ./Lib/compiler/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/ast.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/consts.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/future.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/misc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/pyassem.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/pycodegen.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/symbols.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/syntax.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/transformer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/compiler/visitor.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler /usr/bin/install -c -m 644 ./Lib/hotshot/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot /usr/bin/install -c -m 644 ./Lib/hotshot/log.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot /usr/bin/install -c -m 644 ./Lib/hotshot/stats.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot /usr/bin/install -c -m 644 ./Lib/hotshot/stones.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot /usr/bin/install -c -m 644 ./Lib/email/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/_parseaddr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/base64mime.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/charset.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/encoders.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/errors.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/feedparser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/generator.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/header.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/iterators.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/message.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/parser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/quoprimime.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/utils.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email /usr/bin/install -c -m 644 ./Lib/email/mime/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime /usr/bin/install -c -m 644 ./Lib/email/mime/application.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime /usr/bin/install -c -m 644 ./Lib/email/mime/audio.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime /usr/bin/install -c -m 644 ./Lib/email/mime/base.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime /usr/bin/install -c -m 644 ./Lib/email/mime/image.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime /usr/bin/install -c -m 644 ./Lib/email/mime/message.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime /usr/bin/install -c -m 644 ./Lib/email/mime/multipart.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime /usr/bin/install -c -m 644 ./Lib/email/mime/nonmultipart.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime /usr/bin/install -c -m 644 ./Lib/email/mime/text.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime /usr/bin/install -c -m 644 ./Lib/email/test/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test /usr/bin/install -c -m 644 ./Lib/email/test/test_email.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test /usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test /usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs_renamed.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test /usr/bin/install -c -m 644 ./Lib/email/test/test_email_renamed.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test /usr/bin/install -c -m 644 ./Lib/email/test/test_email_torture.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test /usr/bin/install -c -m 644 ./Lib/email/test/data/PyBanner048.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/audiotest.au /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_01.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_02.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_03.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_04.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_05.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_06.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_07.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_08.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_09.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_10.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_11.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12a.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_13.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_14.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_15.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_16.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_17.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_18.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_19.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_20.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_21.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_22.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_23.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_24.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_25.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_26.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_27.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_28.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_29.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_30.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_31.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_32.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_33.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_34.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_35.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_36.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_37.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_38.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_39.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_40.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_41.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_42.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_43.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_44.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_45.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/email/test/data/msg_46.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data /usr/bin/install -c -m 644 ./Lib/ensurepip/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip /usr/bin/install -c -m 644 ./Lib/ensurepip/__main__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip /usr/bin/install -c -m 644 ./Lib/ensurepip/_uninstall.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip /usr/bin/install -c -m 644 ./Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/_bundled /usr/bin/install -c -m 644 ./Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/_bundled /usr/bin/install -c -m 644 ./Lib/json/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json /usr/bin/install -c -m 644 ./Lib/json/decoder.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json /usr/bin/install -c -m 644 ./Lib/json/encoder.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json /usr/bin/install -c -m 644 ./Lib/json/scanner.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json /usr/bin/install -c -m 644 ./Lib/json/tool.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json /usr/bin/install -c -m 644 ./Lib/json/tests/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_check_circular.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_decode.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_default.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_dump.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_encode_basestring_ascii.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_fail.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_float.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_indent.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_pass1.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_pass2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_pass3.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_recursion.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_scanstring.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_separators.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_speedups.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_tool.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/json/tests/test_unicode.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests /usr/bin/install -c -m 644 ./Lib/sqlite3/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3 /usr/bin/install -c -m 644 ./Lib/sqlite3/dbapi2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3 /usr/bin/install -c -m 644 ./Lib/sqlite3/dump.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3 /usr/bin/install -c -m 644 ./Lib/sqlite3/test/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/sqlite3/test/dbapi.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/sqlite3/test/dump.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/sqlite3/test/factory.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/sqlite3/test/hooks.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/sqlite3/test/py25tests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/sqlite3/test/regression.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/sqlite3/test/transactions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/sqlite3/test/types.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/sqlite3/test/userfunctions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test /usr/bin/install -c -m 644 ./Lib/logging/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging /usr/bin/install -c -m 644 ./Lib/logging/config.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging /usr/bin/install -c -m 644 ./Lib/logging/handlers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging /usr/bin/install -c -m 644 ./Lib/bsddb/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb /usr/bin/install -c -m 644 ./Lib/bsddb/db.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb /usr/bin/install -c -m 644 ./Lib/bsddb/dbobj.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb /usr/bin/install -c -m 644 ./Lib/bsddb/dbrecio.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb /usr/bin/install -c -m 644 ./Lib/bsddb/dbshelve.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb /usr/bin/install -c -m 644 ./Lib/bsddb/dbtables.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb /usr/bin/install -c -m 644 ./Lib/bsddb/dbutils.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb /usr/bin/install -c -m 644 ./Lib/bsddb/test/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_all.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_associate.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_basics.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_compare.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_compat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_cursor_pget_bug.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_db.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbenv.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbobj.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbshelve.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbtables.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_distributed_transactions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_early_close.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_fileid.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_get_none.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_join.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_lock.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_misc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_pickle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_queue.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_recno.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_replication.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_sequence.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/bsddb/test/test_thread.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test /usr/bin/install -c -m 644 ./Lib/importlib/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/importlib /usr/bin/install -c -m 644 ./Lib/wsgiref/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref /usr/bin/install -c -m 644 ./Lib/wsgiref/handlers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref /usr/bin/install -c -m 644 ./Lib/wsgiref/headers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref /usr/bin/install -c -m 644 ./Lib/wsgiref/simple_server.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref /usr/bin/install -c -m 644 ./Lib/wsgiref/util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref /usr/bin/install -c -m 644 ./Lib/wsgiref/validate.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref /usr/bin/install -c -m 644 ./Lib/lib2to3/Grammar.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/PatternGrammar.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/__main__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/btm_matcher.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/btm_utils.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/fixer_base.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/fixer_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/main.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/patcomp.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/pygram.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/pytree.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/refactor.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_apply.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_asserts.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_basestring.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_buffer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_dict.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_except.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exec.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_execfile.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exitfunc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_filter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_funcattrs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_future.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_getcwdu.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_has_key.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_idioms.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_import.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports2.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_input.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_intern.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_isinstance.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools_imports.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_long.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_map.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_metaclass.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_methodattrs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ne.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_next.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_nonzero.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_numliterals.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_operator.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_paren.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_print.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raise.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raw_input.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_reduce.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_renames.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_repr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_set_literal.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_standarderror.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_sys_exc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_throw.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_tuple_params.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_types.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_unicode.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_urllib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ws_comma.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xrange.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xreadlines.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_zip.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/conv.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/driver.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/grammar.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/literals.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/parse.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/pgen.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 /usr/bin/install -c ./Lib/lib2to3/pgen2/token.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 /usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/tokenize.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c ./Lib/lib2to3/tests/pytree_idempotency.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_all_fixers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_fixers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_main.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_parser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_pytree.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_refactor.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/README /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/bom.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/crlf.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data /usr/bin/install -c ./Lib/lib2to3/tests/data/different_encoding.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data /usr/bin/install -c ./Lib/lib2to3/tests/data/false_encoding.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/infinite_recursion.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/py2_test_grammar.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/py3_test_grammar.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/bad_order.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/no_fixer_cls.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/parrot_example.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers/myfixes /usr/bin/install -c -m 644 ./Lib/ctypes/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes /usr/bin/install -c -m 644 ./Lib/ctypes/_endian.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes /usr/bin/install -c -m 644 ./Lib/ctypes/util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes /usr/bin/install -c -m 644 ./Lib/ctypes/wintypes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes /usr/bin/install -c -m 644 ./Lib/ctypes/test/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/runtests.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_anon.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_array_in_pointer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_arrays.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_as_parameter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_bitfields.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_buffers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_byteswap.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_callbacks.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cast.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cfuncs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_checkretval.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_delattr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_errno.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_find.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_frombuffer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_funcptr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_functions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_incomplete.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_init.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_internals.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_keeprefs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_libc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_loading.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_macholib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_memfunctions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_numbers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_objects.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_parameters.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pep3118.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pickling.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pointers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_prototypes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_python_api.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_random_things.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_refcounts.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_repr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_returnfuncptrs.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_simplesubclasses.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_sizes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_slicing.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_stringptr.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_strings.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_struct_fields.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_structures.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unaligned_structures.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unicode.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_values.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_varsize_struct.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_win32.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/test/test_wintypes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/README.ctypes /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dyld.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dylib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib /usr/bin/install -c ./Lib/ctypes/macholib/fetch_macholib /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/fetch_macholib.bat /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib /usr/bin/install -c -m 644 ./Lib/ctypes/macholib/framework.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib /usr/bin/install -c -m 644 ./Lib/idlelib/AutoComplete.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/AutoCompleteWindow.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/AutoExpand.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/Bindings.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/CREDITS.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/CallTipWindow.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/CallTips.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ChangeLog /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ClassBrowser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/CodeContext.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ColorDelegator.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/Debugger.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/Delegator.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/EditorWindow.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/FileList.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/FormatParagraph.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/GrepDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/HISTORY.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/HyperParser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/IOBinding.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/IdleHistory.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/MultiCall.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/MultiStatusBar.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/NEWS.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ObjectBrowser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/OutputWindow.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ParenMatch.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/PathBrowser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/Percolator.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/PyParse.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c ./Lib/idlelib/PyShell.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/README.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/RemoteDebugger.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/RemoteObjectBrowser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ReplaceDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/RstripExtension.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ScriptBinding.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ScrolledList.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialogBase.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/SearchEngine.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/StackViewer.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/TODO.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ToolTip.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/TreeWidget.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/UndoDelegator.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/WidgetRedirector.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/WindowList.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/ZoomHeight.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/aboutDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/config-extensions.def /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/config-highlight.def /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/config-keys.def /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/config-main.def /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/configDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/configHandler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/configHelpSourceEdit.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/configSectionNameDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/dynOptionMenuWidget.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/extend.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/help.html /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/help.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/help.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c ./Lib/idlelib/idle.bat /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/idle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/idle.pyw /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/idlever.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/keybindingDialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/macosxSupport.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/rpc.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/run.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/tabbedpages.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/textView.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/folder.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle.icns /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle.ico /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle_16.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle_16.png /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle_32.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle_32.png /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle_48.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle_48.png /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/minusnode.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/openfolder.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/plusnode.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/python.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/Icons/tk.gif /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/README.txt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/htest.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/mock_idle.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/mock_tk.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_autocomplete.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_autoexpand.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_calltips.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_config_name.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_configdialog.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_delegator.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_editmenu.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_formatparagraph.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_grep.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_helpabout.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_hyperparser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_idlehistory.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_io.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_parenmatch.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_pathbrowser.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_rstrip.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_searchdialogbase.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_searchengine.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_text.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_textview.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_warning.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/idlelib/idle_test/test_widgetredir.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test /usr/bin/install -c -m 644 ./Lib/distutils/README /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/archive_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/bcppcompiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/ccompiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/cmd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/config.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/core.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/cygwinccompiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/debug.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/dep_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/dir_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/dist.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/emxccompiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/errors.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/extension.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/fancy_getopt.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/file_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/filelist.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/log.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/msvc9compiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/msvccompiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/spawn.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/sysconfig.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/text_file.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/unixccompiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/version.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/versionpredicate.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils /usr/bin/install -c -m 644 ./Lib/distutils/command/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_dumb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_msi.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_rpm.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_wininst.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/build.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/build_clib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/build_ext.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/build_py.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/build_scripts.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/check.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/clean.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/command_template /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/config.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/install.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/install_data.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/install_egg_info.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/install_headers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/install_lib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/install_scripts.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/register.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/sdist.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/upload.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-6.0.exe /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-7.1.exe /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-8.0.exe /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-9.0-amd64.exe /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-9.0.exe /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command /usr/bin/install -c -m 644 ./Lib/distutils/tests/Setup.sample /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/includetest.rst /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/setuptools_build_ext.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/setuptools_extension.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_archive_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_dumb.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_msi.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_rpm.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_wininst.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_clib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_ext.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_py.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_scripts.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_ccompiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_check.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_clean.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_cmd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_config.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_config_cmd.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_core.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dep_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dir_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dist.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_file_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_filelist.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_data.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_headers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_lib.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_scripts.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_msvc9compiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_register.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_sdist.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_spawn.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_sysconfig.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_text_file.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_unixccompiler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_upload.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_version.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/distutils/tests/test_versionpredicate.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests /usr/bin/install -c -m 644 ./Lib/xml/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml /usr/bin/install -c -m 644 ./Lib/xml/dom/NodeFilter.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom /usr/bin/install -c -m 644 ./Lib/xml/dom/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom /usr/bin/install -c -m 644 ./Lib/xml/dom/domreg.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom /usr/bin/install -c -m 644 ./Lib/xml/dom/expatbuilder.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom /usr/bin/install -c -m 644 ./Lib/xml/dom/minicompat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom /usr/bin/install -c -m 644 ./Lib/xml/dom/minidom.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom /usr/bin/install -c -m 644 ./Lib/xml/dom/pulldom.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom /usr/bin/install -c -m 644 ./Lib/xml/dom/xmlbuilder.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom /usr/bin/install -c -m 644 ./Lib/xml/etree/ElementInclude.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree /usr/bin/install -c -m 644 ./Lib/xml/etree/ElementPath.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree /usr/bin/install -c -m 644 ./Lib/xml/etree/ElementTree.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree /usr/bin/install -c -m 644 ./Lib/xml/etree/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree /usr/bin/install -c -m 644 ./Lib/xml/etree/cElementTree.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree /usr/bin/install -c -m 644 ./Lib/xml/parsers/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/parsers /usr/bin/install -c -m 644 ./Lib/xml/parsers/expat.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/parsers /usr/bin/install -c -m 644 ./Lib/xml/sax/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax /usr/bin/install -c -m 644 ./Lib/xml/sax/_exceptions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax /usr/bin/install -c -m 644 ./Lib/xml/sax/expatreader.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax /usr/bin/install -c -m 644 ./Lib/xml/sax/handler.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax /usr/bin/install -c -m 644 ./Lib/xml/sax/saxutils.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax /usr/bin/install -c -m 644 ./Lib/xml/sax/xmlreader.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax /usr/bin/install -c -m 644 ./Lib/multiprocessing/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/connection.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/forking.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/heap.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/managers.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/pool.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/process.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/queues.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/reduction.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/sharedctypes.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/synchronize.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing /usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/dummy /usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/connection.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/dummy /usr/bin/install -c -m 644 ./Lib/unittest/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/__main__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/case.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/loader.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/main.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/result.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/runner.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/signals.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/suite.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/util.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest /usr/bin/install -c -m 644 ./Lib/unittest/test/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/dummy.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/support.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_assertions.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_break.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_case.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_discovery.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_functiontestcase.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_loader.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_program.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_result.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_runner.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_setups.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_skipping.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/unittest/test/test_suite.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test /usr/bin/install -c -m 644 ./Lib/curses/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses /usr/bin/install -c -m 644 ./Lib/curses/ascii.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses /usr/bin/install -c -m 644 ./Lib/curses/has_key.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses /usr/bin/install -c -m 644 ./Lib/curses/panel.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses /usr/bin/install -c -m 644 ./Lib/curses/textpad.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses /usr/bin/install -c -m 644 ./Lib/curses/wrapper.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses /usr/bin/install -c -m 644 ./Lib/pydoc_data/__init__.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc_data /usr/bin/install -c -m 644 ./Lib/pydoc_data/topics.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc_data /usr/bin/install -c -m 644 ./Lib/plat-linux2/CDROM.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2 /usr/bin/install -c -m 644 ./Lib/plat-linux2/DLFCN.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2 /usr/bin/install -c -m 644 ./Lib/plat-linux2/IN.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2 /usr/bin/install -c -m 644 ./Lib/plat-linux2/TYPES.py /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2 /usr/bin/install -c ./Lib/plat-linux2/regen /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2 /usr/bin/install -c -m 644 ./LICENSE /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/LICENSE.txt if test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests; then \ /usr/bin/install -c -m 644 ./Modules/xxmodule.c \ /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests ; \ fi PYTHONPATH=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 LD_LIBRARY_PATH=/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/metwork-mfext-1.2/opt/tcltk/local/lib:/opt/metwork-mfext-1.2/opt/tcltk/lib:/opt/metwork-mfext-1.2/opt/python2_core/local/lib:/opt/metwork-mfext-1.2/opt/python2_core/lib:/opt/metwork-mfext-1.2/opt/core/local/lib:/opt/metwork-mfext-1.2/opt/core/lib:/opt/metwork-mfext-1.2/local/lib:/opt/metwork-mfext-1.2/lib \ ./python -E -Wi -tt /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compileall.py \ -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/BaseHTTPServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/Bastion.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/CGIHTTPServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ConfigParser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/Cookie.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/DocXMLRPCServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/HTMLParser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/MimeWriter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/Queue.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/SimpleHTTPServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/SimpleXMLRPCServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/SocketServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/StringIO.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/UserDict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/UserList.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/UserString.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_LWPCookieJar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_MozillaCookieJar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/__future__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/__phello__.foo.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_abcoll.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_osx_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_pyio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_strptime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_sysconfigdata.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_threading_local.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_weakrefset.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/abc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/aifc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/antigravity.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/anydbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/argparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ast.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/asynchat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/asyncore.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/atexit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/audiodev.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/base64.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/binhex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bisect.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/db.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbobj.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbrecio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbshelve.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbtables.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbutils.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_all.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_associate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_basics.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_compare.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_compat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_cursor_pget_bug.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_db.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_dbenv.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_dbobj.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_dbshelve.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_dbtables.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_distributed_transactions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_early_close.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_fileid.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_get_none.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_join.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_lock.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_misc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_pickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_queue.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_recno.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_replication.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_sequence.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_thread.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cProfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/calendar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cgi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cgitb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/chunk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cmd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/code.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/codecs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/codeop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/collections.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/colorsys.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/commands.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compileall.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/ast.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/consts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/future.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/misc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/pyassem.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/pycodegen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/symbols.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/syntax.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/transformer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/visitor.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/contextlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cookielib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/copy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/copy_reg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/csv.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/_endian.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib/dyld.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib/dylib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib/framework.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/runtests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_anon.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_array_in_pointer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_arrays.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_as_parameter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_bitfields.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_buffers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_byteswap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_callbacks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_cast.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_cfuncs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_checkretval.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_delattr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_errno.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_find.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_frombuffer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_funcptr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_functions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_incomplete.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_init.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_internals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_keeprefs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_libc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_loading.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_macholib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_memfunctions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_numbers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_objects.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_parameters.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_pep3118.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_pickling.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_pointers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_prototypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_python_api.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_random_things.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_refcounts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_repr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_returnfuncptrs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_simplesubclasses.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_sizes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_slicing.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_stringptr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_strings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_struct_fields.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_structures.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_unaligned_structures.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_unicode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_values.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_varsize_struct.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_win32.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_wintypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/wintypes.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/ascii.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/has_key.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/panel.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/textpad.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/wrapper.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dbhash.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/decimal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/difflib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dircache.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dis.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/archive_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/bcppcompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/ccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/cmd.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist_dumb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist_msi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist_rpm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist_wininst.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build_clib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build_ext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build_py.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build_scripts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/check.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/clean.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/config.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_data.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_egg_info.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_headers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_lib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_scripts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/register.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/sdist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/upload.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/config.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/core.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/cygwinccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/debug.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dep_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dir_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/emxccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/errors.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/extension.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/fancy_getopt.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/file_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/filelist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/log.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/msvc9compiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/msvccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/spawn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/sysconfig.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/setuptools_build_ext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/setuptools_extension.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_archive_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist_dumb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist_msi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist_rpm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist_wininst.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build_clib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build_ext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build_py.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build_scripts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_ccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_check.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_clean.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_cmd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_config.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_config_cmd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_core.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_dep_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_dir_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_dist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_file_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_filelist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install_data.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install_headers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install_lib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install_scripts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_msvc9compiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_register.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_sdist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_spawn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_sysconfig.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_text_file.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_unixccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_upload.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_version.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_versionpredicate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/text_file.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/unixccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/version.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/versionpredicate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/doctest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dumbdbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dummy_thread.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dummy_threading.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/_parseaddr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/base64mime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/charset.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/encoders.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/errors.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/feedparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/generator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/header.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/iterators.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/message.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/application.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/audio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/base.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/image.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/message.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/multipart.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/nonmultipart.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/text.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/parser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/quoprimime.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/__init__.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email_codecs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email_codecs_renamed.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email_renamed.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email_torture.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/utils.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/aliases.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/ascii.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/base64_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/big5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/big5hkscs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/bz2_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/charmap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp037.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1006.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1026.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1140.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1250.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1251.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1252.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1253.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1254.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1255.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1256.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1257.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1258.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp424.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp437.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp500.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp720.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp737.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp775.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp850.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp852.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp855.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp856.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp857.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp858.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp860.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp861.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp862.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp863.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp864.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp865.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp866.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp869.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp874.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp875.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp932.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp949.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp950.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/euc_jis_2004.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/euc_jisx0213.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/euc_jp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/euc_kr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/gb18030.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/gb2312.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/gbk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/hex_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/hp_roman8.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/hz.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/idna.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_2004.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_ext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_kr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_10.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_11.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_13.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_14.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_15.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_16.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_4.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_6.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_7.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_8.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_9.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/johab.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/koi8_r.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/koi8_u.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/latin_1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_arabic.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_centeuro.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_croatian.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_cyrillic.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_farsi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_greek.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_iceland.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_latin2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_roman.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_romanian.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_turkish.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mbcs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/palmos.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/ptcp154.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/punycode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/quopri_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/raw_unicode_escape.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/rot_13.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/shift_jis.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/shift_jis_2004.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/shift_jisx0213.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/string_escape.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/tis_620.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/undefined.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/unicode_escape.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/unicode_internal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_16.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_16_be.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_16_le.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_32.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_32_be.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_32_le.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_7.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_8.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_8_sig.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/uu_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/zlib_codec.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/__main__.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/_bundled ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/_uninstall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/filecmp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/fileinput.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/fnmatch.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/formatter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/fpformat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/fractions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ftplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/functools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/genericpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/getopt.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/getpass.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/gettext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/glob.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/gzip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hashlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/heapq.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hmac.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot/log.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot/stats.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot/stones.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/htmlentitydefs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/htmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/httplib.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/AutoComplete.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/AutoCompleteWindow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/AutoExpand.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Bindings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/CallTipWindow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/CallTips.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ClassBrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/CodeContext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ColorDelegator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Debugger.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Delegator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/EditorWindow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/FileList.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/FormatParagraph.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/GrepDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/HyperParser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/IOBinding.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/IdleHistory.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/MultiCall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/MultiStatusBar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ObjectBrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/OutputWindow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ParenMatch.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/PathBrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Percolator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/PyParse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/PyShell.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/RemoteDebugger.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/RemoteObjectBrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ReplaceDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/RstripExtension.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ScriptBinding.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ScrolledList.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/SearchDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/SearchDialogBase.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/SearchEngine.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/StackViewer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ToolTip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/TreeWidget.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/UndoDelegator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/WidgetRedirector.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/WindowList.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ZoomHeight.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/aboutDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/configDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/configHandler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/configHelpSourceEdit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/configSectionNameDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/dynOptionMenuWidget.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/help.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/htest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/mock_idle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/mock_tk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_autocomplete.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_autoexpand.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_calltips.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_config_name.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_configdialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_delegator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_editmenu.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_formatparagraph.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_grep.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_helpabout.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_hyperparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_idlehistory.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_io.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_parenmatch.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_pathbrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_rstrip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_searchdialogbase.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_searchengine.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_text.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_textview.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_warning.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_widgetredir.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idlever.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/keybindingDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/macosxSupport.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/rpc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/run.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/tabbedpages.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/textView.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ihooks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/imaplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/imghdr.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/importlib ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/importlib/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/imputil.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/inspect.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/io.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/decoder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/encoder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/scanner.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_check_circular.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_decode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_default.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_dump.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_encode_basestring_ascii.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_fail.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_float.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_indent.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_pass1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_pass2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_pass3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_recursion.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_scanstring.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_separators.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_speedups.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_tool.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_unicode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tool.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/keyword.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Canvas.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Dialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/FileDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/FixTk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/ScrolledText.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/SimpleDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Tix.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Tkconstants.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Tkdnd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Tkinter.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/runtktests.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_font.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_geometry_managers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_images.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_loadtk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_misc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_text.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_variables.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_widgets.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/test_extensions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/test_functions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/test_style.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/test_widgets.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/widget_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkColorChooser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkCommonDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkFileDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkFont.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkMessageBox.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkSimpleDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/ttk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/turtle.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/__main__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/btm_matcher.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/btm_utils.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixer_base.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixer_util.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_apply.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_asserts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_basestring.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_buffer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_dict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_except.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_exec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_execfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_exitfunc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_filter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_funcattrs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_future.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_getcwdu.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_has_key.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_idioms.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_import.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_imports.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_imports2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_input.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_intern.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_isinstance.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_itertools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_itertools_imports.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_long.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_map.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_metaclass.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_methodattrs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_ne.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_next.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_nonzero.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_numliterals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_operator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_paren.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_print.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_raise.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_raw_input.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_reduce.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_renames.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_repr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_set_literal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_standarderror.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_sys_exc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_throw.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_tuple_params.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_types.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_unicode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_urllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_ws_comma.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_xrange.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_xreadlines.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_zip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/main.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/patcomp.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/conv.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/driver.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/grammar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/literals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/parse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/pgen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/token.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/tokenize.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pygram.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pytree.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/refactor.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/__init__.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers/myfixes ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/pytree_idempotency.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_all_fixers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_fixers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_main.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_parser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_pytree.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_refactor.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/linecache.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/locale.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging/config.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging/handlers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/macpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/macurl2path.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mailbox.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mailcap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/markupbase.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/md5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mhlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mimetools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mimetypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mimify.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/modulefinder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multifile.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/connection.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/dummy ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/dummy/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/dummy/connection.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/forking.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/heap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/managers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/pool.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/process.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/queues.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/reduction.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/sharedctypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/synchronize.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mutex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/netrc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/new.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/nntplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ntpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/nturl2path.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/numbers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/opcode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/optparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/os.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/os2emxpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pickletools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pipes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pkgutil.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2/CDROM.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2/DLFCN.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2/IN.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2/TYPES.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/platform.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plistlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/popen2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/poplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/posixfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/posixpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pprint.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/profile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pstats.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pty.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/py_compile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pyclbr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc_data ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc_data/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc_data/topics.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/quopri.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/random.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/re.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/repr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/rexec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/rfc822.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/rlcompleter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/robotparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/runpy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sched.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sets.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sgmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sha.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/shelve.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/shlex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/shutil.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/smtpd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/smtplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sndhdr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/socket.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/dbapi2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/dump.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/dbapi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/dump.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/factory.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/hooks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/py25tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/regression.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/transactions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/types.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/userfunctions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sre.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sre_compile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sre_constants.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sre_parse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ssl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/stat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/statvfs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/string.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/stringold.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/stringprep.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/struct.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/subprocess.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sunau.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sunaudio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/symbol.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/symtable.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sysconfig.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tabnanny.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tarfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/telnetlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tempfile.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/__main__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/_mock_backport.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiotests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/autotest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/bisect_cmd.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/curses_tests.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/data ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/doctest_aliases.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/double_const.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/fork_wait.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/gdb_sample.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/infinite_reload.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/inspect_fodder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/inspect_fodder2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/list_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/lock_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/make_ssl_certs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/mapping_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/mp_fork_bomb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/multibytecodec_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/outstanding_bugs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pickletester.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/profilee.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pyclbr_input.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pydoc_mod.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pydocfodder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pystone.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pythoninfo.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/re_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/regrtest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/relimport.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/reperf.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/sample_doctest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/sample_doctest_no_docstrings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/sample_doctest_no_doctests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/script_helper.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/seq_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/sortperf.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/ssl_servers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/ssltests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/string_tests.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/subprocessdata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/subprocessdata/sigchild_ignore.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/support ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/support/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/support/script_helper.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/symlink_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_MimeWriter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_SimpleHTTPServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_StringIO.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test___all__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test___future__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test__locale.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test__osx_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_abc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_abstract_numbers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_aepack.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_aifc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_al.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_anydbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_applesingle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_argparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_array.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ascii_formatd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ast.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_asynchat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_asyncore.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_atexit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_audioop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_augassign.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_base64.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bastion.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bigaddrspace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bigmem.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_binascii.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_binhex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_binop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bisect.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bool.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bsddb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bsddb185.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bsddb3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_buffer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bufio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_builtin.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bytes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bz2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_calendar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_call.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_capi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cfgparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cgi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_charmapcodec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_class.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cmath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cmd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cmd_line.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cmd_line_script.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_code.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codeccallbacks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_cn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_hk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_iso2022.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_jp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_kr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_tw.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_cn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_hk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_jp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_kr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_tw.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codeop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_coercion.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_collections.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_colorsys.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_commands.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_compare.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_compile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_compileall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_compiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_complex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_complex_args.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_contains.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_contextlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cookie.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cookielib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_copy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_copy_reg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cpickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cprofile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_crypt.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_csv.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ctypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_curses.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_datetime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_decimal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_decorators.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_defaultdict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_deque.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_descr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_descrtut.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dictcomps.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dictviews.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_difflib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dircache.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dis.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_distutils.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_doctest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_doctest2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_docxmlrpc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dumbdbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dummy_thread.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dummy_threading.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_email.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_email_codecs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_email_renamed.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ensurepip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_enumerate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_eof.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_epoll.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_errno.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_exception_variations.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_exceptions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_extcall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fcntl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_file.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_file2k.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_file_eintr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_filecmp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fileinput.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fileio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_float.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fnmatch.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fork1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_format.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fpformat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fractions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_frozen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ftplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_funcattrs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_functools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future4.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future_builtins.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gdbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_generators.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_genericpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_genexps.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_getargs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_getargs2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_getopt.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gettext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_glob.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_global.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_grammar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_grp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gzip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_hash.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_hashlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_heapq.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_hmac.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_hotshot.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_htmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_htmlparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_httplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_httpservers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_idle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imageop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imaplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imgfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imghdr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_import.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_import_magic.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_importhooks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_importlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_index.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_inspect.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_int.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_int_literal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_io.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ioctl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_isinstance.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_iter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_iterlen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_itertools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_json.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_kqueue.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_largefile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_lib2to3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_linecache.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_linuxaudiodev.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_list.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_locale.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_logging.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_long.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_long_future.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_longexp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_macos.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_macostools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_macpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_macurl2path.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mailbox.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_marshal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_math.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_md5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_memoryio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_memoryview.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mhlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mimetools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mimetypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_minidom.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mmap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_module.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_modulefinder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_msilib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_multibytecodec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_multifile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_multiprocessing.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mutants.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mutex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_netrc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_new.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_nis.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_nntplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_normalization.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ntpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_old_mailbox.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_opcodes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_openpty.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_operator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_optparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ordered_dict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_os.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ossaudiodev.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_parser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_peepholer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pep247.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pep277.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pep352.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pickletools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pipes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pkg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pkgimport.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pkgutil.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_platform.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_plistlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_poll.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_popen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_popen2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_poplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_posix.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_posixpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pprint.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_print.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_profile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_property.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pstats.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pty.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pwd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_py3kwarn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_py_compile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pyclbr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pydoc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pyexpat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_queue.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_quopri.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_random.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_re.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_readline.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_regrtest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_repr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_resource.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_rfc822.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_richcmp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_rlcompleter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_robotparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_runpy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sax.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_scope.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_scriptpackages.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_select.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_set.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_setcomps.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sets.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sgmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sha.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_shelve.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_shlex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_shutil.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_signal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_site.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_slice.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_smtplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_smtpnet.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_socket.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_socketserver.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_softspace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sort.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_source_encoding.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_spwd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sqlite.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ssl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_startfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_stat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_str.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_strftime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_string.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_stringprep.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_strop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_strptime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_strtod.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_struct.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_structmembers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_structseq.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_subprocess.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sunau.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sunaudiodev.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sundry.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_symtable.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_syntax.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sys.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sys_setprofile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sys_settrace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sysconfig.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tarfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tcl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_telnetlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tempfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_test_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_textwrap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_thread.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threaded_import.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threadedtempfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threading.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threading_local.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threadsignals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_time.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_timeit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_timeout.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tokenize.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_trace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_traceback.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_transformer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ttk_guionly.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ttk_textonly.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tuple.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_turtle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_typechecks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_types.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ucn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unary.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_undocumented_details.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unicode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unicode_file.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unicodedata.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unittest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_univnewlines.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_univnewlines2k.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unpack.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllib2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllib2_localnet.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllib2net.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllibnet.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urlparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_userdict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_userlist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_userstring.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_uu.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_uuid.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_wait3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_wait4.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_warnings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_wave.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_weakref.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_weakset.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_whichdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_winreg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_winsound.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_with.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_wsgiref.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xdrlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xml_etree.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xml_etree_c.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xmlrpc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xpickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xrange.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zipfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zipfile64.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zipimport.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zipimport_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/testall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/testcodec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tf_inherit_check.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/threaded_import_hangers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/time_hashlib.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tracedmodules ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tracedmodules/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tracedmodules/testmod.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/warning_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/win_console_handler.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltestdata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/textwrap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/this.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/threading.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/timeit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/toaiff.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/token.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tokenize.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/trace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/traceback.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tty.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/types.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/__main__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/case.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/loader.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/main.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/result.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/runner.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/signals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/suite.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/dummy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_assertions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_break.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_case.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_discovery.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_functiontestcase.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_loader.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_program.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_result.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_runner.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_setups.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_skipping.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_suite.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/urllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/urllib2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/urlparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/user.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/uu.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/uuid.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/warnings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wave.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/weakref.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/webbrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/whichdb.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/handlers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/headers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/simple_server.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/validate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xdrlib.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/__init__.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/NodeFilter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/domreg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/expatbuilder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/minicompat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/minidom.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/pulldom.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/xmlbuilder.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/ElementInclude.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/ElementPath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/ElementTree.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/cElementTree.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/parsers ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/parsers/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/parsers/expat.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/_exceptions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/expatreader.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/handler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/saxutils.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/xmlreader.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xmlrpclib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/zipfile.py ... PYTHONPATH=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 LD_LIBRARY_PATH=/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/metwork-mfext-1.2/opt/tcltk/local/lib:/opt/metwork-mfext-1.2/opt/tcltk/lib:/opt/metwork-mfext-1.2/opt/python2_core/local/lib:/opt/metwork-mfext-1.2/opt/python2_core/lib:/opt/metwork-mfext-1.2/opt/core/local/lib:/opt/metwork-mfext-1.2/opt/core/lib:/opt/metwork-mfext-1.2/local/lib:/opt/metwork-mfext-1.2/lib \ ./python -E -Wi -tt -O /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compileall.py \ -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/BaseHTTPServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/Bastion.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/CGIHTTPServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ConfigParser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/Cookie.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/DocXMLRPCServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/HTMLParser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/MimeWriter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/Queue.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/SimpleHTTPServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/SimpleXMLRPCServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/SocketServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/StringIO.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/UserDict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/UserList.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/UserString.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_LWPCookieJar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_MozillaCookieJar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/__future__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/__phello__.foo.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_abcoll.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_osx_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_pyio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_strptime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_sysconfigdata.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_threading_local.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/_weakrefset.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/abc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/aifc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/antigravity.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/anydbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/argparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ast.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/asynchat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/asyncore.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/atexit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/audiodev.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/base64.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/binhex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bisect.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/db.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbobj.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbrecio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbshelve.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbtables.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/dbutils.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_all.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_associate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_basics.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_compare.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_compat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_cursor_pget_bug.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_db.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_dbenv.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_dbobj.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_dbshelve.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_dbtables.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_distributed_transactions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_early_close.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_fileid.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_get_none.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_join.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_lock.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_misc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_pickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_queue.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_recno.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_replication.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_sequence.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/bsddb/test/test_thread.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cProfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/calendar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cgi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cgitb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/chunk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cmd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/code.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/codecs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/codeop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/collections.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/colorsys.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/commands.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compileall.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/ast.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/consts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/future.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/misc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/pyassem.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/pycodegen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/symbols.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/syntax.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/transformer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compiler/visitor.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/contextlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/cookielib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/copy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/copy_reg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/csv.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/_endian.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib/dyld.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib/dylib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/macholib/framework.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/runtests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_anon.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_array_in_pointer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_arrays.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_as_parameter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_bitfields.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_buffers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_byteswap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_callbacks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_cast.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_cfuncs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_checkretval.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_delattr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_errno.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_find.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_frombuffer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_funcptr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_functions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_incomplete.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_init.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_internals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_keeprefs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_libc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_loading.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_macholib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_memfunctions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_numbers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_objects.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_parameters.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_pep3118.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_pickling.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_pointers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_prototypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_python_api.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_random_things.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_refcounts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_repr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_returnfuncptrs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_simplesubclasses.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_sizes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_slicing.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_stringptr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_strings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_struct_fields.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_structures.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_unaligned_structures.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_unicode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_values.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_varsize_struct.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_win32.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/test/test_wintypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ctypes/wintypes.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/ascii.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/has_key.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/panel.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/textpad.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/curses/wrapper.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dbhash.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/decimal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/difflib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dircache.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dis.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/archive_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/bcppcompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/ccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/cmd.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist_dumb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist_msi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist_rpm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/bdist_wininst.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build_clib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build_ext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build_py.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/build_scripts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/check.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/clean.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/config.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_data.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_egg_info.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_headers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_lib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/install_scripts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/register.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/sdist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/command/upload.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/config.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/core.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/cygwinccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/debug.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dep_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dir_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/emxccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/errors.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/extension.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/fancy_getopt.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/file_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/filelist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/log.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/msvc9compiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/msvccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/spawn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/sysconfig.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/setuptools_build_ext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/setuptools_extension.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_archive_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist_dumb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist_msi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist_rpm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_bdist_wininst.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build_clib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build_ext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build_py.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_build_scripts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_ccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_check.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_clean.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_cmd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_config.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_config_cmd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_core.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_dep_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_dir_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_dist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_file_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_filelist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install_data.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install_headers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install_lib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_install_scripts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_msvc9compiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_register.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_sdist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_spawn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_sysconfig.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_text_file.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_unixccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_upload.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_version.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/tests/test_versionpredicate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/text_file.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/unixccompiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/version.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/versionpredicate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/doctest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dumbdbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dummy_thread.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/dummy_threading.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/_parseaddr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/base64mime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/charset.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/encoders.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/errors.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/feedparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/generator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/header.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/iterators.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/message.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/application.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/audio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/base.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/image.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/message.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/multipart.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/nonmultipart.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/mime/text.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/parser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/quoprimime.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/__init__.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/data ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email_codecs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email_codecs_renamed.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email_renamed.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/test/test_email_torture.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/email/utils.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/aliases.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/ascii.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/base64_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/big5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/big5hkscs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/bz2_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/charmap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp037.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1006.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1026.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1140.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1250.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1251.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1252.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1253.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1254.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1255.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1256.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1257.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp1258.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp424.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp437.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp500.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp720.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp737.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp775.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp850.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp852.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp855.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp856.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp857.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp858.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp860.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp861.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp862.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp863.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp864.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp865.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp866.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp869.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp874.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp875.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp932.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp949.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/cp950.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/euc_jis_2004.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/euc_jisx0213.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/euc_jp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/euc_kr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/gb18030.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/gb2312.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/gbk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/hex_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/hp_roman8.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/hz.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/idna.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_2004.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_jp_ext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso2022_kr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_10.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_11.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_13.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_14.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_15.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_16.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_4.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_6.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_7.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_8.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/iso8859_9.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/johab.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/koi8_r.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/koi8_u.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/latin_1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_arabic.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_centeuro.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_croatian.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_cyrillic.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_farsi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_greek.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_iceland.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_latin2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_roman.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_romanian.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mac_turkish.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/mbcs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/palmos.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/ptcp154.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/punycode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/quopri_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/raw_unicode_escape.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/rot_13.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/shift_jis.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/shift_jis_2004.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/shift_jisx0213.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/string_escape.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/tis_620.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/undefined.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/unicode_escape.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/unicode_internal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_16.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_16_be.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_16_le.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_32.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_32_be.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_32_le.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_7.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_8.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/utf_8_sig.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/uu_codec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/encodings/zlib_codec.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/__main__.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/_bundled ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ensurepip/_uninstall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/filecmp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/fileinput.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/fnmatch.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/formatter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/fpformat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/fractions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ftplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/functools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/genericpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/getopt.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/getpass.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/gettext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/glob.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/gzip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hashlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/heapq.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hmac.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot/log.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot/stats.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/hotshot/stones.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/htmlentitydefs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/htmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/httplib.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/AutoComplete.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/AutoCompleteWindow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/AutoExpand.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Bindings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/CallTipWindow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/CallTips.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ClassBrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/CodeContext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ColorDelegator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Debugger.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Delegator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/EditorWindow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/FileList.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/FormatParagraph.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/GrepDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/HyperParser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/IOBinding.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Icons ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/IdleHistory.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/MultiCall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/MultiStatusBar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ObjectBrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/OutputWindow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ParenMatch.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/PathBrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/Percolator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/PyParse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/PyShell.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/RemoteDebugger.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/RemoteObjectBrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ReplaceDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/RstripExtension.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ScriptBinding.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ScrolledList.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/SearchDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/SearchDialogBase.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/SearchEngine.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/StackViewer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ToolTip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/TreeWidget.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/UndoDelegator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/WidgetRedirector.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/WindowList.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/ZoomHeight.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/aboutDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/configDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/configHandler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/configHelpSourceEdit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/configSectionNameDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/dynOptionMenuWidget.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/help.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/htest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/mock_idle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/mock_tk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_autocomplete.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_autoexpand.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_calltips.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_config_name.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_configdialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_delegator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_editmenu.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_formatparagraph.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_grep.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_helpabout.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_hyperparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_idlehistory.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_io.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_parenmatch.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_pathbrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_rstrip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_searchdialogbase.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_searchengine.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_text.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_textview.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_warning.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idle_test/test_widgetredir.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/idlever.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/keybindingDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/macosxSupport.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/rpc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/run.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/tabbedpages.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/idlelib/textView.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ihooks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/imaplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/imghdr.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/importlib ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/importlib/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/imputil.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/inspect.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/io.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/decoder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/encoder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/scanner.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_check_circular.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_decode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_default.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_dump.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_encode_basestring_ascii.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_fail.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_float.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_indent.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_pass1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_pass2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_pass3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_recursion.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_scanstring.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_separators.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_speedups.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_tool.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tests/test_unicode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/json/tool.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/keyword.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Canvas.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Dialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/FileDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/FixTk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/ScrolledText.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/SimpleDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Tix.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Tkconstants.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Tkdnd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/Tkinter.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/runtktests.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_font.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_geometry_managers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_images.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_loadtk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_misc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_text.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_variables.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_tkinter/test_widgets.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/test_extensions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/test_functions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/test_style.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/test_ttk/test_widgets.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/test/widget_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkColorChooser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkCommonDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkFileDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkFont.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkMessageBox.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/tkSimpleDialog.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/ttk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-tk/turtle.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/__main__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/btm_matcher.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/btm_utils.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixer_base.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixer_util.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_apply.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_asserts.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_basestring.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_buffer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_dict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_except.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_exec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_execfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_exitfunc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_filter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_funcattrs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_future.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_getcwdu.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_has_key.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_idioms.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_import.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_imports.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_imports2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_input.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_intern.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_isinstance.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_itertools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_itertools_imports.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_long.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_map.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_metaclass.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_methodattrs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_ne.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_next.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_nonzero.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_numliterals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_operator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_paren.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_print.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_raise.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_raw_input.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_reduce.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_renames.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_repr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_set_literal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_standarderror.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_sys_exc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_throw.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_tuple_params.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_types.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_unicode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_urllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_ws_comma.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_xrange.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_xreadlines.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/fixes/fix_zip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/main.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/patcomp.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/conv.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/driver.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/grammar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/literals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/parse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/pgen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/token.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pgen2/tokenize.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pygram.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/pytree.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/refactor.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/__init__.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/data/fixers/myfixes ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/pytree_idempotency.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_all_fixers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_fixers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_main.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_parser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_pytree.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_refactor.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/tests/test_util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/linecache.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/locale.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging/config.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/logging/handlers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/macpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/macurl2path.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mailbox.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mailcap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/markupbase.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/md5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mhlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mimetools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mimetypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mimify.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/modulefinder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multifile.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/connection.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/dummy ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/dummy/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/dummy/connection.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/forking.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/heap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/managers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/pool.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/process.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/queues.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/reduction.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/sharedctypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/synchronize.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/multiprocessing/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/mutex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/netrc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/new.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/nntplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ntpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/nturl2path.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/numbers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/opcode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/optparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/os.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/os2emxpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pickletools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pipes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pkgutil.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2/CDROM.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2/DLFCN.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2/IN.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plat-linux2/TYPES.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/platform.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/plistlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/popen2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/poplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/posixfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/posixpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pprint.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/profile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pstats.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pty.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/py_compile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pyclbr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc_data ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc_data/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/pydoc_data/topics.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/quopri.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/random.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/re.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/repr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/rexec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/rfc822.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/rlcompleter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/robotparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/runpy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sched.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sets.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sgmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sha.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/shelve.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/shlex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/shutil.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/smtpd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/smtplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sndhdr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/socket.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3 ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/dbapi2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/dump.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/dbapi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/dump.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/factory.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/hooks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/py25tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/regression.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/transactions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/types.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sqlite3/test/userfunctions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sre.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sre_compile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sre_constants.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sre_parse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/ssl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/stat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/statvfs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/string.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/stringold.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/stringprep.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/struct.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/subprocess.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sunau.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sunaudio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/symbol.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/symtable.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/sysconfig.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tabnanny.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tarfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/telnetlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tempfile.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/__main__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/_mock_backport.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiodata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/audiotests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/autotest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/bisect_cmd.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/capath ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/cjkencodings ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/curses_tests.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/data ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/decimaltestdata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/doctest_aliases.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/double_const.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/fork_wait.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/gdb_sample.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/imghdrdata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/infinite_reload.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/inspect_fodder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/inspect_fodder2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/list_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/lock_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/make_ssl_certs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/mapping_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/mp_fork_bomb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/multibytecodec_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/outstanding_bugs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pickletester.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/profilee.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pyclbr_input.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pydoc_mod.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pydocfodder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pystone.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/pythoninfo.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/re_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/regrtest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/relimport.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/reperf.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/sample_doctest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/sample_doctest_no_docstrings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/sample_doctest_no_doctests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/script_helper.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/seq_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/sortperf.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/ssl_servers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/ssltests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/string_tests.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/subprocessdata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/subprocessdata/sigchild_ignore.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/support ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/support/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/support/script_helper.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/symlink_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_MimeWriter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_SimpleHTTPServer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_StringIO.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test___all__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test___future__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test__locale.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test__osx_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_abc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_abstract_numbers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_aepack.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_aifc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_al.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_anydbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_applesingle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_argparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_array.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ascii_formatd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ast.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_asynchat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_asyncore.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_atexit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_audioop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_augassign.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_base64.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bastion.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bigaddrspace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bigmem.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_binascii.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_binhex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_binop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bisect.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bool.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bsddb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bsddb185.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bsddb3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_buffer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bufio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_builtin.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bytes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_bz2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_calendar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_call.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_capi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cfgparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cgi.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_charmapcodec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_class.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cmath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cmd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cmd_line.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cmd_line_script.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_code.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codeccallbacks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_cn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_hk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_iso2022.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_jp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_kr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecencodings_tw.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_cn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_hk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_jp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_kr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecmaps_tw.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codecs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_codeop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_coercion.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_collections.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_colorsys.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_commands.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_compare.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_compile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_compileall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_compiler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_complex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_complex_args.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_contains.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_contextlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cookie.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cookielib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_copy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_copy_reg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cpickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_cprofile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_crypt.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_csv.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ctypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_curses.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_datetime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_decimal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_decorators.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_defaultdict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_deque.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_descr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_descrtut.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dictcomps.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dictviews.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_difflib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dircache.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dis.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_distutils.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_doctest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_doctest2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_docxmlrpc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dumbdbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dummy_thread.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_dummy_threading.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_email.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_email_codecs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_email_renamed.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ensurepip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_enumerate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_eof.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_epoll.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_errno.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_exception_variations.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_exceptions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_extcall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fcntl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_file.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_file2k.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_file_eintr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_filecmp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fileinput.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fileio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_float.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fnmatch.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fork1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_format.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fpformat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_fractions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_frozen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ftplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_funcattrs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_functools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future1.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future4.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_future_builtins.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gdbm.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_generators.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_genericpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_genexps.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_getargs.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_getargs2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_getopt.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gettext.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_glob.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_global.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_grammar.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_grp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_gzip.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_hash.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_hashlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_heapq.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_hmac.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_hotshot.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_htmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_htmlparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_httplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_httpservers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_idle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imageop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imaplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imgfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imghdr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_imp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_import.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_import_magic.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_importhooks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_importlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_index.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_inspect.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_int.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_int_literal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_io.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ioctl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_isinstance.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_iter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_iterlen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_itertools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_json.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_kqueue.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_largefile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_lib2to3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_linecache.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_linuxaudiodev.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_list.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_locale.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_logging.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_long.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_long_future.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_longexp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_macos.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_macostools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_macpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_macurl2path.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mailbox.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_marshal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_math.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_md5.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_memoryio.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_memoryview.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mhlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mimetools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mimetypes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_minidom.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mmap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_module.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_modulefinder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_msilib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_multibytecodec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_multifile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_multiprocessing.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mutants.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_mutex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_netrc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_new.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_nis.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_nntplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_normalization.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ntpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_old_mailbox.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_opcodes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_openpty.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_operator.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_optparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ordered_dict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_os.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ossaudiodev.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_parser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_peepholer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pep247.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pep277.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pep352.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pickletools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pipes.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pkg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pkgimport.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pkgutil.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_platform.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_plistlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_poll.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_popen.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_popen2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_poplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_posix.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_posixpath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pow.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pprint.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_print.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_profile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_property.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pstats.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pty.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pwd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_py3kwarn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_py_compile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pyclbr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pydoc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_pyexpat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_queue.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_quopri.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_random.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_re.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_readline.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_regrtest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_repr.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_resource.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_rfc822.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_richcmp.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_rlcompleter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_robotparser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_runpy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sax.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_scope.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_scriptpackages.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_select.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_set.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_setcomps.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sets.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sgmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sha.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_shelve.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_shlex.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_shutil.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_signal.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_site.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_slice.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_smtplib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_smtpnet.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_socket.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_socketserver.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_softspace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sort.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_source_encoding.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_spwd.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sqlite.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ssl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_startfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_stat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_str.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_strftime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_string.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_stringprep.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_strop.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_strptime.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_strtod.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_struct.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_structmembers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_structseq.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_subprocess.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sunau.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sunaudiodev.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sundry.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_symtable.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_syntax.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sys.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sys_setprofile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sys_settrace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_sysconfig.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tarfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tcl.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_telnetlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tempfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_test_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_textwrap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_thread.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threaded_import.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threadedtempfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threading.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threading_local.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_threadsignals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_time.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_timeit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_timeout.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tk.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tokenize.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tools.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_trace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_traceback.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_transformer.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ttk_guionly.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ttk_textonly.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_tuple.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_turtle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_typechecks.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_types.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_ucn.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unary.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_undocumented_details.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unicode.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unicode_file.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unicodedata.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unittest.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_univnewlines.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_univnewlines2k.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_unpack.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllib2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllib2_localnet.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllib2net.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urllibnet.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_urlparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_userdict.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_userlist.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_userstring.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_uu.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_uuid.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_wait3.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_wait4.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_warnings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_wave.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_weakref.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_weakset.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_whichdb.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_winreg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_winsound.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_with.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_wsgiref.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xdrlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xml_etree.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xml_etree_c.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xmlrpc.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xpickle.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_xrange.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zipfile.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zipfile64.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zipimport.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zipimport_support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/test_zlib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/testall.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/testcodec.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tf_inherit_check.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/threaded_import_hangers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/time_hashlib.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tracedmodules ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tracedmodules/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/tracedmodules/testmod.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/warning_tests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/win_console_handler.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltestdata ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/test/xmltests.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/textwrap.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/this.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/threading.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/timeit.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/toaiff.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/token.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tokenize.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/trace.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/traceback.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/tty.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/types.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/__main__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/case.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/loader.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/main.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/result.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/runner.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/signals.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/suite.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/dummy.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/support.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_assertions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_break.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_case.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_discovery.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_functiontestcase.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_loader.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_program.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_result.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_runner.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_setups.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_skipping.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/test/test_suite.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/unittest/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/urllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/urllib2.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/urlparse.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/user.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/uu.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/uuid.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/warnings.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wave.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/weakref.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/webbrowser.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/whichdb.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/handlers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/headers.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/simple_server.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/util.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/wsgiref/validate.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xdrlib.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/__init__.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/NodeFilter.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/domreg.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/expatbuilder.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/minicompat.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/minidom.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/pulldom.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/dom/xmlbuilder.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/ElementInclude.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/ElementPath.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/ElementTree.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/etree/cElementTree.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/parsers ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/parsers/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/parsers/expat.py ... Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/__init__.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/_exceptions.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/expatreader.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/handler.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/saxutils.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xml/sax/xmlreader.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xmllib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/xmlrpclib.py ... Compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/zipfile.py ... PYTHONPATH=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 LD_LIBRARY_PATH=/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/metwork-mfext-1.2/opt/tcltk/local/lib:/opt/metwork-mfext-1.2/opt/tcltk/lib:/opt/metwork-mfext-1.2/opt/python2_core/local/lib:/opt/metwork-mfext-1.2/opt/python2_core/lib:/opt/metwork-mfext-1.2/opt/core/local/lib:/opt/metwork-mfext-1.2/opt/core/lib:/opt/metwork-mfext-1.2/local/lib:/opt/metwork-mfext-1.2/lib \ ./python -E -Wi -t /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compileall.py \ -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages -f \ -x badsyntax /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages ... PYTHONPATH=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 LD_LIBRARY_PATH=/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/metwork-mfext-1.2/opt/tcltk/local/lib:/opt/metwork-mfext-1.2/opt/tcltk/lib:/opt/metwork-mfext-1.2/opt/python2_core/local/lib:/opt/metwork-mfext-1.2/opt/python2_core/lib:/opt/metwork-mfext-1.2/opt/core/local/lib:/opt/metwork-mfext-1.2/opt/core/lib:/opt/metwork-mfext-1.2/local/lib:/opt/metwork-mfext-1.2/lib \ ./python -E -Wi -t -O /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/compileall.py \ -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages -f \ -x badsyntax /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages Listing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages ... PYTHONPATH=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 LD_LIBRARY_PATH=/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/metwork-mfext-1.2/opt/tcltk/local/lib:/opt/metwork-mfext-1.2/opt/tcltk/lib:/opt/metwork-mfext-1.2/opt/python2_core/local/lib:/opt/metwork-mfext-1.2/opt/python2_core/lib:/opt/metwork-mfext-1.2/opt/core/local/lib:/opt/metwork-mfext-1.2/opt/core/lib:/opt/metwork-mfext-1.2/local/lib:/opt/metwork-mfext-1.2/lib \ ./python -E -m lib2to3.pgen2.driver /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/Grammar.txt Generating grammar tables from /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/Grammar.txt Writing grammar tables to /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/Grammar2.7.18.final.0.pickle PYTHONPATH=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7 LD_LIBRARY_PATH=/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/metwork-mfext-1.2/opt/tcltk/local/lib:/opt/metwork-mfext-1.2/opt/tcltk/lib:/opt/metwork-mfext-1.2/opt/python2_core/local/lib:/opt/metwork-mfext-1.2/opt/python2_core/lib:/opt/metwork-mfext-1.2/opt/core/local/lib:/opt/metwork-mfext-1.2/opt/core/lib:/opt/metwork-mfext-1.2/local/lib:/opt/metwork-mfext-1.2/lib \ ./python -E -m lib2to3.pgen2.driver /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/PatternGrammar.txt Generating grammar tables from /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/PatternGrammar.txt Writing grammar tables to /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib2to3/PatternGrammar2.7.18.final.0.pickle Creating directory /opt/metwork-mfext-1.2/opt/python2_core/include Creating directory /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/Python-ast.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/Python.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/abstract.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/asdl.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/ast.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/bitset.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/boolobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/bufferobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/bytearrayobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/bytes_methods.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/bytesobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/cStringIO.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/cellobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/ceval.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/classobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/cobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/code.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/codecs.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/compile.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/complexobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/datetime.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/descrobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/dictobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/dtoa.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/enumobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/errcode.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/eval.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/fileobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/floatobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/frameobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/funcobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/genobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/graminit.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/grammar.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/import.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/intobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/intrcheck.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/iterobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/listobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/longintrepr.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/longobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/marshal.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/memoryobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/metagrammar.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/methodobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/modsupport.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/moduleobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/node.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/object.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/objimpl.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/opcode.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/osdefs.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/parsetok.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/patchlevel.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pgen.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pgenheaders.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/py_curses.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pyarena.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pycapsule.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pyctype.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pydebug.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pyerrors.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pyexpat.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pyfpe.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pygetopt.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pymacconfig.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pymactoolbox.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pymath.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pymem.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pyport.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pystate.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pystrcmp.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pystrtod.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pythonrun.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/pythread.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/rangeobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/setobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/sliceobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/stringobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/structmember.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/structseq.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/symtable.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/sysmodule.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/timefuncs.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/token.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/traceback.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/tupleobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/ucnhash.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/unicodeobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/warnings.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 ./Include/weakrefobject.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 /usr/bin/install -c -m 644 pyconfig.h /opt/metwork-mfext-1.2/opt/python2_core/include/python2.7/pyconfig.h # Substitution happens here, as the completely-expanded BINDIR # is not available in configure sed -e "s,@EXENAME@,/opt/metwork-mfext-1.2/opt/python2_core/bin/python2.7," < ./Misc/python-config.in >python-config Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig /usr/bin/install -c -m 644 Modules/config.c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config/config.c /usr/bin/install -c -m 644 Modules/python.o /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config/python.o /usr/bin/install -c -m 644 ./Modules/config.c.in /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config/config.c.in /usr/bin/install -c -m 644 Makefile /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config/Makefile /usr/bin/install -c -m 644 Modules/Setup /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config/Setup /usr/bin/install -c -m 644 Modules/Setup.local /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config/Setup.local /usr/bin/install -c -m 644 Modules/Setup.config /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config/Setup.config /usr/bin/install -c -m 644 Misc/python.pc /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig/python-2.7.pc /usr/bin/install -c ./Modules/makesetup /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config/makesetup /usr/bin/install -c ./install-sh /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/config/install-sh /usr/bin/install -c python-config /opt/metwork-mfext-1.2/opt/python2_core/bin/python2.7-config rm python-config LD_LIBRARY_PATH=/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/metwork-mfext-1.2/opt/tcltk/local/lib:/opt/metwork-mfext-1.2/opt/tcltk/lib:/opt/metwork-mfext-1.2/opt/python2_core/local/lib:/opt/metwork-mfext-1.2/opt/python2_core/lib:/opt/metwork-mfext-1.2/opt/core/local/lib:/opt/metwork-mfext-1.2/opt/core/lib:/opt/metwork-mfext-1.2/local/lib:/opt/metwork-mfext-1.2/lib ./python -E ./setup.py install \ --prefix=/opt/metwork-mfext-1.2/opt/python2_core \ --install-scripts=/opt/metwork-mfext-1.2/opt/python2_core/bin \ --install-platlib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload \ --root=/ running install running build running build_ext Python build finished, but the necessary bits to build these modules were not found: _bsddb bsddb185 dbm dl gdbm imageop sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. running build_scripts running install_lib creating /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_json.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_testcapi.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_codecs_iso2022.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_heapq.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_random.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/cPickle.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/parser.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/nis.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/strop.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_hotshot.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/math.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_sysconfigdata.pyc -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/linuxaudiodev.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_hashlib.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/datetime.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_sqlite3.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/binascii.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/spwd.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/grp.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_codecs_cn.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/bz2.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/termios.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_elementtree.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/cStringIO.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/ossaudiodev.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_collections.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_codecs_tw.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_socket.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_lsprof.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_sysconfigdata.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_ctypes.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/itertools.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/crypt.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_io.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/fcntl.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_codecs_kr.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/zlib.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/array.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/select.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_functools.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_codecs_jp.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/time.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_sysconfigdata.pyo -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_locale.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_curses.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/unicodedata.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/pyexpat.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/cmath.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_bisect.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_multiprocessing.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/operator.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_tkinter.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_curses_panel.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_codecs_hk.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/syslog.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_ssl.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/mmap.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_struct.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_ctypes_test.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/future_builtins.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/readline.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_multibytecodec.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/audioop.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/resource.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload copying build/lib.linux-x86_64-2.7/_csv.so -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_json.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_testcapi.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_codecs_iso2022.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_heapq.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_random.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/cPickle.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/parser.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/nis.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/strop.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_hotshot.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/math.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_sysconfigdata.pyc to 644 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/linuxaudiodev.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_hashlib.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/datetime.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_sqlite3.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/binascii.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/spwd.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/grp.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_codecs_cn.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/bz2.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/termios.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_elementtree.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/cStringIO.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/ossaudiodev.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_collections.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_codecs_tw.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_socket.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_lsprof.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_sysconfigdata.py to 644 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_ctypes.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/itertools.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/crypt.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_io.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/fcntl.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_codecs_kr.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/zlib.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/array.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/select.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_functools.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_codecs_jp.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/time.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_sysconfigdata.pyo to 644 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_locale.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_curses.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/unicodedata.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/pyexpat.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/cmath.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_bisect.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_multiprocessing.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/operator.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_tkinter.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_curses_panel.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_codecs_hk.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/syslog.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_ssl.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/mmap.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_struct.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_ctypes_test.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/future_builtins.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/readline.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_multibytecodec.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/audioop.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/resource.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_csv.so to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/ to 755 running install_scripts copying build/scripts-2.7/pydoc -> /opt/metwork-mfext-1.2/opt/python2_core/bin copying build/scripts-2.7/2to3 -> /opt/metwork-mfext-1.2/opt/python2_core/bin copying build/scripts-2.7/idle -> /opt/metwork-mfext-1.2/opt/python2_core/bin copying build/scripts-2.7/smtpd.py -> /opt/metwork-mfext-1.2/opt/python2_core/bin changing mode of /opt/metwork-mfext-1.2/opt/python2_core/bin/pydoc to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/bin/2to3 to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/bin/idle to 755 changing mode of /opt/metwork-mfext-1.2/opt/python2_core/bin/smtpd.py to 755 running install_egg_info Writing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/Python-2.7.18-py2.7.egg-info rm /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/lib-dynload/_sysconfigdata.py* Creating directory /opt/metwork-mfext-1.2/opt/python2_core/share/man Creating directory /opt/metwork-mfext-1.2/opt/python2_core/share/man/man1 /usr/bin/install -c -m 644 ./Misc/python.man \ /opt/metwork-mfext-1.2/opt/python2_core/share/man/man1/python2.7.1 if test ! -d /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig; then \ echo "Creating directory /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig"; \ /usr/bin/install -c -d -m 755 /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig; \ fi if test -f /opt/metwork-mfext-1.2/opt/python2_core/bin/python -o -h /opt/metwork-mfext-1.2/opt/python2_core/bin/python; \ then rm -f /opt/metwork-mfext-1.2/opt/python2_core/bin/python; \ else true; \ fi (cd /opt/metwork-mfext-1.2/opt/python2_core/bin; ln -s python2 python) rm -f /opt/metwork-mfext-1.2/opt/python2_core/bin/python2 (cd /opt/metwork-mfext-1.2/opt/python2_core/bin; ln -s python2.7 python2) rm -f /opt/metwork-mfext-1.2/opt/python2_core/bin/python2-config (cd /opt/metwork-mfext-1.2/opt/python2_core/bin; ln -s python2.7-config python2-config) rm -f /opt/metwork-mfext-1.2/opt/python2_core/bin/python-config (cd /opt/metwork-mfext-1.2/opt/python2_core/bin; ln -s python2-config python-config) test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig || /usr/bin/install -c -d -m 755 /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig rm -f /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig/python2.pc (cd /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig; ln -s python-2.7.pc python2.pc) rm -f /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig/python.pc (cd /opt/metwork-mfext-1.2/opt/python2_core/lib/pkgconfig; ln -s python2.pc python.pc) rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/man/man1/python2.1 (cd /opt/metwork-mfext-1.2/opt/python2_core/share/man/man1; ln -s python2.7.1 python2.1) rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/man/man1/python.1 (cd /opt/metwork-mfext-1.2/opt/python2_core/share/man/man1; ln -s python2.1 python.1) if test "xno" != "xno" ; then \ case no in \ upgrade) ensurepip="--upgrade" ;; \ install|*) ensurepip="" ;; \ esac; \ LD_LIBRARY_PATH=/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/metwork-mfext-1.2/opt/tcltk/local/lib:/opt/metwork-mfext-1.2/opt/tcltk/lib:/opt/metwork-mfext-1.2/opt/python2_core/local/lib:/opt/metwork-mfext-1.2/opt/python2_core/lib:/opt/metwork-mfext-1.2/opt/core/local/lib:/opt/metwork-mfext-1.2/opt/core/lib:/opt/metwork-mfext-1.2/local/lib:/opt/metwork-mfext-1.2/lib ./python -E -m ensurepip \ $ensurepip --root=/ ; \ fi make[2]: Leaving directory '/src/layers/layer1_python2_core/0030_python2/build/Python-2.7.18' make[1]: Leaving directory '/src/layers/layer1_python2_core/0030_python2' if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/share; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/share; fi python2 --version 2>&1 |awk '{print $2;}' >/opt/metwork-mfext-1.2/opt/python2_core/share/python2_version cat /opt/metwork-mfext-1.2/opt/python2_core/share/python2_version |awk -F '.' '{print $1"."$2;}' >/opt/metwork-mfext-1.2/opt/python2_core/share/python2_short_version make[3]: Leaving directory `/src/layers/layer1_python2_core/0030_python2' make[3]: Entering directory `/src/layers/layer1_python2_core/0035_certifi' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo "name: 'certifi'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo "version: '2019.3.9'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo "checksum: '76381d19d0a1171fecb2d1002b81424e'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo -n "Python package for providing Mozilla s CA Bundle (patched for centos)" |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo "website: 'https://certifi.io'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml echo "license: 'MPL'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/certifi.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard download uncompress python2build python2install make[1]: Entering directory '/src/layers/layer1_python2_core/0035_certifi' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/certifi-2019.3.9.tar.gz` `readlink -m ./sources` MD5 76381d19d0a1171fecb2d1002b81424e Trying to download https://files.pythonhosted.org/packages/06/b8/d1ea38513c22e8c906275d135818fee16ad8495985956a9b7e2bb21942a1/certifi-2019.3.9.tar.gz... --2021-11-25 15:10:38-- https://files.pythonhosted.org/packages/06/b8/d1ea38513c22e8c906275d135818fee16ad8495985956a9b7e2bb21942a1/certifi-2019.3.9.tar.gz Resolving files.pythonhosted.org... 151.101.249.63, 2a04:4e42:31::319 Connecting to files.pythonhosted.org|151.101.249.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 158179 (154K) [binary/octet-stream] Saving to: `/src/layers/layer1_python2_core/0035_certifi/build/certifi-2019.3.9.tar.gz' 0K .......... .......... .......... .......... .......... 32% 67.0M 0s 50K .......... .......... .......... .......... .......... 64% 62.9M 0s 100K .......... .......... .......... .......... .......... 97% 81.9M 0s 150K .... 100% 8529G=0.002s 2021-11-25 15:10:38 (71.8 MB/s) - `/src/layers/layer1_python2_core/0035_certifi/build/certifi-2019.3.9.tar.gz' saved [158179/158179] Computing checksum for /src/layers/layer1_python2_core/0035_certifi/build/certifi-2019.3.9.tar.gz... Good checksum rm -Rf certifi-2019.3.9 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/certifi-2019.3.9.tar.gz` tar.gz certifi-2019.3.9 Patching with certifi-system-cert-on-centos-rhel.patch... patching file certifi/core.py Patch ok cd build/certifi-2019.3.9 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py build /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe' warnings.warn(msg) /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/certifi copying certifi/__init__.py -> build/lib/certifi copying certifi/core.py -> build/lib/certifi copying certifi/__main__.py -> build/lib/certifi copying certifi/cacert.pem -> build/lib/certifi if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; fi cd build/certifi-2019.3.9 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2_core --install-lib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe' warnings.warn(msg) /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data' warnings.warn(msg) running install running build running build_py running install_lib creating /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/certifi copying build/lib/certifi/__init__.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/certifi copying build/lib/certifi/core.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/certifi copying build/lib/certifi/__main__.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/certifi copying build/lib/certifi/cacert.pem -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/certifi byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/certifi/__init__.py to __init__.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/certifi/core.py to core.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/certifi/__main__.py to __main__.pyc running install_egg_info Writing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/certifi-2019.03.09-py2.7.egg-info make[1]: Leaving directory '/src/layers/layer1_python2_core/0035_certifi' make[3]: Leaving directory `/src/layers/layer1_python2_core/0035_certifi' make[3]: Entering directory `/src/layers/layer1_python2_core/0041_six' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo "name: 'six'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo "version: '1.12.0'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo "checksum: '9ae5d1feed8c0215f4ae4adcd9207fcb'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo -n "Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions." |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo "website: 'https://pypi.python.org/pypi/six/'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml echo "license: 'MIT'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/six.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard download uncompress python2build python2install make[1]: Entering directory '/src/layers/layer1_python2_core/0041_six' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/six-1.12.0.tar.gz` `readlink -m ./sources` MD5 9ae5d1feed8c0215f4ae4adcd9207fcb Trying to download https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-1.12.0.tar.gz... --2021-11-25 15:10:38-- https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-1.12.0.tar.gz Resolving files.pythonhosted.org... 151.101.249.63, 2a04:4e42:31::319 Connecting to files.pythonhosted.org|151.101.249.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 32725 (32K) [binary/octet-stream] Saving to: `/src/layers/layer1_python2_core/0041_six/build/six-1.12.0.tar.gz' 0K .......... .......... .......... . 100% 95.6M=0s 2021-11-25 15:10:38 (95.6 MB/s) - `/src/layers/layer1_python2_core/0041_six/build/six-1.12.0.tar.gz' saved [32725/32725] Computing checksum for /src/layers/layer1_python2_core/0041_six/build/six-1.12.0.tar.gz... Good checksum rm -Rf six-1.12.0 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/six-1.12.0.tar.gz` tar.gz six-1.12.0 cd build/six-1.12.0 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py build /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running build running build_py creating build creating build/lib copying six.py -> build/lib if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; fi cd build/six-1.12.0 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2_core --install-lib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running install running build running build_py running install_lib copying build/lib/six.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/six.py to six.pyc running install_egg_info Writing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/six-1.12.0-py2.7.egg-info make[1]: Leaving directory '/src/layers/layer1_python2_core/0041_six' make[3]: Leaving directory `/src/layers/layer1_python2_core/0041_six' make[3]: Entering directory `/src/layers/layer1_python2_core/0042_appdirs' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo "name: 'appdirs'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo "version: '1.4.3'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo "checksum: '44c679904082a2133f5566c8a0d3ab42'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo -n "A small Python module for determining appropriate platform-specific dirs." |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo "website: 'http://github.com/ActiveState/appdirs'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml echo "license: 'MIT'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/appdirs.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard download uncompress make[1]: Entering directory '/src/layers/layer1_python2_core/0042_appdirs' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/appdirs-1.4.3.tar.gz` `readlink -m ./sources` MD5 44c679904082a2133f5566c8a0d3ab42 Trying to download https://pypi.python.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz#md5=44c679904082a2133f5566c8a0d3ab42... --2021-11-25 15:10:38-- https://pypi.python.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz Resolving pypi.python.org... 151.101.248.223, 2a04:4e42:3b::223 Connecting to pypi.python.org|151.101.248.223|:443... connected. HTTP request sent, awaiting response... 301 Redirect to Primary Domain Location: https://pypi.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz [following] --2021-11-25 15:10:38-- https://pypi.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz Resolving pypi.org... 151.101.128.223, 151.101.0.223, 151.101.192.223, ... Connecting to pypi.org|151.101.128.223|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://files.pythonhosted.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz [following] --2021-11-25 15:10:38-- https://files.pythonhosted.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz Resolving files.pythonhosted.org... 151.101.249.63, 2a04:4e42:31::319 Connecting to files.pythonhosted.org|151.101.249.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 12700 (12K) [binary/octet-stream] Saving to: `/src/layers/layer1_python2_core/0042_appdirs/build/appdirs-1.4.3.tar.gz' 0K .......... .. 100% 68.1M=0s 2021-11-25 15:10:38 (68.1 MB/s) - `/src/layers/layer1_python2_core/0042_appdirs/build/appdirs-1.4.3.tar.gz' saved [12700/12700] Computing checksum for /src/layers/layer1_python2_core/0042_appdirs/build/appdirs-1.4.3.tar.gz... Good checksum rm -Rf appdirs-1.4.3 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/appdirs-1.4.3.tar.gz` tar.gz appdirs-1.4.3 make[1]: Leaving directory '/src/layers/layer1_python2_core/0042_appdirs' make --file=/opt/metwork-mfext-1.2/share/Makefile.standard python2build python2install make[1]: Entering directory '/src/layers/layer1_python2_core/0042_appdirs' cd build/appdirs-1.4.3 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py build /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running build running build_py creating build creating build/lib copying appdirs.py -> build/lib if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; fi cd build/appdirs-1.4.3 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2_core --install-lib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running install running build running build_py running install_lib copying build/lib/appdirs.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/appdirs.py to appdirs.pyc running install_egg_info Writing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/appdirs-1.4.3-py2.7.egg-info make[1]: Leaving directory '/src/layers/layer1_python2_core/0042_appdirs' make[3]: Leaving directory `/src/layers/layer1_python2_core/0042_appdirs' make[3]: Entering directory `/src/layers/layer1_python2_core/0043_packaging' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo "name: 'packaging'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo "version: '19.0'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo "checksum: '96113e08d486bc2c5c7f448195547434'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo -n "Core utilities for Python packages" |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo "website: 'https://github.com/pypa/packaging'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml echo "license: 'Python'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/packaging.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard download uncompress make[1]: Entering directory '/src/layers/layer1_python2_core/0043_packaging' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/packaging-19.0.tar.gz` `readlink -m ./sources` MD5 96113e08d486bc2c5c7f448195547434 Trying to download https://github.com/pypa/packaging/archive/19.0.tar.gz... --2021-11-25 15:10:39-- https://github.com/pypa/packaging/archive/19.0.tar.gz Resolving github.com... 140.82.114.3 Connecting to github.com|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/pypa/packaging/tar.gz/19.0 [following] --2021-11-25 15:10:39-- https://codeload.github.com/pypa/packaging/tar.gz/19.0 Resolving codeload.github.com... 140.82.113.9 Connecting to codeload.github.com|140.82.113.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: `/src/layers/layer1_python2_core/0043_packaging/build/packaging-19.0.tar.gz' 0K .......... .......... .......... .......... ..... 15.8M=0.003s 2021-11-25 15:10:39 (15.8 MB/s) - `/src/layers/layer1_python2_core/0043_packaging/build/packaging-19.0.tar.gz' saved [46689] Computing checksum for /src/layers/layer1_python2_core/0043_packaging/build/packaging-19.0.tar.gz... Good checksum rm -Rf packaging-19.0 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/packaging-19.0.tar.gz` tar.gz packaging-19.0 make[1]: Leaving directory '/src/layers/layer1_python2_core/0043_packaging' make --file=/opt/metwork-mfext-1.2/share/Makefile.standard python2build python2install make[1]: Entering directory '/src/layers/layer1_python2_core/0043_packaging' cd build/packaging-19.0 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py build /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/packaging copying packaging/requirements.py -> build/lib/packaging copying packaging/__init__.py -> build/lib/packaging copying packaging/specifiers.py -> build/lib/packaging copying packaging/_compat.py -> build/lib/packaging copying packaging/utils.py -> build/lib/packaging copying packaging/markers.py -> build/lib/packaging copying packaging/version.py -> build/lib/packaging copying packaging/__about__.py -> build/lib/packaging copying packaging/_structures.py -> build/lib/packaging if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; fi cd build/packaging-19.0 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2_core --install-lib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py running install_lib creating /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging copying build/lib/packaging/requirements.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging copying build/lib/packaging/__init__.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging copying build/lib/packaging/specifiers.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging copying build/lib/packaging/_compat.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging copying build/lib/packaging/utils.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging copying build/lib/packaging/markers.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging copying build/lib/packaging/version.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging copying build/lib/packaging/__about__.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging copying build/lib/packaging/_structures.py -> /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging/requirements.py to requirements.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging/__init__.py to __init__.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging/specifiers.py to specifiers.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging/_compat.py to _compat.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging/utils.py to utils.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging/markers.py to markers.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging/version.py to version.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging/__about__.py to __about__.pyc byte-compiling /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging/_structures.py to _structures.pyc running install_egg_info Writing /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/packaging-19.0-py2.7.egg-info make[1]: Leaving directory '/src/layers/layer1_python2_core/0043_packaging' make[3]: Leaving directory `/src/layers/layer1_python2_core/0043_packaging' make[3]: Entering directory `/src/layers/layer1_python2_core/0044_setuptools' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo "name: 'setuptools'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo "version: '41.0.1'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo "checksum: '5493fb91984e98102b095e0df2490560'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo -n "Setuptools is a package development process library designed to facilitate download, build, install, upgrade, and uninstall Python packages" |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo "website: 'https://pypi.python.org/pypi/setuptools'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml echo "license: 'Python'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/setuptools.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard download uncompress make[1]: Entering directory '/src/layers/layer1_python2_core/0044_setuptools' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/setuptools-41.0.1.tar.gz` `readlink -m ./sources` MD5 5493fb91984e98102b095e0df2490560 Trying to download https://github.com/pypa/setuptools/archive/v41.0.1.tar.gz... --2021-11-25 15:10:39-- https://github.com/pypa/setuptools/archive/v41.0.1.tar.gz Resolving github.com... 140.82.114.4 Connecting to github.com|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/pypa/setuptools/tar.gz/v41.0.1 [following] --2021-11-25 15:10:39-- https://codeload.github.com/pypa/setuptools/tar.gz/v41.0.1 Resolving codeload.github.com... 140.82.113.9 Connecting to codeload.github.com|140.82.113.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: `/src/layers/layer1_python2_core/0044_setuptools/build/setuptools-41.0.1.tar.gz' 0K .......... .......... .......... .......... .......... 3.62M 50K .......... .......... .......... .......... .......... 32.8M 100K .......... .......... .......... .......... .......... 5.71M 150K .......... .......... .......... .......... .......... 4.65M 200K .......... .......... .......... .......... .......... 5.73M 250K .......... .......... .......... .......... .......... 6.20M 300K .......... .......... .......... .......... .......... 34.8M 350K .......... .......... .......... .......... .......... 8.89M 400K .......... .......... .......... .......... .......... 6.45M 450K .......... .......... .......... .......... .......... 5.19M 500K .......... .......... .......... .......... .......... 9.88M 550K .......... .......... .......... .......... .......... 9.55M 600K .......... .......... .......... .......... .......... 7.44M 650K .......... .......... .......... .......... .......... 4.13M 700K .......... .......... .......... .......... .......... 8.57M 750K .......... ..... 98.3M=0.1s 2021-11-25 15:10:40 (6.89 MB/s) - `/src/layers/layer1_python2_core/0044_setuptools/build/setuptools-41.0.1.tar.gz' saved [784093] Computing checksum for /src/layers/layer1_python2_core/0044_setuptools/build/setuptools-41.0.1.tar.gz... Good checksum rm -Rf setuptools-41.0.1 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/setuptools-41.0.1.tar.gz` tar.gz setuptools-41.0.1 make[1]: Leaving directory '/src/layers/layer1_python2_core/0044_setuptools' cd build/setuptools-41.0.1 && python2 bootstrap.py adding minimal entry_points Regenerating egg_info /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe' warnings.warn(msg) /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running egg_info writing requirements to setuptools.egg-info/requires.txt writing dependency_links to setuptools.egg-info/dependency_links.txt writing entry points to setuptools.egg-info/entry_points.txt writing manifest file 'setuptools.egg-info/SOURCES.txt' reading manifest file 'setuptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'pyproject.toml' writing manifest file 'setuptools.egg-info/SOURCES.txt' ...and again. running egg_info writing requirements to setuptools.egg-info/requires.txt writing setuptools.egg-info/PKG-INFO writing top-level names to setuptools.egg-info/top_level.txt writing dependency_links to setuptools.egg-info/dependency_links.txt writing entry points to setuptools.egg-info/entry_points.txt reading manifest file 'setuptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'pyproject.toml' writing manifest file 'setuptools.egg-info/SOURCES.txt' make --file=/opt/metwork-mfext-1.2/share/Makefile.standard python2build python2install make[1]: Entering directory '/src/layers/layer1_python2_core/0044_setuptools' cd build/setuptools-41.0.1 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py build running build running build_py creating build creating build/lib copying easy_install.py -> build/lib creating build/lib/pkg_resources copying pkg_resources/__init__.py -> build/lib/pkg_resources copying pkg_resources/py31compat.py -> build/lib/pkg_resources creating build/lib/setuptools copying setuptools/archive_util.py -> build/lib/setuptools copying setuptools/build_meta.py -> build/lib/setuptools copying setuptools/windows_support.py -> build/lib/setuptools copying setuptools/depends.py -> build/lib/setuptools copying setuptools/__init__.py -> build/lib/setuptools copying setuptools/py33compat.py -> build/lib/setuptools copying setuptools/_deprecation_warning.py -> build/lib/setuptools copying setuptools/lib2to3_ex.py -> build/lib/setuptools copying setuptools/launch.py -> build/lib/setuptools copying setuptools/unicode_utils.py -> build/lib/setuptools copying setuptools/py31compat.py -> build/lib/setuptools copying setuptools/version.py -> build/lib/setuptools copying setuptools/site-patch.py -> build/lib/setuptools copying setuptools/msvc.py -> build/lib/setuptools copying setuptools/extension.py -> build/lib/setuptools copying setuptools/dist.py -> build/lib/setuptools copying setuptools/namespaces.py -> build/lib/setuptools copying setuptools/package_index.py -> build/lib/setuptools copying setuptools/dep_util.py -> build/lib/setuptools copying setuptools/monkey.py -> build/lib/setuptools copying setuptools/glob.py -> build/lib/setuptools copying setuptools/ssl_support.py -> build/lib/setuptools copying setuptools/sandbox.py -> build/lib/setuptools copying setuptools/pep425tags.py -> build/lib/setuptools copying setuptools/py27compat.py -> build/lib/setuptools copying setuptools/wheel.py -> build/lib/setuptools copying setuptools/config.py -> build/lib/setuptools copying setuptools/glibc.py -> build/lib/setuptools creating build/lib/pkg_resources/extern copying pkg_resources/extern/__init__.py -> build/lib/pkg_resources/extern creating build/lib/pkg_resources/_vendor copying pkg_resources/_vendor/six.py -> build/lib/pkg_resources/_vendor copying pkg_resources/_vendor/appdirs.py -> build/lib/pkg_resources/_vendor copying pkg_resources/_vendor/__init__.py -> build/lib/pkg_resources/_vendor copying pkg_resources/_vendor/pyparsing.py -> build/lib/pkg_resources/_vendor creating build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/requirements.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/__init__.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/specifiers.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/_compat.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/utils.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/markers.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/version.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/__about__.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/_structures.py -> build/lib/pkg_resources/_vendor/packaging creating build/lib/setuptools/command copying setuptools/command/alias.py -> build/lib/setuptools/command copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command copying setuptools/command/install_egg_info.py -> build/lib/setuptools/command copying setuptools/command/sdist.py -> build/lib/setuptools/command copying setuptools/command/__init__.py -> build/lib/setuptools/command copying setuptools/command/build_clib.py -> build/lib/setuptools/command copying setuptools/command/egg_info.py -> build/lib/setuptools/command copying setuptools/command/setopt.py -> build/lib/setuptools/command copying setuptools/command/build_ext.py -> build/lib/setuptools/command copying setuptools/command/install.py -> build/lib/setuptools/command copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command copying setuptools/command/py36compat.py -> build/lib/setuptools/command copying setuptools/command/register.py -> build/lib/setuptools/command copying setuptools/command/saveopts.py -> build/lib/setuptools/command copying setuptools/command/upload_docs.py -> build/lib/setuptools/command copying setuptools/command/bdist_wininst.py -> build/lib/setuptools/command copying setuptools/command/build_py.py -> build/lib/setuptools/command copying setuptools/command/rotate.py -> build/lib/setuptools/command copying setuptools/command/develop.py -> build/lib/setuptools/command copying setuptools/command/install_lib.py -> build/lib/setuptools/command copying setuptools/command/dist_info.py -> build/lib/setuptools/command copying setuptools/command/upload.py -> build/lib/setuptools/command copying setuptools/command/install_scripts.py -> build/lib/setuptools/command copying setuptools/command/easy_install.py -> build/lib/setuptools/command copying setuptools/command/test.py -> build/lib/setuptools/command creating build/lib/setuptools/extern copying setuptools/extern/__init__.py -> build/lib/setuptools/extern creating build/lib/setuptools/_vendor copying setuptools/_vendor/six.py -> build/lib/setuptools/_vendor copying setuptools/_vendor/__init__.py -> build/lib/setuptools/_vendor copying setuptools/_vendor/pyparsing.py -> build/lib/setuptools/_vendor creating build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/requirements.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/__init__.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/specifiers.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/_compat.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/utils.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/markers.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/version.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/__about__.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/_structures.py -> build/lib/setuptools/_vendor/packaging copying setuptools/script (dev).tmpl -> build/lib/setuptools copying setuptools/script.tmpl -> build/lib/setuptools copying setuptools/gui-64.exe -> build/lib/setuptools copying setuptools/cli.exe -> build/lib/setuptools copying setuptools/gui-32.exe -> build/lib/setuptools copying setuptools/gui.exe -> build/lib/setuptools copying setuptools/cli-64.exe -> build/lib/setuptools copying setuptools/cli-32.exe -> build/lib/setuptools copying setuptools/command/launcher manifest.xml -> build/lib/setuptools/command if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; fi cd build/setuptools-41.0.1 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2_core --install-lib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages running install running bdist_egg running egg_info writing requirements to setuptools.egg-info/requires.txt writing setuptools.egg-info/PKG-INFO writing top-level names to setuptools.egg-info/top_level.txt writing dependency_links to setuptools.egg-info/dependency_links.txt writing entry points to setuptools.egg-info/entry_points.txt reading manifest file 'setuptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'pyproject.toml' writing manifest file 'setuptools.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/pkg_resources copying build/lib/pkg_resources/__init__.py -> build/bdist.linux-x86_64/egg/pkg_resources creating build/bdist.linux-x86_64/egg/pkg_resources/extern copying build/lib/pkg_resources/extern/__init__.py -> build/bdist.linux-x86_64/egg/pkg_resources/extern copying build/lib/pkg_resources/py31compat.py -> build/bdist.linux-x86_64/egg/pkg_resources creating build/bdist.linux-x86_64/egg/pkg_resources/_vendor copying build/lib/pkg_resources/_vendor/six.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor copying build/lib/pkg_resources/_vendor/appdirs.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor copying build/lib/pkg_resources/_vendor/__init__.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor copying build/lib/pkg_resources/_vendor/pyparsing.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor creating build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/requirements.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/__init__.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/specifiers.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/_compat.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/utils.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/markers.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/version.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/__about__.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/_structures.py -> build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging copying build/lib/easy_install.py -> build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/archive_util.py -> build/bdist.linux-x86_64/egg/setuptools creating build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/alias.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/bdist_rpm.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/install_egg_info.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/sdist.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/launcher manifest.xml -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/__init__.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/build_clib.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/egg_info.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/setopt.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/build_ext.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/install.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/bdist_egg.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/py36compat.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/register.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/saveopts.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/upload_docs.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/bdist_wininst.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/build_py.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/rotate.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/develop.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/install_lib.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/dist_info.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/upload.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/install_scripts.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/easy_install.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/command/test.py -> build/bdist.linux-x86_64/egg/setuptools/command copying build/lib/setuptools/build_meta.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/windows_support.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/gui-64.exe -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/cli.exe -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/depends.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/__init__.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/py33compat.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/gui-32.exe -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/_deprecation_warning.py -> build/bdist.linux-x86_64/egg/setuptools creating build/bdist.linux-x86_64/egg/setuptools/extern copying build/lib/setuptools/extern/__init__.py -> build/bdist.linux-x86_64/egg/setuptools/extern copying build/lib/setuptools/gui.exe -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/lib2to3_ex.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/script.tmpl -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/launch.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/unicode_utils.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/py31compat.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/version.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/site-patch.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/msvc.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/extension.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/dist.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/script (dev).tmpl -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/namespaces.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/package_index.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/cli-64.exe -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/dep_util.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/monkey.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/glob.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/ssl_support.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/cli-32.exe -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/sandbox.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/pep425tags.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/py27compat.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/wheel.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/config.py -> build/bdist.linux-x86_64/egg/setuptools copying build/lib/setuptools/glibc.py -> build/bdist.linux-x86_64/egg/setuptools creating build/bdist.linux-x86_64/egg/setuptools/_vendor copying build/lib/setuptools/_vendor/six.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor copying build/lib/setuptools/_vendor/__init__.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor copying build/lib/setuptools/_vendor/pyparsing.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor creating build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/requirements.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/__init__.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/specifiers.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/_compat.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/utils.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/markers.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/version.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/__about__.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/_structures.py -> build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/extern/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/py31compat.py to py31compat.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/six.py to six.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/appdirs.py to appdirs.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/pyparsing.py to pyparsing.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/requirements.py to requirements.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/specifiers.py to specifiers.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/_compat.py to _compat.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/utils.py to utils.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/markers.py to markers.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/version.py to version.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/__about__.py to __about__.pyc byte-compiling build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/_structures.py to _structures.pyc byte-compiling build/bdist.linux-x86_64/egg/easy_install.py to easy_install.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/archive_util.py to archive_util.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/alias.py to alias.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_rpm.py to bdist_rpm.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_egg_info.py to install_egg_info.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/sdist.py to sdist.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_clib.py to build_clib.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/egg_info.py to egg_info.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/setopt.py to setopt.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_ext.py to build_ext.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install.py to install.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_egg.py to bdist_egg.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/py36compat.py to py36compat.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/register.py to register.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/saveopts.py to saveopts.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/upload_docs.py to upload_docs.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_wininst.py to bdist_wininst.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_py.py to build_py.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/rotate.py to rotate.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/develop.py to develop.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_lib.py to install_lib.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/dist_info.py to dist_info.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/upload.py to upload.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_scripts.py to install_scripts.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py to easy_install.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/test.py to test.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/build_meta.py to build_meta.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/windows_support.py to windows_support.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/depends.py to depends.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/py33compat.py to py33compat.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_deprecation_warning.py to _deprecation_warning.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/extern/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/lib2to3_ex.py to lib2to3_ex.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/launch.py to launch.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/unicode_utils.py to unicode_utils.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/py31compat.py to py31compat.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/version.py to version.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/site-patch.py to site-patch.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/msvc.py to msvc.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/extension.py to extension.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/dist.py to dist.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/namespaces.py to namespaces.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/package_index.py to package_index.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/dep_util.py to dep_util.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/monkey.py to monkey.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/glob.py to glob.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/ssl_support.py to ssl_support.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/sandbox.py to sandbox.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/pep425tags.py to pep425tags.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/py27compat.py to py27compat.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/wheel.py to wheel.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/config.py to config.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/glibc.py to glibc.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/six.py to six.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/pyparsing.py to pyparsing.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging/requirements.py to requirements.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging/specifiers.py to specifiers.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging/_compat.py to _compat.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging/utils.py to utils.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging/markers.py to markers.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging/version.py to version.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging/__about__.py to __about__.pyc byte-compiling build/bdist.linux-x86_64/egg/setuptools/_vendor/packaging/_structures.py to _structures.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying setuptools.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying setuptools.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying setuptools.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying setuptools.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying setuptools.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying setuptools.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying setuptools.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO creating dist creating 'dist/setuptools-41.0.1.post20211125-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Creating /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/site.py Processing setuptools-41.0.1.post20211125-py2.7.egg Copying setuptools-41.0.1.post20211125-py2.7.egg to /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages Adding setuptools 41.0.1.post20211125 to easy-install.pth file Installing easy_install script to /opt/metwork-mfext-1.2/opt/python2_core/bin Installing easy_install-2.7 script to /opt/metwork-mfext-1.2/opt/python2_core/bin Installed /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/setuptools-41.0.1.post20211125-py2.7.egg Processing dependencies for setuptools==41.0.1.post20211125 Finished processing dependencies for setuptools==41.0.1.post20211125 make[1]: Leaving directory '/src/layers/layer1_python2_core/0044_setuptools' make[3]: Leaving directory `/src/layers/layer1_python2_core/0044_setuptools' make[3]: Entering directory `/src/layers/layer1_python2_core/0045_pyparsing' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo "name: 'pyparsing'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo "version: '2.4.0'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo "checksum: 'e534c0ca755155823bf45fdd8d084922'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo -n "A Python Parsing Module" |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo "website: 'http://pyparsing.wikispaces.com/'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml echo "license: 'MIT'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pyparsing.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard download uncompress make[1]: Entering directory '/src/layers/layer1_python2_core/0045_pyparsing' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/pyparsing-2.4.0.tar.gz` `readlink -m ./sources` MD5 e534c0ca755155823bf45fdd8d084922 Trying to download https://files.pythonhosted.org/packages/5d/3a/24d275393f493004aeb15a1beae2b4a3043526e8b692b65b4a9341450ebe/pyparsing-2.4.0.tar.gz... --2021-11-25 15:10:41-- https://files.pythonhosted.org/packages/5d/3a/24d275393f493004aeb15a1beae2b4a3043526e8b692b65b4a9341450ebe/pyparsing-2.4.0.tar.gz Resolving files.pythonhosted.org... 151.101.249.63, 2a04:4e42:31::319 Connecting to files.pythonhosted.org|151.101.249.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 611956 (598K) [binary/octet-stream] Saving to: `/src/layers/layer1_python2_core/0045_pyparsing/build/pyparsing-2.4.0.tar.gz' 0K .......... .......... .......... .......... .......... 8% 67.2M 0s 50K .......... .......... .......... .......... .......... 16% 51.3M 0s 100K .......... .......... .......... .......... .......... 25% 171M 0s 150K .......... .......... .......... .......... .......... 33% 118M 0s 200K .......... .......... .......... .......... .......... 41% 173M 0s 250K .......... .......... .......... .......... .......... 50% 189M 0s 300K .......... .......... .......... .......... .......... 58% 208M 0s 350K .......... .......... .......... .......... .......... 66% 174M 0s 400K .......... .......... .......... .......... .......... 75% 70.0M 0s 450K .......... .......... .......... .......... .......... 83% 238M 0s 500K .......... .......... .......... .......... .......... 92% 235M 0s 550K .......... .......... .......... .......... ....... 100% 234M=0.005s 2021-11-25 15:10:41 (123 MB/s) - `/src/layers/layer1_python2_core/0045_pyparsing/build/pyparsing-2.4.0.tar.gz' saved [611956/611956] Computing checksum for /src/layers/layer1_python2_core/0045_pyparsing/build/pyparsing-2.4.0.tar.gz... Good checksum rm -Rf pyparsing-2.4.0 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/pyparsing-2.4.0.tar.gz` tar.gz pyparsing-2.4.0 make[1]: Leaving directory '/src/layers/layer1_python2_core/0045_pyparsing' make --file=/opt/metwork-mfext-1.2/share/Makefile.standard python2build python2install make[1]: Entering directory '/src/layers/layer1_python2_core/0045_pyparsing' cd build/pyparsing-2.4.0 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py build running build running build_py creating build creating build/lib copying pyparsing.py -> build/lib if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; fi cd build/pyparsing-2.4.0 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2_core --install-lib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages running install running bdist_egg running egg_info writing pyparsing.egg-info/PKG-INFO writing top-level names to pyparsing.egg-info/top_level.txt writing dependency_links to pyparsing.egg-info/dependency_links.txt reading manifest file 'pyparsing.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'HowToUsePyparsing.html' warning: no files found matching 'pyparsingClassDiagram.*' warning: no files found matching 'README.md' warning: no files found matching 'CODE_OF_CONDUCT.md' no previously-included directories found matching 'docs/_build/*' writing manifest file 'pyparsing.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg copying build/lib/pyparsing.py -> build/bdist.linux-x86_64/egg byte-compiling build/bdist.linux-x86_64/egg/pyparsing.py to pyparsing.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying pyparsing.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying pyparsing.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying pyparsing.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying pyparsing.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... pyparsing: module MAY be using inspect.getinnerframes creating dist creating 'dist/pyparsing-2.4.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing pyparsing-2.4.0-py2.7.egg creating /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/pyparsing-2.4.0-py2.7.egg Extracting pyparsing-2.4.0-py2.7.egg to /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages Adding pyparsing 2.4.0 to easy-install.pth file Installed /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/pyparsing-2.4.0-py2.7.egg Processing dependencies for pyparsing==2.4.0 Finished processing dependencies for pyparsing==2.4.0 make[1]: Leaving directory '/src/layers/layer1_python2_core/0045_pyparsing' make[3]: Leaving directory `/src/layers/layer1_python2_core/0045_pyparsing' make[3]: Entering directory `/src/layers/layer1_python2_core/0046_pip' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo "name: 'pip'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo "version: '9.0.3'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo "checksum: 'b15b33f9aad61f88d0f8c866d16c55d8'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo -n "The PyPA recommended tool for installing Python packages." |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo "website: 'https://pip.pypa.io/'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml echo "license: 'MIT'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/pip.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard download uncompress python2build python2install make[1]: Entering directory '/src/layers/layer1_python2_core/0046_pip' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/pip-9.0.3.tar.gz` `readlink -m ./sources` MD5 b15b33f9aad61f88d0f8c866d16c55d8 Trying to download https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz... --2021-11-25 15:10:42-- https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz Resolving files.pythonhosted.org... 151.101.249.63, 2a04:4e42:31::319 Connecting to files.pythonhosted.org|151.101.249.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1343076 (1.3M) [binary/octet-stream] Saving to: `/src/layers/layer1_python2_core/0046_pip/build/pip-9.0.3.tar.gz' 0K .......... .......... .......... .......... .......... 3% 66.7M 0s 50K .......... .......... .......... .......... .......... 7% 49.3M 0s 100K .......... .......... .......... .......... .......... 11% 122M 0s 150K .......... .......... .......... .......... .......... 15% 66.7M 0s 200K .......... .......... .......... .......... .......... 19% 231M 0s 250K .......... .......... .......... .......... .......... 22% 154M 0s 300K .......... .......... .......... .......... .......... 26% 234M 0s 350K .......... .......... .......... .......... .......... 30% 239M 0s 400K .......... .......... .......... .......... .......... 34% 182M 0s 450K .......... .......... .......... .......... .......... 38% 155M 0s 500K .......... .......... .......... .......... .......... 41% 237M 0s 550K .......... .......... .......... .......... .......... 45% 238M 0s 600K .......... .......... .......... .......... .......... 49% 242M 0s 650K .......... .......... .......... .......... .......... 53% 232M 0s 700K .......... .......... .......... .......... .......... 57% 238M 0s 750K .......... .......... .......... .......... .......... 60% 234M 0s 800K .......... .......... .......... .......... .......... 64% 179M 0s 850K .......... .......... .......... .......... .......... 68% 239M 0s 900K .......... .......... .......... .......... .......... 72% 91.8M 0s 950K .......... .......... .......... .......... .......... 76% 236M 0s 1000K .......... .......... .......... .......... .......... 80% 238M 0s 1050K .......... .......... .......... .......... .......... 83% 208M 0s 1100K .......... .......... .......... .......... .......... 87% 239M 0s 1150K .......... .......... .......... .......... .......... 91% 224M 0s 1200K .......... .......... .......... .......... .......... 95% 180M 0s 1250K .......... .......... .......... .......... .......... 99% 235M 0s 1300K .......... . 100% 22121G=0.008s 2021-11-25 15:10:42 (157 MB/s) - `/src/layers/layer1_python2_core/0046_pip/build/pip-9.0.3.tar.gz' saved [1343076/1343076] Computing checksum for /src/layers/layer1_python2_core/0046_pip/build/pip-9.0.3.tar.gz... Good checksum rm -Rf pip-9.0.3 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/pip-9.0.3.tar.gz` tar.gz pip-9.0.3 cd build/pip-9.0.3 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/pip copying pip/basecommand.py -> build/lib/pip copying pip/__init__.py -> build/lib/pip copying pip/index.py -> build/lib/pip copying pip/download.py -> build/lib/pip copying pip/status_codes.py -> build/lib/pip copying pip/__main__.py -> build/lib/pip copying pip/locations.py -> build/lib/pip copying pip/exceptions.py -> build/lib/pip copying pip/baseparser.py -> build/lib/pip copying pip/cmdoptions.py -> build/lib/pip copying pip/pep425tags.py -> build/lib/pip copying pip/wheel.py -> build/lib/pip creating build/lib/pip/commands copying pip/commands/hash.py -> build/lib/pip/commands copying pip/commands/search.py -> build/lib/pip/commands copying pip/commands/__init__.py -> build/lib/pip/commands copying pip/commands/check.py -> build/lib/pip/commands copying pip/commands/install.py -> build/lib/pip/commands copying pip/commands/download.py -> build/lib/pip/commands copying pip/commands/completion.py -> build/lib/pip/commands copying pip/commands/show.py -> build/lib/pip/commands copying pip/commands/help.py -> build/lib/pip/commands copying pip/commands/freeze.py -> build/lib/pip/commands copying pip/commands/uninstall.py -> build/lib/pip/commands copying pip/commands/wheel.py -> build/lib/pip/commands copying pip/commands/list.py -> build/lib/pip/commands creating build/lib/pip/vcs copying pip/vcs/__init__.py -> build/lib/pip/vcs copying pip/vcs/bazaar.py -> build/lib/pip/vcs copying pip/vcs/mercurial.py -> build/lib/pip/vcs copying pip/vcs/subversion.py -> build/lib/pip/vcs copying pip/vcs/git.py -> build/lib/pip/vcs creating build/lib/pip/models copying pip/models/__init__.py -> build/lib/pip/models copying pip/models/index.py -> build/lib/pip/models creating build/lib/pip/req copying pip/req/__init__.py -> build/lib/pip/req copying pip/req/req_install.py -> build/lib/pip/req copying pip/req/req_file.py -> build/lib/pip/req copying pip/req/req_uninstall.py -> build/lib/pip/req copying pip/req/req_set.py -> build/lib/pip/req creating build/lib/pip/operations copying pip/operations/__init__.py -> build/lib/pip/operations copying pip/operations/check.py -> build/lib/pip/operations copying pip/operations/freeze.py -> build/lib/pip/operations creating build/lib/pip/compat copying pip/compat/__init__.py -> build/lib/pip/compat copying pip/compat/dictconfig.py -> build/lib/pip/compat creating build/lib/pip/utils copying pip/utils/outdated.py -> build/lib/pip/utils copying pip/utils/appdirs.py -> build/lib/pip/utils copying pip/utils/ui.py -> build/lib/pip/utils copying pip/utils/__init__.py -> build/lib/pip/utils copying pip/utils/setuptools_build.py -> build/lib/pip/utils copying pip/utils/build.py -> build/lib/pip/utils copying pip/utils/filesystem.py -> build/lib/pip/utils copying pip/utils/encoding.py -> build/lib/pip/utils copying pip/utils/hashes.py -> build/lib/pip/utils copying pip/utils/logging.py -> build/lib/pip/utils copying pip/utils/packaging.py -> build/lib/pip/utils copying pip/utils/deprecation.py -> build/lib/pip/utils copying pip/utils/glibc.py -> build/lib/pip/utils creating build/lib/pip/_vendor copying pip/_vendor/six.py -> build/lib/pip/_vendor copying pip/_vendor/ipaddress.py -> build/lib/pip/_vendor copying pip/_vendor/appdirs.py -> build/lib/pip/_vendor copying pip/_vendor/__init__.py -> build/lib/pip/_vendor copying pip/_vendor/ordereddict.py -> build/lib/pip/_vendor copying pip/_vendor/distro.py -> build/lib/pip/_vendor copying pip/_vendor/re-vendor.py -> build/lib/pip/_vendor copying pip/_vendor/pyparsing.py -> build/lib/pip/_vendor copying pip/_vendor/retrying.py -> build/lib/pip/_vendor creating build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/html5parser.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/__init__.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/_tokenizer.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/_inputstream.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/constants.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/_ihatexml.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/_utils.py -> build/lib/pip/_vendor/html5lib copying pip/_vendor/html5lib/serializer.py -> build/lib/pip/_vendor/html5lib creating build/lib/pip/_vendor/certifi copying pip/_vendor/certifi/__init__.py -> build/lib/pip/_vendor/certifi copying pip/_vendor/certifi/core.py -> build/lib/pip/_vendor/certifi copying pip/_vendor/certifi/__main__.py -> build/lib/pip/_vendor/certifi creating build/lib/pip/_vendor/idna copying pip/_vendor/idna/__init__.py -> build/lib/pip/_vendor/idna copying pip/_vendor/idna/core.py -> build/lib/pip/_vendor/idna copying pip/_vendor/idna/package_data.py -> build/lib/pip/_vendor/idna copying pip/_vendor/idna/intranges.py -> build/lib/pip/_vendor/idna copying pip/_vendor/idna/codec.py -> build/lib/pip/_vendor/idna copying pip/_vendor/idna/idnadata.py -> build/lib/pip/_vendor/idna copying pip/_vendor/idna/compat.py -> build/lib/pip/_vendor/idna copying pip/_vendor/idna/uts46data.py -> build/lib/pip/_vendor/idna creating build/lib/pip/_vendor/progress copying pip/_vendor/progress/spinner.py -> build/lib/pip/_vendor/progress copying pip/_vendor/progress/counter.py -> build/lib/pip/_vendor/progress copying pip/_vendor/progress/__init__.py -> build/lib/pip/_vendor/progress copying pip/_vendor/progress/bar.py -> build/lib/pip/_vendor/progress copying pip/_vendor/progress/helpers.py -> build/lib/pip/_vendor/progress creating build/lib/pip/_vendor/requests copying pip/_vendor/requests/adapters.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/__init__.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/api.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/cookies.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/__version__.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/utils.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/status_codes.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/exceptions.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/models.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/packages.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/help.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/sessions.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/structures.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/hooks.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/compat.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/certs.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/_internal_utils.py -> build/lib/pip/_vendor/requests copying pip/_vendor/requests/auth.py -> build/lib/pip/_vendor/requests creating build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/adapter.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/__init__.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/wrapper.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/serialize.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/filewrapper.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/controller.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/cache.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/compat.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/heuristics.py -> build/lib/pip/_vendor/cachecontrol copying pip/_vendor/cachecontrol/_cmd.py -> build/lib/pip/_vendor/cachecontrol creating build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/__init__.py -> build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/x_user_defined.py -> build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/mklabels.py -> build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/tests.py -> build/lib/pip/_vendor/webencodings copying pip/_vendor/webencodings/labels.py -> build/lib/pip/_vendor/webencodings creating build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/locators.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/scripts.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/__init__.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/resources.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/index.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/metadata.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/markers.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/version.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/manifest.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/compat.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/database.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/wheel.py -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/util.py -> build/lib/pip/_vendor/distlib creating build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/connectionpool.py -> build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/__init__.py -> build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/_collections.py -> build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/connection.py -> build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/response.py -> build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/fields.py -> build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/poolmanager.py -> build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/exceptions.py -> build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/request.py -> build/lib/pip/_vendor/urllib3 copying pip/_vendor/urllib3/filepost.py -> build/lib/pip/_vendor/urllib3 creating build/lib/pip/_vendor/pkg_resources copying pip/_vendor/pkg_resources/__init__.py -> build/lib/pip/_vendor/pkg_resources creating build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/escprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/enums.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/euctwfreq.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/euckrprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/__init__.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/cp949prober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/gb2312freq.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/chardistribution.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/jisfreq.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/euctwprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/utf8prober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/charsetgroupprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/latin1prober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/langgreekmodel.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/version.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/codingstatemachine.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/euckrfreq.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/gb2312prober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/mbcharsetprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/escsm.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/langcyrillicmodel.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/langhungarianmodel.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/jpcntx.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/sjisprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/mbcssm.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/eucjpprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/mbcsgroupprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/big5freq.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/langbulgarianmodel.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/langthaimodel.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/langhebrewmodel.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/sbcsgroupprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/langturkishmodel.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/compat.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/sbcharsetprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/hebrewprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/charsetprober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/big5prober.py -> build/lib/pip/_vendor/chardet copying pip/_vendor/chardet/universaldetector.py -> build/lib/pip/_vendor/chardet creating build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/win32.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/__init__.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/winterm.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/ansitowin32.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/initialise.py -> build/lib/pip/_vendor/colorama copying pip/_vendor/colorama/ansi.py -> build/lib/pip/_vendor/colorama creating build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/__init__.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/linklockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/symlinklockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/pidlockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/sqlitelockfile.py -> build/lib/pip/_vendor/lockfile copying pip/_vendor/lockfile/mkdirlockfile.py -> build/lib/pip/_vendor/lockfile creating build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/requirements.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/__init__.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/specifiers.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/_compat.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/utils.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/markers.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/version.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/__about__.py -> build/lib/pip/_vendor/packaging copying pip/_vendor/packaging/_structures.py -> build/lib/pip/_vendor/packaging creating build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/__init__.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/genshi.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/dom.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/etree.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/base.py -> build/lib/pip/_vendor/html5lib/treewalkers copying pip/_vendor/html5lib/treewalkers/etree_lxml.py -> build/lib/pip/_vendor/html5lib/treewalkers creating build/lib/pip/_vendor/html5lib/_trie copying pip/_vendor/html5lib/_trie/__init__.py -> build/lib/pip/_vendor/html5lib/_trie copying pip/_vendor/html5lib/_trie/_base.py -> build/lib/pip/_vendor/html5lib/_trie copying pip/_vendor/html5lib/_trie/datrie.py -> build/lib/pip/_vendor/html5lib/_trie copying pip/_vendor/html5lib/_trie/py.py -> build/lib/pip/_vendor/html5lib/_trie creating build/lib/pip/_vendor/html5lib/treeadapters copying pip/_vendor/html5lib/treeadapters/__init__.py -> build/lib/pip/_vendor/html5lib/treeadapters copying pip/_vendor/html5lib/treeadapters/genshi.py -> build/lib/pip/_vendor/html5lib/treeadapters copying pip/_vendor/html5lib/treeadapters/sax.py -> build/lib/pip/_vendor/html5lib/treeadapters creating build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/__init__.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/inject_meta_charset.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/whitespace.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/alphabeticalattributes.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/base.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/optionaltags.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/sanitizer.py -> build/lib/pip/_vendor/html5lib/filters copying pip/_vendor/html5lib/filters/lint.py -> build/lib/pip/_vendor/html5lib/filters creating build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/__init__.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/dom.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/etree.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/base.py -> build/lib/pip/_vendor/html5lib/treebuilders copying pip/_vendor/html5lib/treebuilders/etree_lxml.py -> build/lib/pip/_vendor/html5lib/treebuilders creating build/lib/pip/_vendor/cachecontrol/caches copying pip/_vendor/cachecontrol/caches/__init__.py -> build/lib/pip/_vendor/cachecontrol/caches copying pip/_vendor/cachecontrol/caches/redis_cache.py -> build/lib/pip/_vendor/cachecontrol/caches copying pip/_vendor/cachecontrol/caches/file_cache.py -> build/lib/pip/_vendor/cachecontrol/caches creating build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/__init__.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/misc.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/sysconfig.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/shutil.py -> build/lib/pip/_vendor/distlib/_backport copying pip/_vendor/distlib/_backport/tarfile.py -> build/lib/pip/_vendor/distlib/_backport creating build/lib/pip/_vendor/urllib3/contrib copying pip/_vendor/urllib3/contrib/__init__.py -> build/lib/pip/_vendor/urllib3/contrib copying pip/_vendor/urllib3/contrib/appengine.py -> build/lib/pip/_vendor/urllib3/contrib copying pip/_vendor/urllib3/contrib/ntlmpool.py -> build/lib/pip/_vendor/urllib3/contrib copying pip/_vendor/urllib3/contrib/pyopenssl.py -> build/lib/pip/_vendor/urllib3/contrib copying pip/_vendor/urllib3/contrib/securetransport.py -> build/lib/pip/_vendor/urllib3/contrib copying pip/_vendor/urllib3/contrib/socks.py -> build/lib/pip/_vendor/urllib3/contrib creating build/lib/pip/_vendor/urllib3/packages copying pip/_vendor/urllib3/packages/six.py -> build/lib/pip/_vendor/urllib3/packages copying pip/_vendor/urllib3/packages/__init__.py -> build/lib/pip/_vendor/urllib3/packages copying pip/_vendor/urllib3/packages/ordered_dict.py -> build/lib/pip/_vendor/urllib3/packages creating build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/wait.py -> build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/__init__.py -> build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/connection.py -> build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/response.py -> build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/ssl_.py -> build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/request.py -> build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/retry.py -> build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/selectors.py -> build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/url.py -> build/lib/pip/_vendor/urllib3/util copying pip/_vendor/urllib3/util/timeout.py -> build/lib/pip/_vendor/urllib3/util creating build/lib/pip/_vendor/urllib3/contrib/_securetransport copying pip/_vendor/urllib3/contrib/_securetransport/__init__.py -> build/lib/pip/_vendor/urllib3/contrib/_securetransport copying pip/_vendor/urllib3/contrib/_securetransport/bindings.py -> build/lib/pip/_vendor/urllib3/contrib/_securetransport copying pip/_vendor/urllib3/contrib/_securetransport/low_level.py -> build/lib/pip/_vendor/urllib3/contrib/_securetransport creating build/lib/pip/_vendor/urllib3/packages/backports copying pip/_vendor/urllib3/packages/backports/__init__.py -> build/lib/pip/_vendor/urllib3/packages/backports copying pip/_vendor/urllib3/packages/backports/makefile.py -> build/lib/pip/_vendor/urllib3/packages/backports creating build/lib/pip/_vendor/urllib3/packages/ssl_match_hostname copying pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py -> build/lib/pip/_vendor/urllib3/packages/ssl_match_hostname copying pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py -> build/lib/pip/_vendor/urllib3/packages/ssl_match_hostname creating build/lib/pip/_vendor/chardet/cli copying pip/_vendor/chardet/cli/__init__.py -> build/lib/pip/_vendor/chardet/cli copying pip/_vendor/chardet/cli/chardetect.py -> build/lib/pip/_vendor/chardet/cli copying pip/_vendor/certifi/cacert.pem -> build/lib/pip/_vendor/certifi copying pip/_vendor/requests/cacert.pem -> build/lib/pip/_vendor/requests copying pip/_vendor/distlib/t32.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/t64.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/w32.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/w64.exe -> build/lib/pip/_vendor/distlib copying pip/_vendor/distlib/_backport/sysconfig.cfg -> build/lib/pip/_vendor/distlib/_backport if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; fi cd build/pip-9.0.3 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2_core --install-lib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages running install running bdist_egg running egg_info writing requirements to pip.egg-info/requires.txt writing pip.egg-info/PKG-INFO writing top-level names to pip.egg-info/top_level.txt writing dependency_links to pip.egg-info/dependency_links.txt writing entry points to pip.egg-info/entry_points.txt reading manifest file 'pip.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.mailmap' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.landscape.yml' warning: no previously-included files found matching 'pip/_vendor/Makefile' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'appveyor.yml' no previously-included directories found matching '.github' no previously-included directories found matching '.travis' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'contrib' no previously-included directories found matching 'tasks' no previously-included directories found matching 'tests' writing manifest file 'pip.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/pip copying build/lib/pip/basecommand.py -> build/bdist.linux-x86_64/egg/pip creating build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/hash.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/search.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/__init__.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/check.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/install.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/download.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/completion.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/show.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/help.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/freeze.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/uninstall.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/wheel.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/commands/list.py -> build/bdist.linux-x86_64/egg/pip/commands copying build/lib/pip/__init__.py -> build/bdist.linux-x86_64/egg/pip creating build/bdist.linux-x86_64/egg/pip/vcs copying build/lib/pip/vcs/__init__.py -> build/bdist.linux-x86_64/egg/pip/vcs copying build/lib/pip/vcs/bazaar.py -> build/bdist.linux-x86_64/egg/pip/vcs copying build/lib/pip/vcs/mercurial.py -> build/bdist.linux-x86_64/egg/pip/vcs copying build/lib/pip/vcs/subversion.py -> build/bdist.linux-x86_64/egg/pip/vcs copying build/lib/pip/vcs/git.py -> build/bdist.linux-x86_64/egg/pip/vcs creating build/bdist.linux-x86_64/egg/pip/models copying build/lib/pip/models/__init__.py -> build/bdist.linux-x86_64/egg/pip/models copying build/lib/pip/models/index.py -> build/bdist.linux-x86_64/egg/pip/models copying build/lib/pip/index.py -> build/bdist.linux-x86_64/egg/pip copying build/lib/pip/download.py -> build/bdist.linux-x86_64/egg/pip creating build/bdist.linux-x86_64/egg/pip/req copying build/lib/pip/req/__init__.py -> build/bdist.linux-x86_64/egg/pip/req copying build/lib/pip/req/req_install.py -> build/bdist.linux-x86_64/egg/pip/req copying build/lib/pip/req/req_file.py -> build/bdist.linux-x86_64/egg/pip/req copying build/lib/pip/req/req_uninstall.py -> build/bdist.linux-x86_64/egg/pip/req copying build/lib/pip/req/req_set.py -> build/bdist.linux-x86_64/egg/pip/req copying build/lib/pip/status_codes.py -> build/bdist.linux-x86_64/egg/pip copying build/lib/pip/__main__.py -> build/bdist.linux-x86_64/egg/pip copying build/lib/pip/locations.py -> build/bdist.linux-x86_64/egg/pip copying build/lib/pip/exceptions.py -> build/bdist.linux-x86_64/egg/pip creating build/bdist.linux-x86_64/egg/pip/operations copying build/lib/pip/operations/__init__.py -> build/bdist.linux-x86_64/egg/pip/operations copying build/lib/pip/operations/check.py -> build/bdist.linux-x86_64/egg/pip/operations copying build/lib/pip/operations/freeze.py -> build/bdist.linux-x86_64/egg/pip/operations creating build/bdist.linux-x86_64/egg/pip/compat copying build/lib/pip/compat/__init__.py -> build/bdist.linux-x86_64/egg/pip/compat copying build/lib/pip/compat/dictconfig.py -> build/bdist.linux-x86_64/egg/pip/compat copying build/lib/pip/baseparser.py -> build/bdist.linux-x86_64/egg/pip copying build/lib/pip/cmdoptions.py -> build/bdist.linux-x86_64/egg/pip copying build/lib/pip/pep425tags.py -> build/bdist.linux-x86_64/egg/pip creating build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/outdated.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/appdirs.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/ui.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/__init__.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/setuptools_build.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/build.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/filesystem.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/encoding.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/hashes.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/logging.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/packaging.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/deprecation.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/utils/glibc.py -> build/bdist.linux-x86_64/egg/pip/utils copying build/lib/pip/wheel.py -> build/bdist.linux-x86_64/egg/pip creating build/bdist.linux-x86_64/egg/pip/_vendor creating build/bdist.linux-x86_64/egg/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/html5parser.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib creating build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/genshi.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/dom.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/etree.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/base.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/treewalkers/etree_lxml.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers copying build/lib/pip/_vendor/html5lib/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_tokenizer.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_inputstream.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib creating build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/_base.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/datrie.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_trie copying build/lib/pip/_vendor/html5lib/_trie/py.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_trie creating build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/genshi.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/treeadapters/sax.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treeadapters copying build/lib/pip/_vendor/html5lib/constants.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_ihatexml.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib copying build/lib/pip/_vendor/html5lib/_utils.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib creating build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/inject_meta_charset.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/whitespace.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/alphabeticalattributes.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/base.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/optionaltags.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/sanitizer.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/filters/lint.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters copying build/lib/pip/_vendor/html5lib/serializer.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib creating build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/dom.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/base.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/html5lib/treebuilders/etree_lxml.py -> build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders copying build/lib/pip/_vendor/six.py -> build/bdist.linux-x86_64/egg/pip/_vendor copying build/lib/pip/_vendor/ipaddress.py -> build/bdist.linux-x86_64/egg/pip/_vendor copying build/lib/pip/_vendor/appdirs.py -> build/bdist.linux-x86_64/egg/pip/_vendor creating build/bdist.linux-x86_64/egg/pip/_vendor/certifi copying build/lib/pip/_vendor/certifi/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/certifi copying build/lib/pip/_vendor/certifi/core.py -> build/bdist.linux-x86_64/egg/pip/_vendor/certifi copying build/lib/pip/_vendor/certifi/__main__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/certifi copying build/lib/pip/_vendor/certifi/cacert.pem -> build/bdist.linux-x86_64/egg/pip/_vendor/certifi copying build/lib/pip/_vendor/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor creating build/bdist.linux-x86_64/egg/pip/_vendor/idna copying build/lib/pip/_vendor/idna/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/idna copying build/lib/pip/_vendor/idna/core.py -> build/bdist.linux-x86_64/egg/pip/_vendor/idna copying build/lib/pip/_vendor/idna/package_data.py -> build/bdist.linux-x86_64/egg/pip/_vendor/idna copying build/lib/pip/_vendor/idna/intranges.py -> build/bdist.linux-x86_64/egg/pip/_vendor/idna copying build/lib/pip/_vendor/idna/codec.py -> build/bdist.linux-x86_64/egg/pip/_vendor/idna copying build/lib/pip/_vendor/idna/idnadata.py -> build/bdist.linux-x86_64/egg/pip/_vendor/idna copying build/lib/pip/_vendor/idna/compat.py -> build/bdist.linux-x86_64/egg/pip/_vendor/idna copying build/lib/pip/_vendor/idna/uts46data.py -> build/bdist.linux-x86_64/egg/pip/_vendor/idna creating build/bdist.linux-x86_64/egg/pip/_vendor/progress copying build/lib/pip/_vendor/progress/spinner.py -> build/bdist.linux-x86_64/egg/pip/_vendor/progress copying build/lib/pip/_vendor/progress/counter.py -> build/bdist.linux-x86_64/egg/pip/_vendor/progress copying build/lib/pip/_vendor/progress/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/progress copying build/lib/pip/_vendor/progress/bar.py -> build/bdist.linux-x86_64/egg/pip/_vendor/progress copying build/lib/pip/_vendor/progress/helpers.py -> build/bdist.linux-x86_64/egg/pip/_vendor/progress creating build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/adapters.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/api.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/cookies.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/__version__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/utils.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/status_codes.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/exceptions.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/models.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/packages.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/help.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/sessions.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/structures.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/hooks.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/compat.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/cacert.pem -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/certs.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/_internal_utils.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests copying build/lib/pip/_vendor/requests/auth.py -> build/bdist.linux-x86_64/egg/pip/_vendor/requests creating build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/adapter.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol creating build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/redis_cache.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/caches/file_cache.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/caches copying build/lib/pip/_vendor/cachecontrol/wrapper.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/serialize.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/filewrapper.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/controller.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/cache.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/compat.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/heuristics.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol copying build/lib/pip/_vendor/cachecontrol/_cmd.py -> build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol creating build/bdist.linux-x86_64/egg/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/x_user_defined.py -> build/bdist.linux-x86_64/egg/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/mklabels.py -> build/bdist.linux-x86_64/egg/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/tests.py -> build/bdist.linux-x86_64/egg/pip/_vendor/webencodings copying build/lib/pip/_vendor/webencodings/labels.py -> build/bdist.linux-x86_64/egg/pip/_vendor/webencodings copying build/lib/pip/_vendor/ordereddict.py -> build/bdist.linux-x86_64/egg/pip/_vendor creating build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/locators.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/scripts.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/resources.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/index.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/metadata.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/markers.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/version.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib creating build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.cfg -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/misc.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/sysconfig.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/shutil.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/_backport/tarfile.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport copying build/lib/pip/_vendor/distlib/t32.exe -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/manifest.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/t64.exe -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/compat.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/database.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w64.exe -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/wheel.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/util.py -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib copying build/lib/pip/_vendor/distlib/w32.exe -> build/bdist.linux-x86_64/egg/pip/_vendor/distlib creating build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 creating build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib creating build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/_securetransport copying build/lib/pip/_vendor/urllib3/contrib/_securetransport/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/_securetransport copying build/lib/pip/_vendor/urllib3/contrib/_securetransport/bindings.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/_securetransport copying build/lib/pip/_vendor/urllib3/contrib/_securetransport/low_level.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/_securetransport copying build/lib/pip/_vendor/urllib3/contrib/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib copying build/lib/pip/_vendor/urllib3/contrib/appengine.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib copying build/lib/pip/_vendor/urllib3/contrib/ntlmpool.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib copying build/lib/pip/_vendor/urllib3/contrib/pyopenssl.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib copying build/lib/pip/_vendor/urllib3/contrib/securetransport.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib copying build/lib/pip/_vendor/urllib3/contrib/socks.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib copying build/lib/pip/_vendor/urllib3/connectionpool.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 copying build/lib/pip/_vendor/urllib3/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 copying build/lib/pip/_vendor/urllib3/_collections.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 creating build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages creating build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/backports copying build/lib/pip/_vendor/urllib3/packages/backports/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/backports copying build/lib/pip/_vendor/urllib3/packages/backports/makefile.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/backports copying build/lib/pip/_vendor/urllib3/packages/six.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages copying build/lib/pip/_vendor/urllib3/packages/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages creating build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/ssl_match_hostname copying build/lib/pip/_vendor/urllib3/packages/ordered_dict.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages copying build/lib/pip/_vendor/urllib3/connection.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 copying build/lib/pip/_vendor/urllib3/response.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 copying build/lib/pip/_vendor/urllib3/fields.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 creating build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/wait.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/connection.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/response.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/ssl_.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/request.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/retry.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/selectors.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/url.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/util/timeout.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util copying build/lib/pip/_vendor/urllib3/poolmanager.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 copying build/lib/pip/_vendor/urllib3/exceptions.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 copying build/lib/pip/_vendor/urllib3/request.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 copying build/lib/pip/_vendor/urllib3/filepost.py -> build/bdist.linux-x86_64/egg/pip/_vendor/urllib3 copying build/lib/pip/_vendor/distro.py -> build/bdist.linux-x86_64/egg/pip/_vendor copying build/lib/pip/_vendor/re-vendor.py -> build/bdist.linux-x86_64/egg/pip/_vendor copying build/lib/pip/_vendor/pyparsing.py -> build/bdist.linux-x86_64/egg/pip/_vendor copying build/lib/pip/_vendor/retrying.py -> build/bdist.linux-x86_64/egg/pip/_vendor creating build/bdist.linux-x86_64/egg/pip/_vendor/pkg_resources copying build/lib/pip/_vendor/pkg_resources/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/pkg_resources creating build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/escprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/enums.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/euctwfreq.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/euckrprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/cp949prober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/gb2312freq.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/chardistribution.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/jisfreq.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/euctwprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/utf8prober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/charsetgroupprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/latin1prober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/langgreekmodel.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/version.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/codingstatemachine.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/euckrfreq.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/gb2312prober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/mbcharsetprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/escsm.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/langcyrillicmodel.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/langhungarianmodel.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/jpcntx.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/sjisprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet creating build/bdist.linux-x86_64/egg/pip/_vendor/chardet/cli copying build/lib/pip/_vendor/chardet/cli/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet/cli copying build/lib/pip/_vendor/chardet/cli/chardetect.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet/cli copying build/lib/pip/_vendor/chardet/mbcssm.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/eucjpprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/mbcsgroupprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/big5freq.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/langbulgarianmodel.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/langthaimodel.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/langhebrewmodel.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/sbcsgroupprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/langturkishmodel.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/compat.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/sbcharsetprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/hebrewprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/charsetprober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/big5prober.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet copying build/lib/pip/_vendor/chardet/universaldetector.py -> build/bdist.linux-x86_64/egg/pip/_vendor/chardet creating build/bdist.linux-x86_64/egg/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/win32.py -> build/bdist.linux-x86_64/egg/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/winterm.py -> build/bdist.linux-x86_64/egg/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansitowin32.py -> build/bdist.linux-x86_64/egg/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/initialise.py -> build/bdist.linux-x86_64/egg/pip/_vendor/colorama copying build/lib/pip/_vendor/colorama/ansi.py -> build/bdist.linux-x86_64/egg/pip/_vendor/colorama creating build/bdist.linux-x86_64/egg/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/linklockfile.py -> build/bdist.linux-x86_64/egg/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/symlinklockfile.py -> build/bdist.linux-x86_64/egg/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/pidlockfile.py -> build/bdist.linux-x86_64/egg/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/sqlitelockfile.py -> build/bdist.linux-x86_64/egg/pip/_vendor/lockfile copying build/lib/pip/_vendor/lockfile/mkdirlockfile.py -> build/bdist.linux-x86_64/egg/pip/_vendor/lockfile creating build/bdist.linux-x86_64/egg/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/requirements.py -> build/bdist.linux-x86_64/egg/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/__init__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/specifiers.py -> build/bdist.linux-x86_64/egg/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/_compat.py -> build/bdist.linux-x86_64/egg/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/utils.py -> build/bdist.linux-x86_64/egg/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/markers.py -> build/bdist.linux-x86_64/egg/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/version.py -> build/bdist.linux-x86_64/egg/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/__about__.py -> build/bdist.linux-x86_64/egg/pip/_vendor/packaging copying build/lib/pip/_vendor/packaging/_structures.py -> build/bdist.linux-x86_64/egg/pip/_vendor/packaging byte-compiling build/bdist.linux-x86_64/egg/pip/basecommand.py to basecommand.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/hash.py to hash.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/search.py to search.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/check.py to check.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/install.py to install.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/download.py to download.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/completion.py to completion.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/show.py to show.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/help.py to help.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/freeze.py to freeze.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/uninstall.py to uninstall.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/wheel.py to wheel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/commands/list.py to list.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/bazaar.py to bazaar.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/mercurial.py to mercurial.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/subversion.py to subversion.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/vcs/git.py to git.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/models/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/models/index.py to index.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/index.py to index.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/download.py to download.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/req/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/req/req_install.py to req_install.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/req/req_file.py to req_file.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/req/req_uninstall.py to req_uninstall.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/req/req_set.py to req_set.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/status_codes.py to status_codes.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/__main__.py to __main__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/locations.py to locations.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/exceptions.py to exceptions.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/operations/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/operations/check.py to check.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/operations/freeze.py to freeze.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/compat/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/compat/dictconfig.py to dictconfig.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/baseparser.py to baseparser.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/cmdoptions.py to cmdoptions.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/pep425tags.py to pep425tags.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/outdated.py to outdated.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/appdirs.py to appdirs.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/ui.py to ui.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/setuptools_build.py to setuptools_build.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/build.py to build.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/filesystem.py to filesystem.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/encoding.py to encoding.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/hashes.py to hashes.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/logging.py to logging.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/packaging.py to packaging.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/deprecation.py to deprecation.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/utils/glibc.py to glibc.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/wheel.py to wheel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/html5parser.py to html5parser.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers/genshi.py to genshi.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers/dom.py to dom.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers/etree.py to etree.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers/base.py to base.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treewalkers/etree_lxml.py to etree_lxml.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_tokenizer.py to _tokenizer.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_inputstream.py to _inputstream.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_trie/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_trie/_base.py to _base.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_trie/datrie.py to datrie.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_trie/py.py to py.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treeadapters/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treeadapters/genshi.py to genshi.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treeadapters/sax.py to sax.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/constants.py to constants.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_ihatexml.py to _ihatexml.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/_utils.py to _utils.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters/inject_meta_charset.py to inject_meta_charset.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters/whitespace.py to whitespace.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters/base.py to base.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters/optionaltags.py to optionaltags.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters/sanitizer.py to sanitizer.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/filters/lint.py to lint.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/serializer.py to serializer.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders/dom.py to dom.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders/etree.py to etree.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders/base.py to base.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/html5lib/treebuilders/etree_lxml.py to etree_lxml.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/six.py to six.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/ipaddress.py to ipaddress.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/appdirs.py to appdirs.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/certifi/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/certifi/core.py to core.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/certifi/__main__.py to __main__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/idna/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/idna/core.py to core.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/idna/package_data.py to package_data.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/idna/intranges.py to intranges.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/idna/codec.py to codec.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/idna/idnadata.py to idnadata.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/idna/compat.py to compat.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/idna/uts46data.py to uts46data.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/progress/spinner.py to spinner.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/progress/counter.py to counter.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/progress/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/progress/bar.py to bar.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/progress/helpers.py to helpers.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/adapters.py to adapters.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/api.py to api.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/cookies.py to cookies.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/__version__.py to __version__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/utils.py to utils.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/status_codes.py to status_codes.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/exceptions.py to exceptions.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/models.py to models.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/packages.py to packages.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/help.py to help.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/sessions.py to sessions.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/structures.py to structures.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/hooks.py to hooks.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/compat.py to compat.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/certs.py to certs.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/_internal_utils.py to _internal_utils.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/requests/auth.py to auth.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/adapter.py to adapter.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/caches/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/caches/redis_cache.py to redis_cache.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/caches/file_cache.py to file_cache.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/wrapper.py to wrapper.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/serialize.py to serialize.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/filewrapper.py to filewrapper.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/controller.py to controller.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/cache.py to cache.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/compat.py to compat.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/heuristics.py to heuristics.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/cachecontrol/_cmd.py to _cmd.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/webencodings/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/webencodings/x_user_defined.py to x_user_defined.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/webencodings/mklabels.py to mklabels.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/webencodings/tests.py to tests.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/webencodings/labels.py to labels.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/ordereddict.py to ordereddict.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/locators.py to locators.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/scripts.py to scripts.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/resources.py to resources.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/index.py to index.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/metadata.py to metadata.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/markers.py to markers.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/version.py to version.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport/misc.py to misc.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport/sysconfig.py to sysconfig.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport/shutil.py to shutil.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/_backport/tarfile.py to tarfile.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/manifest.py to manifest.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/compat.py to compat.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/database.py to database.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/wheel.py to wheel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distlib/util.py to util.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/_securetransport/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/_securetransport/bindings.py to bindings.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/_securetransport/low_level.py to low_level.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/appengine.py to appengine.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/ntlmpool.py to ntlmpool.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/pyopenssl.py to pyopenssl.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/securetransport.py to securetransport.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/contrib/socks.py to socks.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/connectionpool.py to connectionpool.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/_collections.py to _collections.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/backports/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/backports/makefile.py to makefile.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/six.py to six.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py to _implementation.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/packages/ordered_dict.py to ordered_dict.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/connection.py to connection.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/response.py to response.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/fields.py to fields.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/wait.py to wait.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/connection.py to connection.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/response.py to response.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/ssl_.py to ssl_.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/request.py to request.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/retry.py to retry.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/selectors.py to selectors.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/url.py to url.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/util/timeout.py to timeout.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/poolmanager.py to poolmanager.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/exceptions.py to exceptions.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/request.py to request.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/urllib3/filepost.py to filepost.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/distro.py to distro.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/re-vendor.py to re-vendor.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/pyparsing.py to pyparsing.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/retrying.py to retrying.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/pkg_resources/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/escprober.py to escprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/enums.py to enums.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/euctwfreq.py to euctwfreq.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/euckrprober.py to euckrprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/cp949prober.py to cp949prober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/gb2312freq.py to gb2312freq.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/chardistribution.py to chardistribution.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/jisfreq.py to jisfreq.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/euctwprober.py to euctwprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/utf8prober.py to utf8prober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/charsetgroupprober.py to charsetgroupprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/latin1prober.py to latin1prober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/langgreekmodel.py to langgreekmodel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/version.py to version.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/codingstatemachine.py to codingstatemachine.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/euckrfreq.py to euckrfreq.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/gb2312prober.py to gb2312prober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/mbcharsetprober.py to mbcharsetprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/escsm.py to escsm.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/langcyrillicmodel.py to langcyrillicmodel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/langhungarianmodel.py to langhungarianmodel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/jpcntx.py to jpcntx.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/sjisprober.py to sjisprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/cli/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/cli/chardetect.py to chardetect.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/mbcssm.py to mbcssm.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/eucjpprober.py to eucjpprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/mbcsgroupprober.py to mbcsgroupprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/big5freq.py to big5freq.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/langbulgarianmodel.py to langbulgarianmodel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/langthaimodel.py to langthaimodel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/langhebrewmodel.py to langhebrewmodel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/sbcsgroupprober.py to sbcsgroupprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/langturkishmodel.py to langturkishmodel.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/compat.py to compat.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/sbcharsetprober.py to sbcharsetprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/hebrewprober.py to hebrewprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/charsetprober.py to charsetprober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/big5prober.py to big5prober.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/chardet/universaldetector.py to universaldetector.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/colorama/win32.py to win32.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/colorama/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/colorama/winterm.py to winterm.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/colorama/ansitowin32.py to ansitowin32.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/colorama/initialise.py to initialise.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/colorama/ansi.py to ansi.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/lockfile/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/lockfile/linklockfile.py to linklockfile.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/lockfile/symlinklockfile.py to symlinklockfile.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/lockfile/pidlockfile.py to pidlockfile.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/lockfile/sqlitelockfile.py to sqlitelockfile.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/lockfile/mkdirlockfile.py to mkdirlockfile.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/packaging/requirements.py to requirements.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/packaging/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/packaging/specifiers.py to specifiers.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/packaging/_compat.py to _compat.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/packaging/utils.py to utils.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/packaging/markers.py to markers.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/packaging/version.py to version.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/packaging/__about__.py to __about__.pyc byte-compiling build/bdist.linux-x86_64/egg/pip/_vendor/packaging/_structures.py to _structures.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying pip.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying pip.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying pip.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying pip.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying pip.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO copying pip.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying pip.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO creating dist creating 'dist/pip-9.0.3-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing pip-9.0.3-py2.7.egg creating /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/pip-9.0.3-py2.7.egg Extracting pip-9.0.3-py2.7.egg to /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages Adding pip 9.0.3 to easy-install.pth file Installing pip script to /opt/metwork-mfext-1.2/opt/python2_core/bin Installing pip2.7 script to /opt/metwork-mfext-1.2/opt/python2_core/bin Installing pip2 script to /opt/metwork-mfext-1.2/opt/python2_core/bin Installed /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/pip-9.0.3-py2.7.egg Processing dependencies for pip==9.0.3 Finished processing dependencies for pip==9.0.3 make[1]: Leaving directory '/src/layers/layer1_python2_core/0046_pip' make[3]: Leaving directory `/src/layers/layer1_python2_core/0046_pip' make[3]: Entering directory `/src/layers/layer1_python2_core/0046_virtualenv' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo "name: 'virtualenv'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo "version: '16.6.0'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo "checksum: '55b8d77a83d0141abaee55542d5941e9'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo -n "Virtual Python Environment builder" |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo "website: 'https://virtualenv.pypa.io/'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml echo "license: 'MIT'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/virtualenv.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard download uncompress python2build python2install make[1]: Entering directory '/src/layers/layer1_python2_core/0046_virtualenv' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/virtualenv-16.6.0.tar.gz` `readlink -m ./sources` MD5 55b8d77a83d0141abaee55542d5941e9 Trying to download https://files.pythonhosted.org/packages/53/c0/c7819f0bb2cf83e1b4b0d96c901b85191f598a7b534d297c2ef6dc80e2d3/virtualenv-16.6.0.tar.gz... --2021-11-25 15:10:44-- https://files.pythonhosted.org/packages/53/c0/c7819f0bb2cf83e1b4b0d96c901b85191f598a7b534d297c2ef6dc80e2d3/virtualenv-16.6.0.tar.gz Resolving files.pythonhosted.org... 151.101.249.63, 2a04:4e42:31::319 Connecting to files.pythonhosted.org|151.101.249.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3727204 (3.6M) [binary/octet-stream] Saving to: `/src/layers/layer1_python2_core/0046_virtualenv/build/virtualenv-16.6.0.tar.gz' 0K .......... .......... .......... .......... .......... 1% 68.6M 0s 50K .......... .......... .......... .......... .......... 2% 51.3M 0s 100K .......... .......... .......... .......... .......... 4% 66.1M 0s 150K .......... .......... .......... .......... .......... 5% 207M 0s 200K .......... .......... .......... .......... .......... 6% 169M 0s 250K .......... .......... .......... .......... .......... 8% 93.0M 0s 300K .......... .......... .......... .......... .......... 9% 206M 0s 350K .......... .......... .......... .......... .......... 10% 268M 0s 400K .......... .......... .......... .......... .......... 12% 40.6M 0s 450K .......... .......... .......... .......... .......... 13% 114M 0s 500K .......... .......... .......... .......... .......... 15% 251M 0s 550K .......... .......... .......... .......... .......... 16% 270M 0s 600K .......... .......... .......... .......... .......... 17% 113M 0s 650K .......... .......... .......... .......... .......... 19% 249M 0s 700K .......... .......... .......... .......... .......... 20% 273M 0s 750K .......... .......... .......... .......... .......... 21% 182M 0s 800K .......... .......... .......... .......... .......... 23% 193M 0s 850K .......... .......... .......... .......... .......... 24% 267M 0s 900K .......... .......... .......... .......... .......... 26% 113M 0s 950K .......... .......... .......... .......... .......... 27% 266M 0s 1000K .......... .......... .......... .......... .......... 28% 274M 0s 1050K .......... .......... .......... .......... .......... 30% 272M 0s 1100K .......... .......... .......... .......... .......... 31% 172M 0s 1150K .......... .......... .......... .......... .......... 32% 266M 0s 1200K .......... .......... .......... .......... .......... 34% 207M 0s 1250K .......... .......... .......... .......... .......... 35% 270M 0s 1300K .......... .......... .......... .......... .......... 37% 151M 0s 1350K .......... .......... .......... .......... .......... 38% 248M 0s 1400K .......... .......... .......... .......... .......... 39% 263M 0s 1450K .......... .......... .......... .......... .......... 41% 175M 0s 1500K .......... .......... .......... .......... .......... 42% 236M 0s 1550K .......... .......... .......... .......... .......... 43% 201M 0s 1600K .......... .......... .......... .......... .......... 45% 161M 0s 1650K .......... .......... .......... .......... .......... 46% 201M 0s 1700K .......... .......... .......... .......... .......... 48% 260M 0s 1750K .......... .......... .......... .......... .......... 49% 266M 0s 1800K .......... .......... .......... .......... .......... 50% 191M 0s 1850K .......... .......... .......... .......... .......... 52% 268M 0s 1900K .......... .......... .......... .......... .......... 53% 119M 0s 1950K .......... .......... .......... .......... .......... 54% 258M 0s 2000K .......... .......... .......... .......... .......... 56% 205M 0s 2050K .......... .......... .......... .......... .......... 57% 265M 0s 2100K .......... .......... .......... .......... .......... 59% 171M 0s 2150K .......... .......... .......... .......... .......... 60% 266M 0s 2200K .......... .......... .......... .......... .......... 61% 224M 0s 2250K .......... .......... .......... .......... .......... 63% 99.3M 0s 2300K .......... .......... .......... .......... .......... 64% 264M 0s 2350K .......... .......... .......... .......... .......... 65% 267M 0s 2400K .......... .......... .......... .......... .......... 67% 269M 0s 2450K .......... .......... .......... .......... .......... 68% 165M 0s 2500K .......... .......... .......... .......... .......... 70% 264M 0s 2550K .......... .......... .......... .......... .......... 71% 270M 0s 2600K .......... .......... .......... .......... .......... 72% 171M 0s 2650K .......... .......... .......... .......... .......... 74% 229M 0s 2700K .......... .......... .......... .......... .......... 75% 130M 0s 2750K .......... .......... .......... .......... .......... 76% 259M 0s 2800K .......... .......... .......... .......... .......... 78% 272M 0s 2850K .......... .......... .......... .......... .......... 79% 232M 0s 2900K .......... .......... .......... .......... .......... 81% 181M 0s 2950K .......... .......... .......... .......... .......... 82% 260M 0s 3000K .......... .......... .......... .......... .......... 83% 203M 0s 3050K .......... .......... .......... .......... .......... 85% 280M 0s 3100K .......... .......... .......... .......... .......... 86% 189M 0s 3150K .......... .......... .......... .......... .......... 87% 119M 0s 3200K .......... .......... .......... .......... .......... 89% 264M 0s 3250K .......... .......... .......... .......... .......... 90% 265M 0s 3300K .......... .......... .......... .......... .......... 92% 308M 0s 3350K .......... .......... .......... .......... .......... 93% 206M 0s 3400K .......... .......... .......... .......... .......... 94% 269M 0s 3450K .......... .......... .......... .......... .......... 96% 266M 0s 3500K .......... .......... .......... .......... .......... 97% 234M 0s 3550K .......... .......... .......... .......... .......... 98% 267M 0s 3600K .......... .......... .......... ......... 100% 316M=0.02s 2021-11-25 15:10:44 (177 MB/s) - `/src/layers/layer1_python2_core/0046_virtualenv/build/virtualenv-16.6.0.tar.gz' saved [3727204/3727204] Computing checksum for /src/layers/layer1_python2_core/0046_virtualenv/build/virtualenv-16.6.0.tar.gz... Good checksum rm -Rf virtualenv-16.6.0 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/virtualenv-16.6.0.tar.gz` tar.gz virtualenv-16.6.0 cd build/virtualenv-16.6.0 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py build running build running build_py creating build creating build/lib copying virtualenv.py -> build/lib creating build/lib/virtualenv_support copying virtualenv_support/__init__.py -> build/lib/virtualenv_support running egg_info writing requirements to virtualenv.egg-info/requires.txt writing virtualenv.egg-info/PKG-INFO writing top-level names to virtualenv.egg-info/top_level.txt writing dependency_links to virtualenv.egg-info/dependency_links.txt writing entry points to virtualenv.egg-info/entry_points.txt reading manifest file 'virtualenv.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'readthedocs.yml' warning: no previously-included files found matching 'CONTRIBUTING.rst' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching 'azure-run-tox-env.yml' warning: no previously-included files found matching 'azure-pipelines.yml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitattributes' warning: no previously-included files matching '*' found under directory '.github' writing manifest file 'virtualenv.egg-info/SOURCES.txt' copying virtualenv_support/pip-19.1.1-py2.py3-none-any.whl -> build/lib/virtualenv_support copying virtualenv_support/setuptools-41.0.1-py2.py3-none-any.whl -> build/lib/virtualenv_support copying virtualenv_support/wheel-0.33.4-py2.py3-none-any.whl -> build/lib/virtualenv_support if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; fi cd build/virtualenv-16.6.0 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2_core --install-lib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages running install running bdist_egg running egg_info writing requirements to virtualenv.egg-info/requires.txt writing virtualenv.egg-info/PKG-INFO writing top-level names to virtualenv.egg-info/top_level.txt writing dependency_links to virtualenv.egg-info/dependency_links.txt writing entry points to virtualenv.egg-info/entry_points.txt reading manifest file 'virtualenv.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'readthedocs.yml' warning: no previously-included files found matching 'CONTRIBUTING.rst' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching 'azure-run-tox-env.yml' warning: no previously-included files found matching 'azure-pipelines.yml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitattributes' warning: no previously-included files matching '*' found under directory '.github' writing manifest file 'virtualenv.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/virtualenv_support copying build/lib/virtualenv_support/__init__.py -> build/bdist.linux-x86_64/egg/virtualenv_support copying build/lib/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl -> build/bdist.linux-x86_64/egg/virtualenv_support copying build/lib/virtualenv_support/wheel-0.33.4-py2.py3-none-any.whl -> build/bdist.linux-x86_64/egg/virtualenv_support copying build/lib/virtualenv_support/setuptools-41.0.1-py2.py3-none-any.whl -> build/bdist.linux-x86_64/egg/virtualenv_support copying build/lib/virtualenv.py -> build/bdist.linux-x86_64/egg byte-compiling build/bdist.linux-x86_64/egg/virtualenv_support/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/virtualenv.py to virtualenv.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying virtualenv.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying virtualenv.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying virtualenv.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying virtualenv.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying virtualenv.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying virtualenv.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying virtualenv.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO creating dist creating 'dist/virtualenv-16.6.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing virtualenv-16.6.0-py2.7.egg Copying virtualenv-16.6.0-py2.7.egg to /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages Adding virtualenv 16.6.0 to easy-install.pth file Installing virtualenv script to /opt/metwork-mfext-1.2/opt/python2_core/bin Installed /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/virtualenv-16.6.0-py2.7.egg Processing dependencies for virtualenv==16.6.0 Finished processing dependencies for virtualenv==16.6.0 make[1]: Leaving directory '/src/layers/layer1_python2_core/0046_virtualenv' make[3]: Leaving directory `/src/layers/layer1_python2_core/0046_virtualenv' make[3]: Entering directory `/src/layers/layer1_python2_core/0050_wheel' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml touch /opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo "name: 'wheel'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo "version: '0.33.4'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo "extension: 'tar.gz'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo "checksum: '5bad0479ddf8d4dbfad212724a7b1f71'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo -n "A built-package format for Python." |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo "website: 'https://github.com/pypa/wheel'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml echo "license: 'MIT'" >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2_core/share/metwork_packages/wheel.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard download uncompress python2build python2install make[1]: Entering directory '/src/layers/layer1_python2_core/0050_wheel' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/wheel-0.33.4.tar.gz` `readlink -m ./sources` MD5 5bad0479ddf8d4dbfad212724a7b1f71 Trying to download https://files.pythonhosted.org/packages/1d/b0/f478e80aeace42fe251225a86752799174a94314c4a80ebfc5bf0ab1153a/wheel-0.33.4.tar.gz... --2021-11-25 15:10:45-- https://files.pythonhosted.org/packages/1d/b0/f478e80aeace42fe251225a86752799174a94314c4a80ebfc5bf0ab1153a/wheel-0.33.4.tar.gz Resolving files.pythonhosted.org... 151.101.249.63, 2a04:4e42:31::319 Connecting to files.pythonhosted.org|151.101.249.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18781 (18K) [binary/octet-stream] Saving to: `/src/layers/layer1_python2_core/0050_wheel/build/wheel-0.33.4.tar.gz' 0K .......... ........ 100% 88.4M=0s 2021-11-25 15:10:45 (88.4 MB/s) - `/src/layers/layer1_python2_core/0050_wheel/build/wheel-0.33.4.tar.gz' saved [18781/18781] Computing checksum for /src/layers/layer1_python2_core/0050_wheel/build/wheel-0.33.4.tar.gz... Good checksum rm -Rf wheel-0.33.4 /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/wheel-0.33.4.tar.gz` tar.gz wheel-0.33.4 cd build/wheel-0.33.4 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/wheel copying wheel/__init__.py -> build/lib/wheel copying wheel/bdist_wheel.py -> build/lib/wheel copying wheel/metadata.py -> build/lib/wheel copying wheel/pkginfo.py -> build/lib/wheel copying wheel/__main__.py -> build/lib/wheel copying wheel/wheelfile.py -> build/lib/wheel copying wheel/pep425tags.py -> build/lib/wheel copying wheel/util.py -> build/lib/wheel creating build/lib/wheel/cli copying wheel/cli/__init__.py -> build/lib/wheel/cli copying wheel/cli/convert.py -> build/lib/wheel/cli copying wheel/cli/pack.py -> build/lib/wheel/cli copying wheel/cli/unpack.py -> build/lib/wheel/cli running egg_info writing requirements to wheel.egg-info/requires.txt writing wheel.egg-info/PKG-INFO writing top-level names to wheel.egg-info/top_level.txt writing dependency_links to wheel.egg-info/dependency_links.txt writing entry points to wheel.egg-info/entry_points.txt reading manifest file 'wheel.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'wheel/*.txt' warning: no files found matching '*.sh' warning: no files found matching '*.py' under directory 'wheel/test' warning: no files found matching 'wheel/test/test-1.0-py2.py3-none-win32.whl' warning: no files found matching 'wheel/test/headers.dist/header.h' warning: no files found matching 'wheel/test/pydist-schema.json' no previously-included directories found matching 'wheel/test/*/dist' no previously-included directories found matching 'wheel/test/*/build' writing manifest file 'wheel.egg-info/SOURCES.txt' if ! test -d /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages; fi cd build/wheel-0.33.4 && if test "" != ""; then export LDFLAGS=; fi && if test "" != ""; then export CFLAGS=; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2_core --install-lib=/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages running install running bdist_egg running egg_info writing requirements to wheel.egg-info/requires.txt writing wheel.egg-info/PKG-INFO writing top-level names to wheel.egg-info/top_level.txt writing dependency_links to wheel.egg-info/dependency_links.txt writing entry points to wheel.egg-info/entry_points.txt reading manifest file 'wheel.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'wheel/*.txt' warning: no files found matching '*.sh' warning: no files found matching '*.py' under directory 'wheel/test' warning: no files found matching 'wheel/test/test-1.0-py2.py3-none-win32.whl' warning: no files found matching 'wheel/test/headers.dist/header.h' warning: no files found matching 'wheel/test/pydist-schema.json' no previously-included directories found matching 'wheel/test/*/dist' no previously-included directories found matching 'wheel/test/*/build' writing manifest file 'wheel.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/wheel copying build/lib/wheel/__init__.py -> build/bdist.linux-x86_64/egg/wheel copying build/lib/wheel/bdist_wheel.py -> build/bdist.linux-x86_64/egg/wheel copying build/lib/wheel/metadata.py -> build/bdist.linux-x86_64/egg/wheel copying build/lib/wheel/pkginfo.py -> build/bdist.linux-x86_64/egg/wheel copying build/lib/wheel/__main__.py -> build/bdist.linux-x86_64/egg/wheel creating build/bdist.linux-x86_64/egg/wheel/cli copying build/lib/wheel/cli/__init__.py -> build/bdist.linux-x86_64/egg/wheel/cli copying build/lib/wheel/cli/convert.py -> build/bdist.linux-x86_64/egg/wheel/cli copying build/lib/wheel/cli/pack.py -> build/bdist.linux-x86_64/egg/wheel/cli copying build/lib/wheel/cli/unpack.py -> build/bdist.linux-x86_64/egg/wheel/cli copying build/lib/wheel/wheelfile.py -> build/bdist.linux-x86_64/egg/wheel copying build/lib/wheel/pep425tags.py -> build/bdist.linux-x86_64/egg/wheel copying build/lib/wheel/util.py -> build/bdist.linux-x86_64/egg/wheel byte-compiling build/bdist.linux-x86_64/egg/wheel/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/bdist_wheel.py to bdist_wheel.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/metadata.py to metadata.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/pkginfo.py to pkginfo.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/__main__.py to __main__.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/cli/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/cli/convert.py to convert.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/cli/pack.py to pack.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/cli/unpack.py to unpack.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/wheelfile.py to wheelfile.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/pep425tags.py to pep425tags.pyc byte-compiling build/bdist.linux-x86_64/egg/wheel/util.py to util.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying wheel.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying wheel.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying wheel.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying wheel.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying wheel.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO copying wheel.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying wheel.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO creating dist creating 'dist/wheel-0.33.4-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing wheel-0.33.4-py2.7.egg creating /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/wheel-0.33.4-py2.7.egg Extracting wheel-0.33.4-py2.7.egg to /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages Adding wheel 0.33.4 to easy-install.pth file Installing wheel script to /opt/metwork-mfext-1.2/opt/python2_core/bin Installed /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/wheel-0.33.4-py2.7.egg Processing dependencies for wheel==0.33.4 Finished processing dependencies for wheel==0.33.4 make[1]: Leaving directory '/src/layers/layer1_python2_core/0050_wheel' make[3]: Leaving directory `/src/layers/layer1_python2_core/0050_wheel' make[3]: Entering directory `/src/layers/layer1_python2_core/9999_requirements' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=core@mfext,python2_core@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all pip freeze >/opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt You are using pip version 9.0.3, however version 21.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. make[3]: Leaving directory `/src/layers/layer1_python2_core/9999_requirements' if test "1" = "1"; then echo python2 > /opt/metwork-mfext-1.2/opt/python2_core/.mfextaddon; fi _layer_dhash "python2_core@mfext" >/opt/metwork-mfext-1.2/opt/python2_core/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi skipped _cache_logic_after_layer.sh "/opt/metwork-mfext-1.2/opt/python2_core" no cache configured make[2]: Leaving directory `/src/layers/layer1_python2_core' make[2]: Entering directory `/src/layers/layer2_python2' if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-1.2/opt/python2" "python2" no cache configured if ! test -f cache/hit; then \ for SUBDIR in 0498_prereq_extra_python_packages 0499_prereq_extra_python_packages 0500_extra_python_packages 0550_bjoern; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-1.2/opt/python2 ; \ fi make[3]: Entering directory `/src/layers/layer2_python2/0498_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python2_core@mfext,python2@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all for REQ in requirements2.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer10507[/src/layers/layer2_python2/0498_prereq_extra_python_packages/tempolayer10507] Collecting setuptools-scm==3.5.0 (from -r requirements2.txt (line 1)) Downloading https://files.pythonhosted.org/packages/b2/f7/60a645aae001a2e06cf4b8db2fba9d9f36b8fd378f10647e3e218b61b74b/setuptools_scm-3.5.0.tar.gz (46kB) Building wheels for collected packages: setuptools-scm Running setup.py bdist_wheel for setuptools-scm: started Running setup.py bdist_wheel for setuptools-scm: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0498_prereq_extra_python_packages/src Successfully built setuptools-scm if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages for REQ in requirements2.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-1.2/opt/python2 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-1.2/opt/python2 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python2@mfext[/opt/metwork-mfext-1.2/opt/python2] is already loaded Collecting setuptools-scm==3.5.0 (from -r requirements2.txt.tmp (line 1)) Installing collected packages: setuptools-scm Successfully installed setuptools-scm-3.5.0 if ! test -d /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages; fi if test -f /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt; then cat /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt requirements2.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt.tmp; mv /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt.tmp /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt; else cat requirements2.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt ;fi IFS=$'\n' ; for REQ in `cat requirements2.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/setuptools-scm.yaml is ready make[3]: Leaving directory `/src/layers/layer2_python2/0498_prereq_extra_python_packages' make[3]: Entering directory `/src/layers/layer2_python2/0499_prereq_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python2_core@mfext,python2@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all for REQ in requirements2.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer10661[/src/layers/layer2_python2/0499_prereq_extra_python_packages/tempolayer10661] Collecting cffi==1.14.0 (from -r requirements2.txt (line 1)) Downloading https://files.pythonhosted.org/packages/05/54/3324b0c46340c31b909fcec598696aaec7ddc8c18a63f2db352562d3354c/cffi-1.14.0.tar.gz (463kB) Collecting pycparser==2.19 (from -r requirements2.txt (line 2)) Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB) Collecting pytest-runner==5.2 (from -r requirements2.txt (line 3)) Downloading https://files.pythonhosted.org/packages/5b/82/1462f86e6c3600f2471d5f552fcc31e39f17717023df4bab712b4a9db1b3/pytest-runner-5.2.tar.gz Building wheels for collected packages: cffi, pycparser, pytest-runner Running setup.py bdist_wheel for cffi: started Running setup.py bdist_wheel for cffi: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0499_prereq_extra_python_packages/src Running setup.py bdist_wheel for pycparser: started Running setup.py bdist_wheel for pycparser: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0499_prereq_extra_python_packages/src Running setup.py bdist_wheel for pytest-runner: started Running setup.py bdist_wheel for pytest-runner: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0499_prereq_extra_python_packages/src Successfully built cffi pycparser pytest-runner if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages for REQ in requirements2.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-1.2/opt/python2 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-1.2/opt/python2 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python2@mfext[/opt/metwork-mfext-1.2/opt/python2] is already loaded Collecting cffi==1.14.0 (from -r requirements2.txt.tmp (line 1)) Collecting pycparser==2.19 (from -r requirements2.txt.tmp (line 2)) Collecting pytest-runner==5.2 (from -r requirements2.txt.tmp (line 3)) Installing collected packages: pycparser, cffi, pytest-runner Successfully installed cffi-1.14.0 pycparser-2.19 pytest-runner-5.2 if ! test -d /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages; fi if test -f /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt; then cat /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt requirements2.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt.tmp; mv /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt.tmp /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt; else cat requirements2.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt ;fi IFS=$'\n' ; for REQ in `cat requirements2.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/cffi.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/pycparser.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/pytest-runner.yaml is ready make[3]: Leaving directory `/src/layers/layer2_python2/0499_prereq_extra_python_packages' make[3]: Entering directory `/src/layers/layer2_python2/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python2_core@mfext,python2@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all for REQ in requirements2.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer10953[/src/layers/layer2_python2/0500_extra_python_packages/tempolayer10953] Obtaining acquisition from git+https://github.com/metwork-framework/acquisition.git@a80897f8f71658ea18d2516e1f9cbb042e503be5#egg=acquisition (from -r requirements2.txt (line 1)) Cloning https://github.com/metwork-framework/acquisition.git (to a80897f8f71658ea18d2516e1f9cbb042e503be5) to ./tmp_src/acquisition Could not find a tag or branch 'a80897f8f71658ea18d2516e1f9cbb042e503be5', assuming commit. Collecting attrs==19.3.0 (from -r requirements2.txt (line 2)) Downloading https://files.pythonhosted.org/packages/98/c3/2c227e66b5e896e15ccdae2e00bbc69aa46e9a8ce8869cc5fa96310bf612/attrs-19.3.0.tar.gz (132kB) Collecting backports.functools-lru-cache==1.5 (from -r requirements2.txt (line 3)) Downloading https://files.pythonhosted.org/packages/57/d4/156eb5fbb08d2e85ab0a632e2bebdad355798dece07d4752f66a8d02d1ea/backports.functools_lru_cache-1.5.tar.gz Collecting bash==0.6 (from -r requirements2.txt (line 4)) Downloading https://files.pythonhosted.org/packages/42/30/4870d449947581ff48f213c206d103e9458b0070dbc436c50b1b95007043/bash-0.6.tar.gz Collecting binaryornot==0.4.4 (from -r requirements2.txt (line 5)) Downloading https://files.pythonhosted.org/packages/a7/fe/7ebfec74d49f97fc55cd38240c7a7d08134002b1e14be8c3897c0dd5e49b/binaryornot-0.4.4.tar.gz (371kB) Collecting cachetools==3.1.1 (from -r requirements2.txt (line 6)) Downloading https://files.pythonhosted.org/packages/ae/37/7fd45996b19200e0cb2027a0b6bef4636951c4ea111bfad36c71287247f6/cachetools-3.1.1.tar.gz Collecting chardet==3.0.4 (from -r requirements2.txt (line 7)) Downloading https://files.pythonhosted.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d/chardet-3.0.4.tar.gz (1.9MB) Collecting ConfigArgParse==0.14.0 (from -r requirements2.txt (line 8)) Downloading https://files.pythonhosted.org/packages/55/ea/f0ade52790bcd687127a302b26c1663bf2e0f23210d5281dbfcd1dfcda28/ConfigArgParse-0.14.0.tar.gz Collecting configparser==3.7.4 (from -r requirements2.txt (line 9)) Downloading https://files.pythonhosted.org/packages/e2/1c/83fd53748d8245cb9a3399f705c251d3fc0ce7df04450aac1cfc49dd6a0f/configparser-3.7.4.tar.gz (71kB) Obtaining deploycron from git+https://github.com/metwork-framework/deploycron.git@c7d4e7b78fa8c9eb9f14ba49b5f90232af7d4709#egg=deploycron (from -r requirements2.txt (line 10)) Cloning https://github.com/metwork-framework/deploycron.git (to c7d4e7b78fa8c9eb9f14ba49b5f90232af7d4709) to ./tmp_src/deploycron Could not find a tag or branch 'c7d4e7b78fa8c9eb9f14ba49b5f90232af7d4709', assuming commit. Collecting diskcache==3.1.1 (from -r requirements2.txt (line 11)) Downloading https://files.pythonhosted.org/packages/61/51/6ea4d36a05314fe61c4107a45b28067b4ffe0e4e775b6edef5104c4a17d8/diskcache-3.1.1.tar.gz (489kB) Collecting enum==0.4.7 (from -r requirements2.txt (line 12)) Downloading https://files.pythonhosted.org/packages/02/a0/32e1d5a21b703f600183e205aafc6773577e16429af5ad3c3f9b956b07ca/enum-0.4.7.tar.gz Obtaining envtpl from git+https://github.com/metwork-framework/envtpl.git@a7838100809b367451ddca6477616082b01f4c1c#egg=envtpl (from -r requirements2.txt (line 13)) Cloning https://github.com/metwork-framework/envtpl.git (to a7838100809b367451ddca6477616082b01f4c1c) to ./tmp_src/envtpl Could not find a tag or branch 'a7838100809b367451ddca6477616082b01f4c1c', assuming commit. Collecting filelock==3.0.12 (from -r requirements2.txt (line 14)) Downloading https://files.pythonhosted.org/packages/14/ec/6ee2168387ce0154632f856d5cc5592328e9cf93127c5c9aeca92c8c16cb/filelock-3.0.12.tar.gz Collecting gitignore-parser==0.0.6 (from -r requirements2.txt (line 15)) Downloading https://files.pythonhosted.org/packages/85/c5/b4affef7dcddfad65e13441a5ac02fa2f3cc44a852d4037087a7de81ac6e/gitignore_parser-0.0.6.tar.gz Collecting idna==2.8 (from -r requirements2.txt (line 16)) Downloading https://files.pythonhosted.org/packages/ad/13/eb56951b6f7950cadb579ca166e448ba77f9d24efc03edd7e55fa57d04b7/idna-2.8.tar.gz (174kB) Collecting inotify-simple==1.1.8 (from -r requirements2.txt (line 17)) Downloading https://files.pythonhosted.org/packages/55/80/4bbd33f6d6b305c509a90b37c1cf7255000344f513b36827ec2c17af5ad5/inotify_simple-1.1.8.tar.gz Collecting Jinja2==2.11.3 (from -r requirements2.txt (line 18)) Downloading https://files.pythonhosted.org/packages/4f/e7/65300e6b32e69768ded990494809106f87da1d436418d5f1367ed3966fd7/Jinja2-2.11.3.tar.gz (257kB) Collecting MarkupSafe==1.1.1 (from -r requirements2.txt (line 19)) Downloading https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz Collecting mflog==0.0.4 (from -r requirements2.txt (line 20)) Downloading https://files.pythonhosted.org/packages/24/3d/b3218e526af53f0be1a1686496708e821789369596615484ecc0628fa2fa/mflog-0.0.4.tar.gz Obtaining mfutil from git+https://github.com/metwork-framework/mfutil.git@73c3dbbb65e91417add2e740299649f356e8aa95#egg=mfutil (from -r requirements2.txt (line 21)) Cloning https://github.com/metwork-framework/mfutil.git (to 73c3dbbb65e91417add2e740299649f356e8aa95) to ./tmp_src/mfutil Could not find a tag or branch '73c3dbbb65e91417add2e740299649f356e8aa95', assuming commit. Collecting mockredispy==2.9.3 (from -r requirements2.txt (line 22)) Downloading https://files.pythonhosted.org/packages/0a/f1/d7db33898151aa9a1d647654cac55d01a5a1302fa4244af5fb5d3021f848/mockredispy-2.9.3.tar.gz Collecting netifaces==0.10.9 (from -r requirements2.txt (line 23)) Downloading https://files.pythonhosted.org/packages/0d/18/fd6e9c71a35b67a73160ec80a49da63d1eed2d2055054cc2995714949132/netifaces-0.10.9.tar.gz Obtaining opinionated_configparser from git+https://github.com/metwork-framework/opinionated_configparser.git@0735fbda6d42bb61b10d3e3c3c2ba17463214974#egg=opinionated_configparser (from -r requirements2.txt (line 24)) Cloning https://github.com/metwork-framework/opinionated_configparser.git (to 0735fbda6d42bb61b10d3e3c3c2ba17463214974) to ./tmp_src/opinionated-configparser Could not find a tag or branch '0735fbda6d42bb61b10d3e3c3c2ba17463214974', assuming commit. Collecting pathlib==1.0.1 (from -r requirements2.txt (line 25)) Downloading https://files.pythonhosted.org/packages/ac/aa/9b065a76b9af472437a0059f77e8f962fe350438b927cb80184c32f075eb/pathlib-1.0.1.tar.gz (49kB) Collecting psutil==5.6.6 (from -r requirements2.txt (line 26)) Downloading https://files.pythonhosted.org/packages/5f/dc/edf6758183afc7591a16bd4b8a44d8eea80aca1327ea60161dd3bad9ad22/psutil-5.6.6.tar.gz (447kB) Collecting PyYAML==5.4.1 (from -r requirements2.txt (line 27)) Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) Collecting redis==3.2.1 (from -r requirements2.txt (line 28)) Downloading https://files.pythonhosted.org/packages/24/d4/06486dee0f66ef8c5080dc576fdfb33131fd2e0be3747f2be4e5634088a2/redis-3.2.1.tar.gz (124kB) Collecting requests==2.25.1 (from -r requirements2.txt (line 29)) Downloading https://files.pythonhosted.org/packages/6b/47/c14abc08432ab22dc18b9892252efaf005ab44066de871e72a38d6af464b/requests-2.25.1.tar.gz (102kB) Collecting requests-unixsocket==0.2.0 (from -r requirements2.txt (line 30)) Downloading https://files.pythonhosted.org/packages/4d/ce/78b651fe0adbd4227578fa432d1bde03b4f4945a70c81e252a2b6a2d895f/requests-unixsocket-0.2.0.tar.gz Collecting simpleeval==0.9.10 (from -r requirements2.txt (line 31)) Downloading https://files.pythonhosted.org/packages/62/25/aec98426834844b70b7ab24b4cce8655d31e654f58e1fa9861533f5f2af1/simpleeval-0.9.10.tar.gz Obtaining statsd from git+https://github.com/thefab/pystatsd.git@075001fef55d1caefdd74a55c40db84d829e7edd#egg=statsd (from -r requirements2.txt (line 32)) Cloning https://github.com/thefab/pystatsd.git (to 075001fef55d1caefdd74a55c40db84d829e7edd) to ./tmp_src/statsd Could not find a tag or branch '075001fef55d1caefdd74a55c40db84d829e7edd', assuming commit. Collecting structlog==19.1.0 (from -r requirements2.txt (line 33)) Downloading https://files.pythonhosted.org/packages/e7/e8/988ab8398bd0a445ba2093702caaebd394a303e534f6dddea733a2aada77/structlog-19.1.0.tar.gz (317kB) Collecting terminaltables==3.1.0 (from -r requirements2.txt (line 34)) Downloading https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff/terminaltables-3.1.0.tar.gz Collecting Unidecode==1.1.1 (from -r requirements2.txt (line 35)) Downloading https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz (212kB) Collecting urllib3==1.26.5 (from -r requirements2.txt (line 36)) Downloading https://files.pythonhosted.org/packages/94/40/c396b5b212533716949a4d295f91a4c100d51ba95ea9e2d96b6b0517e5a5/urllib3-1.26.5.tar.gz (292kB) Obtaining xattrfile from git+https://github.com/metwork-framework/xattrfile.git@9c0b2974deeafed59caa3659c685a89e686a0159#egg=xattrfile (from -r requirements2.txt (line 37)) Cloning https://github.com/metwork-framework/xattrfile.git (to 9c0b2974deeafed59caa3659c685a89e686a0159) to ./tmp_src/xattrfile Could not find a tag or branch '9c0b2974deeafed59caa3659c685a89e686a0159', assuming commit. Collecting setuptools (from enum==0.4.7->-r requirements2.txt (line 12)) Downloading https://files.pythonhosted.org/packages/b2/40/4e00501c204b457f10fe410da0c97537214b2265247bc9a5bc6edd55b9e4/setuptools-44.1.1.zip (858kB) Collecting six==1.12.0 (from -c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt (line 5)) Downloading https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-1.12.0.tar.gz Collecting certifi==2019.3.9 (from -c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt (line 2)) Downloading https://files.pythonhosted.org/packages/06/b8/d1ea38513c22e8c906275d135818fee16ad8495985956a9b7e2bb21942a1/certifi-2019.3.9.tar.gz (158kB) Building wheels for collected packages: certifi, six, acquisition, attrs, backports.functools-lru-cache, bash, binaryornot, cachetools, chardet, ConfigArgParse, configparser, deploycron, diskcache, enum, envtpl, filelock, gitignore-parser, idna, inotify-simple, Jinja2, MarkupSafe, mflog, mfutil, mockredispy, netifaces, opinionated-configparser, pathlib, psutil, PyYAML, redis, requests, requests-unixsocket, simpleeval, statsd, structlog, terminaltables, Unidecode, urllib3, xattrfile, setuptools Running setup.py bdist_wheel for certifi: started Running setup.py bdist_wheel for certifi: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for six: started Running setup.py bdist_wheel for six: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for acquisition: started Running setup.py bdist_wheel for acquisition: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for attrs: started Running setup.py bdist_wheel for attrs: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for backports.functools-lru-cache: started Running setup.py bdist_wheel for backports.functools-lru-cache: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for bash: started Running setup.py bdist_wheel for bash: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for binaryornot: started Running setup.py bdist_wheel for binaryornot: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for cachetools: started Running setup.py bdist_wheel for cachetools: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for chardet: started Running setup.py bdist_wheel for chardet: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for ConfigArgParse: started Running setup.py bdist_wheel for ConfigArgParse: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for configparser: started Running setup.py bdist_wheel for configparser: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for deploycron: started Running setup.py bdist_wheel for deploycron: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for diskcache: started Running setup.py bdist_wheel for diskcache: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for enum: started Running setup.py bdist_wheel for enum: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for envtpl: started Running setup.py bdist_wheel for envtpl: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for filelock: started Running setup.py bdist_wheel for filelock: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for gitignore-parser: started Running setup.py bdist_wheel for gitignore-parser: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for idna: started Running setup.py bdist_wheel for idna: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for inotify-simple: started Running setup.py bdist_wheel for inotify-simple: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for Jinja2: started Running setup.py bdist_wheel for Jinja2: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for MarkupSafe: started Running setup.py bdist_wheel for MarkupSafe: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for mflog: started Running setup.py bdist_wheel for mflog: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for mfutil: started Running setup.py bdist_wheel for mfutil: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for mockredispy: started Running setup.py bdist_wheel for mockredispy: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for netifaces: started Running setup.py bdist_wheel for netifaces: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for opinionated-configparser: started Running setup.py bdist_wheel for opinionated-configparser: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for pathlib: started Running setup.py bdist_wheel for pathlib: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for psutil: started Running setup.py bdist_wheel for psutil: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for PyYAML: started Running setup.py bdist_wheel for PyYAML: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for redis: started Running setup.py bdist_wheel for redis: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for requests: started Running setup.py bdist_wheel for requests: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for requests-unixsocket: started Running setup.py bdist_wheel for requests-unixsocket: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for simpleeval: started Running setup.py bdist_wheel for simpleeval: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for statsd: started Running setup.py bdist_wheel for statsd: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for structlog: started Running setup.py bdist_wheel for structlog: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for terminaltables: started Running setup.py bdist_wheel for terminaltables: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for Unidecode: started Running setup.py bdist_wheel for Unidecode: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for urllib3: started Running setup.py bdist_wheel for urllib3: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for xattrfile: started Running setup.py bdist_wheel for xattrfile: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Running setup.py bdist_wheel for setuptools: started Running setup.py bdist_wheel for setuptools: finished with status 'done' Stored in directory: /src/layers/layer2_python2/0500_extra_python_packages/src Successfully built certifi six acquisition attrs backports.functools-lru-cache bash binaryornot cachetools chardet ConfigArgParse configparser deploycron diskcache enum envtpl filelock gitignore-parser idna inotify-simple Jinja2 MarkupSafe mflog mfutil mockredispy netifaces opinionated-configparser pathlib psutil PyYAML redis requests requests-unixsocket simpleeval statsd structlog terminaltables Unidecode urllib3 xattrfile setuptools if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages for REQ in requirements2.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-1.2/opt/python2 ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-1.2/opt/python2 ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python2@mfext[/opt/metwork-mfext-1.2/opt/python2] is already loaded Collecting acquisition (from -r requirements2.txt.tmp (line 1)) Collecting attrs==19.3.0 (from -r requirements2.txt.tmp (line 2)) Collecting backports.functools-lru-cache==1.5 (from -r requirements2.txt.tmp (line 3)) Collecting bash==0.6 (from -r requirements2.txt.tmp (line 4)) Collecting binaryornot==0.4.4 (from -r requirements2.txt.tmp (line 5)) Collecting cachetools==3.1.1 (from -r requirements2.txt.tmp (line 6)) Collecting chardet==3.0.4 (from -r requirements2.txt.tmp (line 7)) Collecting ConfigArgParse==0.14.0 (from -r requirements2.txt.tmp (line 8)) Collecting configparser==3.7.4 (from -r requirements2.txt.tmp (line 9)) Collecting deploycron (from -r requirements2.txt.tmp (line 10)) Collecting diskcache==3.1.1 (from -r requirements2.txt.tmp (line 11)) Collecting enum==0.4.7 (from -r requirements2.txt.tmp (line 12)) Collecting envtpl (from -r requirements2.txt.tmp (line 13)) Collecting filelock==3.0.12 (from -r requirements2.txt.tmp (line 14)) Collecting gitignore-parser==0.0.6 (from -r requirements2.txt.tmp (line 15)) Collecting idna==2.8 (from -r requirements2.txt.tmp (line 16)) Collecting inotify-simple==1.1.8 (from -r requirements2.txt.tmp (line 17)) Collecting Jinja2==2.11.3 (from -r requirements2.txt.tmp (line 18)) Collecting MarkupSafe==1.1.1 (from -r requirements2.txt.tmp (line 19)) Collecting mflog==0.0.4 (from -r requirements2.txt.tmp (line 20)) Collecting mfutil (from -r requirements2.txt.tmp (line 21)) Collecting mockredispy==2.9.3 (from -r requirements2.txt.tmp (line 22)) Collecting netifaces==0.10.9 (from -r requirements2.txt.tmp (line 23)) Collecting opinionated_configparser (from -r requirements2.txt.tmp (line 24)) Collecting pathlib==1.0.1 (from -r requirements2.txt.tmp (line 25)) Collecting psutil==5.6.6 (from -r requirements2.txt.tmp (line 26)) Collecting PyYAML==5.4.1 (from -r requirements2.txt.tmp (line 27)) Collecting redis==3.2.1 (from -r requirements2.txt.tmp (line 28)) Collecting requests==2.25.1 (from -r requirements2.txt.tmp (line 29)) Collecting requests-unixsocket==0.2.0 (from -r requirements2.txt.tmp (line 30)) Collecting simpleeval==0.9.10 (from -r requirements2.txt.tmp (line 31)) Collecting statsd (from -r requirements2.txt.tmp (line 32)) Collecting structlog==19.1.0 (from -r requirements2.txt.tmp (line 33)) Collecting terminaltables==3.1.0 (from -r requirements2.txt.tmp (line 34)) Collecting Unidecode==1.1.1 (from -r requirements2.txt.tmp (line 35)) Collecting urllib3==1.26.5 (from -r requirements2.txt.tmp (line 36)) Collecting xattrfile (from -r requirements2.txt.tmp (line 37)) Requirement already satisfied: setuptools in /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/setuptools-41.0.1.post20211125-py2.7.egg (from enum==0.4.7->-r requirements2.txt.tmp (line 12)) Requirement already satisfied: six==1.12.0 in /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages (from -c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt (line 5)) Requirement already satisfied: certifi==2019.3.9 in /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages (from -c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt (line 2)) Installing collected packages: inotify-simple, MarkupSafe, Jinja2, netifaces, simpleeval, psutil, bash, mfutil, configparser, opinionated-configparser, statsd, redis, structlog, mflog, mockredispy, xattrfile, acquisition, attrs, backports.functools-lru-cache, chardet, binaryornot, cachetools, ConfigArgParse, deploycron, diskcache, enum, envtpl, filelock, pathlib, gitignore-parser, idna, PyYAML, urllib3, requests, requests-unixsocket, terminaltables, Unidecode Successfully installed ConfigArgParse-0.14.0 Jinja2-2.11.3 MarkupSafe-1.1.1 PyYAML-5.4.1 Unidecode-1.1.1 acquisition-0.0.0 attrs-19.3.0 backports.functools-lru-cache-1.5 bash-0.6 binaryornot-0.4.4 cachetools-3.1.1 chardet-3.0.4 configparser-3.7.4 deploycron-0.0.1 diskcache-3.1.1 enum-0.4.7 envtpl-0.5.3 filelock-3.0.12 gitignore-parser-0.0.6 idna-2.8 inotify-simple-1.1.8 mflog-0.0.4 mfutil-0.0.0 mockredispy-2.9.3 netifaces-0.10.9 opinionated-configparser-0.0.3 pathlib-1.0.1 psutil-5.6.6 redis-3.2.1 requests-2.25.1 requests-unixsocket-0.2.0 simpleeval-0.9.10 statsd-3.2.1 structlog-19.1.0 terminaltables-3.1.0 urllib3-1.26.5 xattrfile-0.0.0 if ! test -d /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages; fi if test -f /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt; then cat /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt requirements2.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt.tmp; mv /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt.tmp /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt; else cat requirements2.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt ;fi IFS=$'\n' ; for REQ in `cat requirements2.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/acquisition.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/deploycron.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/envtpl.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/mfutil.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/opinionated-configparser.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/xattrfile.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/statsd.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/ConfigArgParse.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/Jinja2.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/MarkupSafe.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/PyYAML.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/Unidecode.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/attrs.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/backports.functools-lru-cache.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bash.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/binaryornot.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/cachetools.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/chardet.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/configparser.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/diskcache.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/enum.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/filelock.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/gitignore-parser.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/idna.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/inotify-simple.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/mflog.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/mockredispy.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/netifaces.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/pathlib.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/psutil.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/redis.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/requests-unixsocket.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/requests.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/simpleeval.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/structlog.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/terminaltables.yaml is ready /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/urllib3.yaml is ready make[3]: Leaving directory `/src/layers/layer2_python2/0500_extra_python_packages' make[3]: Entering directory `/src/layers/layer2_python2/0550_bjoern' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python2_core@mfext,python2@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all rm -f /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml touch /opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo "name: 'bjoern'" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo "version: 'metwork-20190515'" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo "extension: 'zip'" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo "checktype: 'MD5'" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo "checksum: '0ecf48ca01016ba33eb0ca0e4f15d9ef'" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo -n "description: '" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo -n "Fast And Ultra-Lightweight HTTP/1.1 WSGI Server" |sed "s/'/ /g" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo "'" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo "website: 'https://github.com/thefab/bjoern/tree/metwork'" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml echo "license: 'BSD'" >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml if test -s sources; then echo "sources: ">>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml; cat sources |sed 's/^/ - url: /' >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml; fi if test -s patches; then echo "patches: ">>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml; cat patches |sed 's/^/ - filename: /' >>/opt/metwork-mfext-1.2/opt/python2/share/metwork_packages/bjoern.yaml; fi make --file=/opt/metwork-mfext-1.2/share/Makefile.standard EXPLICIT_NAME=bjoern-metwork download uncompress make[1]: Entering directory '/src/layers/layer2_python2/0550_bjoern' /opt/metwork-mfext-1.2/bin/_download_helper.sh `readlink -m ./build/bjoern-metwork-20190515.zip` `readlink -m ./sources` MD5 0ecf48ca01016ba33eb0ca0e4f15d9ef Trying to download https://github.com/thefab/bjoern/archive/metwork.zip... --2021-11-25 15:11:46-- https://github.com/thefab/bjoern/archive/metwork.zip Resolving github.com... 140.82.113.3 Connecting to github.com|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/thefab/bjoern/zip/metwork [following] --2021-11-25 15:11:47-- https://codeload.github.com/thefab/bjoern/zip/metwork Resolving codeload.github.com... 140.82.113.10 Connecting to codeload.github.com|140.82.113.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/zip] Saving to: `/src/layers/layer2_python2/0550_bjoern/build/bjoern-metwork-20190515.zip' 0K .......... .......... .......... ....... 6.12M=0.006s 2021-11-25 15:11:47 (6.12 MB/s) - `/src/layers/layer2_python2/0550_bjoern/build/bjoern-metwork-20190515.zip' saved [38581] Computing checksum for /src/layers/layer2_python2/0550_bjoern/build/bjoern-metwork-20190515.zip... Good checksum rm -Rf bjoern-metwork /opt/metwork-mfext-1.2/bin/_uncompress_helper.sh `readlink -m ./build/bjoern-metwork-20190515.zip` zip bjoern-metwork Archive: /src/layers/layer2_python2/0550_bjoern/build/bjoern-metwork-20190515.zip 9884381ffdbc279fbf1ef640003fcce0a6f0996a creating: bjoern-metwork/ inflating: bjoern-metwork/.dir-locals.el extracting: bjoern-metwork/.gitignore inflating: bjoern-metwork/.gitmodules inflating: bjoern-metwork/CHANGELOG inflating: bjoern-metwork/LICENSE inflating: bjoern-metwork/MANIFEST.in inflating: bjoern-metwork/Makefile inflating: bjoern-metwork/README.rst inflating: bjoern-metwork/bjoern.py creating: bjoern-metwork/bjoern/ inflating: bjoern-metwork/bjoern/_bjoernmodule.c inflating: bjoern-metwork/bjoern/common.c inflating: bjoern-metwork/bjoern/common.h inflating: bjoern-metwork/bjoern/filewrapper.c inflating: bjoern-metwork/bjoern/filewrapper.h inflating: bjoern-metwork/bjoern/portable_sendfile.c inflating: bjoern-metwork/bjoern/portable_sendfile.h inflating: bjoern-metwork/bjoern/py2py3.h inflating: bjoern-metwork/bjoern/request.c inflating: bjoern-metwork/bjoern/request.h inflating: bjoern-metwork/bjoern/server.c inflating: bjoern-metwork/bjoern/server.h inflating: bjoern-metwork/bjoern/wsgi.c inflating: bjoern-metwork/bjoern/wsgi.h creating: bjoern-metwork/http-parser/ inflating: bjoern-metwork/setup.py creating: bjoern-metwork/tests/ inflating: bjoern-metwork/tests/204.py inflating: bjoern-metwork/tests/all-kinds-of-errors.py inflating: bjoern-metwork/tests/empty.py inflating: bjoern-metwork/tests/env.py inflating: bjoern-metwork/tests/file.py inflating: bjoern-metwork/tests/filewrapper.py inflating: bjoern-metwork/tests/fork.py inflating: bjoern-metwork/tests/headers.py inflating: bjoern-metwork/tests/hello.py inflating: bjoern-metwork/tests/hello_unix.py inflating: bjoern-metwork/tests/huge.py inflating: bjoern-metwork/tests/interrupt-during-request.py inflating: bjoern-metwork/tests/keep-alive-behaviour.py inflating: bjoern-metwork/tests/listen.py inflating: bjoern-metwork/tests/not-callable.py inflating: bjoern-metwork/tests/pure-req.py inflating: bjoern-metwork/tests/reuse_port.py inflating: bjoern-metwork/tests/signal.py inflating: bjoern-metwork/tests/slow_client.py inflating: bjoern-metwork/tests/slow_server.py inflating: bjoern-metwork/tests/test_exc_info_reference.py inflating: bjoern-metwork/tests/test_wsgi_compliance.py make[1]: Leaving directory '/src/layers/layer2_python2/0550_bjoern' wget -O build/bjoern-metwork/http-parser/http_parser.c "https://raw.githubusercontent.com/nodejs/http-parser/1786fdae36d3d40d59463dacab1cfb4165cf9f1d/http_parser.c" --2021-11-25 15:11:47-- https://raw.githubusercontent.com/nodejs/http-parser/1786fdae36d3d40d59463dacab1cfb4165cf9f1d/http_parser.c Resolving raw.githubusercontent.com... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to raw.githubusercontent.com|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 50624 (49K) [text/plain] Saving to: `build/bjoern-metwork/http-parser/http_parser.c' 0K .......... .......... .......... .......... ......... 100% 68.7M=0.001s 2021-11-25 15:11:47 (68.7 MB/s) - `build/bjoern-metwork/http-parser/http_parser.c' saved [50624/50624] wget -O build/bjoern-metwork/http-parser/http_parser.h "https://raw.githubusercontent.com/nodejs/http-parser/1786fdae36d3d40d59463dacab1cfb4165cf9f1d/http_parser.h" --2021-11-25 15:11:47-- https://raw.githubusercontent.com/nodejs/http-parser/1786fdae36d3d40d59463dacab1cfb4165cf9f1d/http_parser.h Resolving raw.githubusercontent.com... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to raw.githubusercontent.com|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9591 (9.4K) [text/plain] Saving to: `build/bjoern-metwork/http-parser/http_parser.h' 0K ......... 100% 53.0M=0s 2021-11-25 15:11:47 (53.0 MB/s) - `build/bjoern-metwork/http-parser/http_parser.h' saved [9591/9591] make --file=/opt/metwork-mfext-1.2/share/Makefile.standard EXPLICIT_NAME=bjoern-metwork EXTRACFLAGS="-I/opt/metwork-mfext-1.2/opt/core/include" EXTRALDFLAGS="-L/opt/metwork-mfext-1.2/opt/core/lib" python2build python2install make[1]: Entering directory '/src/layers/layer2_python2/0550_bjoern' cd build/bjoern-metwork && if test "-L/opt/metwork-mfext-1.2/opt/core/lib" != ""; then export LDFLAGS=-L/opt/metwork-mfext-1.2/opt/core/lib; fi && if test "-I/opt/metwork-mfext-1.2/opt/core/include" != ""; then export CFLAGS=-I/opt/metwork-mfext-1.2/opt/core/include; fi && python2 setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.7 copying bjoern.py -> build/lib.linux-x86_64-2.7 running build_ext building '_bjoern' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/http-parser creating build/temp.linux-x86_64-2.7/bjoern gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/include -fPIC -DWANT_SENDFILE=1 -DWANT_SIGINT_HANDLING=1 -DWANT_SIGNAL_HANDLING=1 -DSIGNAL_CHECK_INTERVAL=0.1 -Ihttp-parser -I/usr/include/libev -I/opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 -c http-parser/http_parser.c -o build/temp.linux-x86_64-2.7/http-parser/http_parser.o -std=c99 -fno-strict-aliasing -fcommon -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -g gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/include -fPIC -DWANT_SENDFILE=1 -DWANT_SIGINT_HANDLING=1 -DWANT_SIGNAL_HANDLING=1 -DSIGNAL_CHECK_INTERVAL=0.1 -Ihttp-parser -I/usr/include/libev -I/opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 -c bjoern/_bjoernmodule.c -o build/temp.linux-x86_64-2.7/bjoern/_bjoernmodule.o -std=c99 -fno-strict-aliasing -fcommon -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -g gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/include -fPIC -DWANT_SENDFILE=1 -DWANT_SIGINT_HANDLING=1 -DWANT_SIGNAL_HANDLING=1 -DSIGNAL_CHECK_INTERVAL=0.1 -Ihttp-parser -I/usr/include/libev -I/opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 -c bjoern/common.c -o build/temp.linux-x86_64-2.7/bjoern/common.o -std=c99 -fno-strict-aliasing -fcommon -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -g In file included from bjoern/common.c:2: bjoern/py2py3.h:45:18: warning: '_PEP3333_String_Concat' defined but not used [-Wunused-function] static PyObject *_PEP3333_String_Concat(PyObject *l, PyObject *r) ^~~~~~~~~~~~~~~~~~~~~~ bjoern/py2py3.h:34:18: warning: '_PEP3333_String_FromLatin1StringAndSize' defined but not used [-Wunused-function] static PyObject* _PEP3333_String_FromLatin1StringAndSize(const char* data, Py_ssize_t len) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/include -fPIC -DWANT_SENDFILE=1 -DWANT_SIGINT_HANDLING=1 -DWANT_SIGNAL_HANDLING=1 -DSIGNAL_CHECK_INTERVAL=0.1 -Ihttp-parser -I/usr/include/libev -I/opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 -c bjoern/filewrapper.c -o build/temp.linux-x86_64-2.7/bjoern/filewrapper.o -std=c99 -fno-strict-aliasing -fcommon -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -g In file included from bjoern/filewrapper.c:2: bjoern/py2py3.h:45:18: warning: '_PEP3333_String_Concat' defined but not used [-Wunused-function] static PyObject *_PEP3333_String_Concat(PyObject *l, PyObject *r) ^~~~~~~~~~~~~~~~~~~~~~ bjoern/py2py3.h:34:18: warning: '_PEP3333_String_FromLatin1StringAndSize' defined but not used [-Wunused-function] static PyObject* _PEP3333_String_FromLatin1StringAndSize(const char* data, Py_ssize_t len) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/include -fPIC -DWANT_SENDFILE=1 -DWANT_SIGINT_HANDLING=1 -DWANT_SIGNAL_HANDLING=1 -DSIGNAL_CHECK_INTERVAL=0.1 -Ihttp-parser -I/usr/include/libev -I/opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 -c bjoern/portable_sendfile.c -o build/temp.linux-x86_64-2.7/bjoern/portable_sendfile.o -std=c99 -fno-strict-aliasing -fcommon -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -g gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/include -fPIC -DWANT_SENDFILE=1 -DWANT_SIGINT_HANDLING=1 -DWANT_SIGNAL_HANDLING=1 -DSIGNAL_CHECK_INTERVAL=0.1 -Ihttp-parser -I/usr/include/libev -I/opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 -c bjoern/request.c -o build/temp.linux-x86_64-2.7/bjoern/request.o -std=c99 -fno-strict-aliasing -fcommon -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -g gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/include -fPIC -DWANT_SENDFILE=1 -DWANT_SIGINT_HANDLING=1 -DWANT_SIGNAL_HANDLING=1 -DSIGNAL_CHECK_INTERVAL=0.1 -Ihttp-parser -I/usr/include/libev -I/opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 -c bjoern/server.c -o build/temp.linux-x86_64-2.7/bjoern/server.o -std=c99 -fno-strict-aliasing -fcommon -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -g In file included from bjoern/server.c:21: bjoern/py2py3.h:45:18: warning: '_PEP3333_String_Concat' defined but not used [-Wunused-function] static PyObject *_PEP3333_String_Concat(PyObject *l, PyObject *r) ^~~~~~~~~~~~~~~~~~~~~~ bjoern/py2py3.h:34:18: warning: '_PEP3333_String_FromLatin1StringAndSize' defined but not used [-Wunused-function] static PyObject* _PEP3333_String_FromLatin1StringAndSize(const char* data, Py_ssize_t len) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -I/opt/metwork-mfext-1.2/opt/python2_core/../core/include -I/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/metwork-mfext-1.2/opt/core/include -fPIC -DWANT_SENDFILE=1 -DWANT_SIGINT_HANDLING=1 -DWANT_SIGNAL_HANDLING=1 -DSIGNAL_CHECK_INTERVAL=0.1 -Ihttp-parser -I/usr/include/libev -I/opt/metwork-mfext-1.2/opt/python2_core/include/python2.7 -c bjoern/wsgi.c -o build/temp.linux-x86_64-2.7/bjoern/wsgi.o -std=c99 -fno-strict-aliasing -fcommon -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -g In file included from bjoern/wsgi.c:4: bjoern/py2py3.h:45:18: warning: '_PEP3333_String_Concat' defined but not used [-Wunused-function] static PyObject *_PEP3333_String_Concat(PyObject *l, PyObject *r) ^~~~~~~~~~~~~~~~~~~~~~ bjoern/py2py3.h:34:18: warning: '_PEP3333_String_FromLatin1StringAndSize' defined but not used [-Wunused-function] static PyObject* _PEP3333_String_FromLatin1StringAndSize(const char* data, Py_ssize_t len) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -L/opt/metwork-mfext-1.2/opt/python2_core/../core/lib -L/opt/metwork-mfext-1.2/opt/python2_core/../tcltk/lib -L/opt/metwork-mfext-1.2/opt/core/lib -I/opt/metwork-mfext-1.2/opt/core/include build/temp.linux-x86_64-2.7/http-parser/http_parser.o build/temp.linux-x86_64-2.7/bjoern/_bjoernmodule.o build/temp.linux-x86_64-2.7/bjoern/common.o build/temp.linux-x86_64-2.7/bjoern/filewrapper.o build/temp.linux-x86_64-2.7/bjoern/portable_sendfile.o build/temp.linux-x86_64-2.7/bjoern/request.o build/temp.linux-x86_64-2.7/bjoern/server.o build/temp.linux-x86_64-2.7/bjoern/wsgi.o -L/opt/metwork-mfext-1.2/opt/python2_core/lib -lev -lpython2.7 -o build/lib.linux-x86_64-2.7/_bjoern.so if ! test -d /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages; fi cd build/bjoern-metwork && if test "-L/opt/metwork-mfext-1.2/opt/core/lib" != ""; then export LDFLAGS=-L/opt/metwork-mfext-1.2/opt/core/lib; fi && if test "-I/opt/metwork-mfext-1.2/opt/core/include" != ""; then export CFLAGS=-I/opt/metwork-mfext-1.2/opt/core/include; fi && python2 setup.py install --prefix=/opt/metwork-mfext-1.2/opt/python2 --install-lib=/opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages running install running bdist_egg running egg_info creating bjoern.egg-info writing bjoern.egg-info/PKG-INFO writing top-level names to bjoern.egg-info/top_level.txt writing dependency_links to bjoern.egg-info/dependency_links.txt writing manifest file 'bjoern.egg-info/SOURCES.txt' reading manifest file 'bjoern.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'bjoern.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py running build_ext creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg copying build/lib.linux-x86_64-2.7/_bjoern.so -> build/bdist.linux-x86_64/egg copying build/lib.linux-x86_64-2.7/bjoern.py -> build/bdist.linux-x86_64/egg byte-compiling build/bdist.linux-x86_64/egg/bjoern.py to bjoern.pyc creating stub loader for _bjoern.so byte-compiling build/bdist.linux-x86_64/egg/_bjoern.py to _bjoern.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying bjoern.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying bjoern.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying bjoern.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying bjoern.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/bjoern-3.0.0-py2.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Creating /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/site.py Processing bjoern-3.0.0-py2.7-linux-x86_64.egg Copying bjoern-3.0.0-py2.7-linux-x86_64.egg to /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages Adding bjoern 3.0.0 to easy-install.pth file Installed /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/bjoern-3.0.0-py2.7-linux-x86_64.egg Processing dependencies for bjoern==3.0.0 Finished processing dependencies for bjoern==3.0.0 make[1]: Leaving directory '/src/layers/layer2_python2/0550_bjoern' make[3]: Leaving directory `/src/layers/layer2_python2/0550_bjoern' if test "1" = "1"; then echo python2 > /opt/metwork-mfext-1.2/opt/python2/.mfextaddon; fi _layer_dhash "python2@mfext" >/opt/metwork-mfext-1.2/opt/python2/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi skipped _cache_logic_after_layer.sh "/opt/metwork-mfext-1.2/opt/python2" no cache configured make[2]: Leaving directory `/src/layers/layer2_python2' make[2]: Entering directory `/src/layers/layer7_python2_devtools' if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_devtools/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_devtools/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_devtools/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-1.2/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-1.2/opt/python2_devtools/.layerapi2_dependencies; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-1.2/opt/python2_devtools" "python2_devtools" no cache configured if ! test -f cache/hit; then \ for SUBDIR in 0500_extra_python_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-1.2/opt/python2_devtools ; \ fi make[3]: Entering directory `/src/layers/layer7_python2_devtools/0500_extra_python_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,PYTHON2_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python2@mfext,devtools@mfext,python2_devtools@mfext -- scl enable devtoolset-8 -- make -f Makefile.mk all for REQ in requirements2.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer13439[/src/layers/layer7_python2_devtools/0500_extra_python_packages/tempolayer13439] Collecting astroid==1.6.6 (from -r requirements2.txt (line 1)) Downloading https://files.pythonhosted.org/packages/75/bf/f0af5fcc6deb53b3a480c3487632eeb6324a3ae51cd20161865853f87c31/astroid-1.6.6.tar.gz (256kB) Collecting atomicwrites==1.3.0 (from -r requirements2.txt (line 2)) Downloading https://files.pythonhosted.org/packages/ec/0f/cd484ac8820fed363b374af30049adc8fd13065720fd4f4c6be8a2309da7/atomicwrites-1.3.0.tar.gz Collecting contextlib2==0.6.0.post1 (from -r requirements2.txt (line 3)) Downloading https://files.pythonhosted.org/packages/02/54/669207eb72e3d8ae8b38aa1f0703ee87a0e9f88f30d3c0a47bebdb6de242/contextlib2-0.6.0.post1.tar.gz Collecting coverage==5.0.2 (from -r requirements2.txt (line 4)) Downloading https://files.pythonhosted.org/packages/a7/58/e406d5ae5181b32ce784ab143a4bb7f0831bb3cfb95bcf7e04f0b4c67783/coverage-5.0.2.tar.gz (678kB) Collecting entrypoints==0.3 (from -r requirements2.txt (line 5)) Downloading https://files.pythonhosted.org/packages/b4/ef/063484f1f9ba3081e920ec9972c96664e2edb9fdc3d8669b0e3b8fc0ad7c/entrypoints-0.3.tar.gz Collecting enum34==1.1.6 (from -r requirements2.txt (line 6)) Downloading https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz (40kB) Collecting flake8==3.7.9 (from -r requirements2.txt (line 7)) Downloading https://files.pythonhosted.org/packages/a5/bb/7e707d8001aca96f15f684b02176ecb0575786f041293f090b44ea04f2d0/flake8-3.7.9.tar.gz (150kB) Collecting flake8-docstrings==1.5.0 (from -r requirements2.txt (line 8)) Downloading https://files.pythonhosted.org/packages/3f/a8/41268bdb46d4ec7c8dc098076d32fa16d4b9e83f12b95427f6c35c060b89/flake8-docstrings-1.5.0.tar.gz Collecting funcsigs==1.0.2 (from -r requirements2.txt (line 9)) Downloading https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz Collecting functools32==3.2.3.post2 (from -r requirements2.txt (line 10)) Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz Collecting futures==3.3.0 (from -r requirements2.txt (line 11)) Downloading https://files.pythonhosted.org/packages/47/04/5fc6c74ad114032cd2c544c575bffc17582295e9cd6a851d6026ab4b2c00/futures-3.3.0.tar.gz Collecting importlib-metadata==1.3.0 (from -r requirements2.txt (line 12)) Downloading https://files.pythonhosted.org/packages/cb/bb/7a935a48bf751af244090a7bd558769942cf13a7eba874b8b25538f3db01/importlib_metadata-1.3.0.tar.gz Collecting isort==4.3.21 (from -r requirements2.txt (line 13)) Downloading https://files.pythonhosted.org/packages/43/00/8705e8d0c05ba22f042634f791a61f4c678c32175763dcf2ca2a133f4739/isort-4.3.21.tar.gz (69kB) Collecting lazy-object-proxy==1.4.3 (from -r requirements2.txt (line 14)) Downloading https://files.pythonhosted.org/packages/07/3f/a3d687f83c7d44970f70ff0400677746c8860b11f0c08f6b4e07205f0cdc/lazy-object-proxy-1.4.3.tar.gz Collecting mccabe==0.6.1 (from -r requirements2.txt (line 15)) Downloading https://files.pythonhosted.org/packages/06/18/fa675aa501e11d6d6ca0ae73a101b2f3571a565e0f7d38e062eec18a91ee/mccabe-0.6.1.tar.gz Collecting mock==3.0.5 (from -r requirements2.txt (line 16)) Downloading https://files.pythonhosted.org/packages/2e/ab/4fe657d78b270aa6a32f027849513b829b41b0f28d9d8d7f8c3d29ea559a/mock-3.0.5.tar.gz Collecting more-itertools==5.0.0 (from -r requirements2.txt (line 17)) Downloading https://files.pythonhosted.org/packages/dd/26/30fc0d541d9fdf55faf5ba4b0fd68f81d5bd2447579224820ad525934178/more-itertools-5.0.0.tar.gz (67kB) Collecting nose==1.3.7 (from -r requirements2.txt (line 18)) Downloading https://files.pythonhosted.org/packages/58/a5/0dc93c3ec33f4e281849523a5a913fa1eea9a3068acfa754d44d88107a44/nose-1.3.7.tar.gz (280kB) Collecting pathlib2==2.3.5 (from -r requirements2.txt (line 19)) Downloading https://files.pythonhosted.org/packages/94/d8/65c86584e7e97ef824a1845c72bbe95d79f5b306364fa778a3c3e401b309/pathlib2-2.3.5.tar.gz Collecting pluggy==0.13.1 (from -r requirements2.txt (line 20)) Downloading https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14/pluggy-0.13.1.tar.gz (57kB) Collecting py==1.10.0 (from -r requirements2.txt (line 21)) Downloading https://files.pythonhosted.org/packages/0d/8c/50e9f3999419bb7d9639c37e83fa9cdcf0f601a9d407162d6c37ad60be71/py-1.10.0.tar.gz (206kB) Collecting pycodestyle==2.5.0 (from -r requirements2.txt (line 22)) Downloading https://files.pythonhosted.org/packages/1c/d1/41294da5915f4cae7f4b388cea6c2cd0d6cd53039788635f6875dfe8c72f/pycodestyle-2.5.0.tar.gz (98kB) Collecting pydocstyle==3.0.0 (from -r requirements2.txt (line 23)) Downloading https://files.pythonhosted.org/packages/e1/e6/a0669df17a97e462915a10a7d6c567658b60eceddebf62a3fb9975c00196/pydocstyle-3.0.0.tar.gz Collecting pyflakes==2.1.1 (from -r requirements2.txt (line 24)) Downloading https://files.pythonhosted.org/packages/52/64/87303747635c2988fcaef18af54bfdec925b6ea3b80bcd28aaca5ba41c9e/pyflakes-2.1.1.tar.gz (58kB) Collecting pylint==1.9.5 (from -r requirements2.txt (line 25)) Downloading https://files.pythonhosted.org/packages/3f/0b/4e7eeab1abf594b447385a340593c1a4244cdf8e54a78edcae1e2756d6fb/pylint-1.9.5.tar.gz (539kB) Collecting pytest==4.6.9 (from -r requirements2.txt (line 26)) Downloading https://files.pythonhosted.org/packages/ec/2e/1602fca477ab3ccb1952f07db0536b60b6afafec16eced8063b553001509/pytest-4.6.9.tar.gz (956kB) Collecting scandir==1.10.0 (from -r requirements2.txt (line 27)) Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz Collecting singledispatch==3.4.0.3 (from -r requirements2.txt (line 28)) Downloading https://files.pythonhosted.org/packages/d9/e9/513ad8dc17210db12cb14f2d4d190d618fb87dd38814203ea71c87ba5b68/singledispatch-3.4.0.3.tar.gz Collecting snowballstemmer==2.0.0 (from -r requirements2.txt (line 29)) Downloading https://files.pythonhosted.org/packages/21/1b/6b8bbee253195c61aeaa61181bb41d646363bdaa691d0b94b304d4901193/snowballstemmer-2.0.0.tar.gz (79kB) Collecting testfixtures==6.10.3 (from -r requirements2.txt (line 30)) Downloading https://files.pythonhosted.org/packages/0e/0b/e235424522423278de5a133b40c860d68ac7d549f365d6900bd01832de02/testfixtures-6.10.3.tar.gz (112kB) Collecting typing==3.7.4.1 (from -r requirements2.txt (line 31)) Downloading https://files.pythonhosted.org/packages/67/b0/b2ea2bd67bfb80ea5d12a5baa1d12bda002cab3b6c9b48f7708cd40c34bf/typing-3.7.4.1.tar.gz (77kB) Collecting wcwidth==0.1.8 (from -r requirements2.txt (line 32)) Downloading https://files.pythonhosted.org/packages/5e/33/92333eb80be0c96385dee338f30b53e24a8b415d5785e225d789b3f90feb/wcwidth-0.1.8.tar.gz Collecting Werkzeug==0.16.0 (from -r requirements2.txt (line 33)) Downloading https://files.pythonhosted.org/packages/5e/fd/eb19e4f6a806cd6ee34900a687f181001c7a0059ff914752091aba84681f/Werkzeug-0.16.0.tar.gz (925kB) Collecting wrapt==1.11.2 (from -r requirements2.txt (line 34)) Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz Collecting zipp==0.6.0 (from -r requirements2.txt (line 35)) Downloading https://files.pythonhosted.org/packages/57/dd/585d728479d97d25aeeb9aa470d36a4ad8d0ba5610f84e14770128ce6ff7/zipp-0.6.0.tar.gz Collecting six==1.12.0 (from -c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt (line 5)) Downloading https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-1.12.0.tar.gz Collecting backports.functools-lru-cache==1.5 (from -c /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt (line 14)) Downloading https://files.pythonhosted.org/packages/57/d4/156eb5fbb08d2e85ab0a632e2bebdad355798dece07d4752f66a8d02d1ea/backports.functools_lru_cache-1.5.tar.gz Collecting configparser==3.7.4 (from -c /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt (line 20)) Downloading https://files.pythonhosted.org/packages/e2/1c/83fd53748d8245cb9a3399f705c251d3fc0ce7df04450aac1cfc49dd6a0f/configparser-3.7.4.tar.gz (71kB) Collecting packaging==19.0 (from -c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt (line 3)) Downloading https://files.pythonhosted.org/packages/16/51/d72654dbbaa4a4ffbf7cb0ecd7d12222979e0a660bf3f42acc47550bf098/packaging-19.0.tar.gz (48kB) Collecting attrs==19.3.0 (from -c /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt (line 13)) Downloading https://files.pythonhosted.org/packages/98/c3/2c227e66b5e896e15ccdae2e00bbc69aa46e9a8ce8869cc5fa96310bf612/attrs-19.3.0.tar.gz (132kB) Collecting pyparsing==2.4.0 (from -c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt (line 4)) Downloading https://files.pythonhosted.org/packages/5d/3a/24d275393f493004aeb15a1beae2b4a3043526e8b692b65b4a9341450ebe/pyparsing-2.4.0.tar.gz (611kB) Building wheels for collected packages: attrs, backports.functools-lru-cache, configparser, packaging, pyparsing, six, astroid, atomicwrites, contextlib2, coverage, entrypoints, enum34, flake8, flake8-docstrings, funcsigs, functools32, futures, importlib-metadata, isort, lazy-object-proxy, mccabe, mock, more-itertools, nose, pathlib2, pluggy, py, pycodestyle, pydocstyle, pyflakes, pylint, pytest, scandir, singledispatch, snowballstemmer, testfixtures, typing, wcwidth, Werkzeug, wrapt, zipp Running setup.py bdist_wheel for attrs: started Running setup.py bdist_wheel for attrs: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for backports.functools-lru-cache: started Running setup.py bdist_wheel for backports.functools-lru-cache: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for configparser: started Running setup.py bdist_wheel for configparser: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for packaging: started Running setup.py bdist_wheel for packaging: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for pyparsing: started Running setup.py bdist_wheel for pyparsing: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for six: started Running setup.py bdist_wheel for six: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for astroid: started Running setup.py bdist_wheel for astroid: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for atomicwrites: started Running setup.py bdist_wheel for atomicwrites: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for contextlib2: started Running setup.py bdist_wheel for contextlib2: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for coverage: started Running setup.py bdist_wheel for coverage: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for entrypoints: started Running setup.py bdist_wheel for entrypoints: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for enum34: started Running setup.py bdist_wheel for enum34: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for flake8: started Running setup.py bdist_wheel for flake8: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for flake8-docstrings: started Running setup.py bdist_wheel for flake8-docstrings: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for funcsigs: started Running setup.py bdist_wheel for funcsigs: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for functools32: started Running setup.py bdist_wheel for functools32: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for futures: started Running setup.py bdist_wheel for futures: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for importlib-metadata: started Running setup.py bdist_wheel for importlib-metadata: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for isort: started Running setup.py bdist_wheel for isort: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for lazy-object-proxy: started Running setup.py bdist_wheel for lazy-object-proxy: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for mccabe: started Running setup.py bdist_wheel for mccabe: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for mock: started Running setup.py bdist_wheel for mock: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for more-itertools: started Running setup.py bdist_wheel for more-itertools: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for nose: started Running setup.py bdist_wheel for nose: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for pathlib2: started Running setup.py bdist_wheel for pathlib2: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for pluggy: started Running setup.py bdist_wheel for pluggy: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for py: started Running setup.py bdist_wheel for py: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for pycodestyle: started Running setup.py bdist_wheel for pycodestyle: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for pydocstyle: started Running setup.py bdist_wheel for pydocstyle: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for pyflakes: started Running setup.py bdist_wheel for pyflakes: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for pylint: started Running setup.py bdist_wheel for pylint: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for pytest: started Running setup.py bdist_wheel for pytest: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for scandir: started Running setup.py bdist_wheel for scandir: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for singledispatch: started Running setup.py bdist_wheel for singledispatch: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for snowballstemmer: started Running setup.py bdist_wheel for snowballstemmer: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for testfixtures: started Running setup.py bdist_wheel for testfixtures: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for typing: started Running setup.py bdist_wheel for typing: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for wcwidth: started Running setup.py bdist_wheel for wcwidth: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for Werkzeug: started Running setup.py bdist_wheel for Werkzeug: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for wrapt: started Running setup.py bdist_wheel for wrapt: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Running setup.py bdist_wheel for zipp: started Running setup.py bdist_wheel for zipp: finished with status 'done' Stored in directory: /src/layers/layer7_python2_devtools/0500_extra_python_packages/src Successfully built attrs backports.functools-lru-cache configparser packaging pyparsing six astroid atomicwrites contextlib2 coverage entrypoints enum34 flake8 flake8-docstrings funcsigs functools32 futures importlib-metadata isort lazy-object-proxy mccabe mock more-itertools nose pathlib2 pluggy py pycodestyle pydocstyle pyflakes pylint pytest scandir singledispatch snowballstemmer testfixtures typing wcwidth Werkzeug wrapt zipp if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages for REQ in requirements2.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-1.2/opt/python2_devtools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-1.2/opt/python2_devtools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python2_devtools@mfext[/opt/metwork-mfext-1.2/opt/python2_devtools] is already loaded Collecting astroid==1.6.6 (from -r requirements2.txt.tmp (line 1)) Collecting atomicwrites==1.3.0 (from -r requirements2.txt.tmp (line 2)) Collecting contextlib2==0.6.0.post1 (from -r requirements2.txt.tmp (line 3)) Collecting coverage==5.0.2 (from -r requirements2.txt.tmp (line 4)) Collecting entrypoints==0.3 (from -r requirements2.txt.tmp (line 5)) Collecting enum34==1.1.6 (from -r requirements2.txt.tmp (line 6)) Collecting flake8==3.7.9 (from -r requirements2.txt.tmp (line 7)) Collecting flake8-docstrings==1.5.0 (from -r requirements2.txt.tmp (line 8)) Collecting funcsigs==1.0.2 (from -r requirements2.txt.tmp (line 9)) Collecting functools32==3.2.3.post2 (from -r requirements2.txt.tmp (line 10)) Collecting futures==3.3.0 (from -r requirements2.txt.tmp (line 11)) Collecting importlib-metadata==1.3.0 (from -r requirements2.txt.tmp (line 12)) Collecting isort==4.3.21 (from -r requirements2.txt.tmp (line 13)) Collecting lazy-object-proxy==1.4.3 (from -r requirements2.txt.tmp (line 14)) Collecting mccabe==0.6.1 (from -r requirements2.txt.tmp (line 15)) Collecting mock==3.0.5 (from -r requirements2.txt.tmp (line 16)) Collecting more-itertools==5.0.0 (from -r requirements2.txt.tmp (line 17)) Collecting nose==1.3.7 (from -r requirements2.txt.tmp (line 18)) Collecting pathlib2==2.3.5 (from -r requirements2.txt.tmp (line 19)) Collecting pluggy==0.13.1 (from -r requirements2.txt.tmp (line 20)) Collecting py==1.10.0 (from -r requirements2.txt.tmp (line 21)) Collecting pycodestyle==2.5.0 (from -r requirements2.txt.tmp (line 22)) Collecting pydocstyle==3.0.0 (from -r requirements2.txt.tmp (line 23)) Collecting pyflakes==2.1.1 (from -r requirements2.txt.tmp (line 24)) Collecting pylint==1.9.5 (from -r requirements2.txt.tmp (line 25)) Collecting pytest==4.6.9 (from -r requirements2.txt.tmp (line 26)) Collecting scandir==1.10.0 (from -r requirements2.txt.tmp (line 27)) Collecting singledispatch==3.4.0.3 (from -r requirements2.txt.tmp (line 28)) Collecting snowballstemmer==2.0.0 (from -r requirements2.txt.tmp (line 29)) Collecting testfixtures==6.10.3 (from -r requirements2.txt.tmp (line 30)) Collecting typing==3.7.4.1 (from -r requirements2.txt.tmp (line 31)) Collecting wcwidth==0.1.8 (from -r requirements2.txt.tmp (line 32)) Collecting Werkzeug==0.16.0 (from -r requirements2.txt.tmp (line 33)) Collecting wrapt==1.11.2 (from -r requirements2.txt.tmp (line 34)) Collecting zipp==0.6.0 (from -r requirements2.txt.tmp (line 35)) Requirement already satisfied: six==1.12.0 in /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages (from -c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt (line 5)) Requirement already satisfied: backports.functools-lru-cache==1.5 in /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages (from -c /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt (line 14)) Requirement already satisfied: configparser==3.7.4 in /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages (from -c /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt (line 20)) Requirement already satisfied: attrs==19.3.0 in /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages (from -c /opt/metwork-mfext-1.2/opt/python2/lib/python2.7/site-packages/requirements2.txt (line 13)) Requirement already satisfied: packaging==19.0 in /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages (from -c /opt/metwork-mfext-1.2/opt/python2_core/lib/python2.7/site-packages/requirements2.txt (line 3)) Installing collected packages: wrapt, enum34, lazy-object-proxy, singledispatch, astroid, atomicwrites, contextlib2, coverage, entrypoints, mccabe, functools32, typing, pycodestyle, pyflakes, flake8, snowballstemmer, pydocstyle, flake8-docstrings, funcsigs, futures, more-itertools, zipp, scandir, pathlib2, importlib-metadata, isort, mock, nose, pluggy, py, pylint, wcwidth, pytest, testfixtures, Werkzeug Successfully installed Werkzeug-0.16.0 astroid-1.6.6 atomicwrites-1.3.0 contextlib2-0.6.0.post1 coverage-5.0.2 entrypoints-0.3 enum34-1.1.6 flake8-3.7.9 flake8-docstrings-1.5.0 funcsigs-1.0.2 functools32-3.2.3.post2 futures-3.3.0 importlib-metadata-1.3.0 isort-4.3.21 lazy-object-proxy-1.4.3 mccabe-0.6.1 mock-3.0.5 more-itertools-5.0.0 nose-1.3.7 pathlib2-2.3.5 pluggy-0.13.1 py-1.10.0 pycodestyle-2.5.0 pydocstyle-3.0.0 pyflakes-2.1.1 pylint-1.9.5 pytest-4.6.9 scandir-1.10.0 singledispatch-3.4.0.3 snowballstemmer-2.0.0 testfixtures-6.10.3 typing-3.7.4.1 wcwidth-0.1.8 wrapt-1.11.2 zipp-0.6.0 if ! test -d /opt/metwork-mfext-1.2/opt/python2_devtools/lib/python2.7/site-packages; then mkdir -p /opt/metwork-mfext-1.2/opt/python2_devtools/lib/python2.7/site-packages; fi if test -f /opt/metwork-mfext-1.2/opt/python2_devtools/lib/python2.7/site-packages/requirements2.txt; then cat /opt/metwork-mfext-1.2/opt/python2_devtools/lib/python2.7/site-packages/requirements2.txt requirements2.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-1.2/opt/python2_devtools/lib/python2.7/site-packages/requirements2.txt.tmp; mv /opt/metwork-mfext-1.2/opt/python2_devtools/lib/python2.7/site-packages/requirements2.txt.tmp /opt/metwork-mfext-1.2/opt/python2_devtools/lib/python2.7/site-packages/requirements2.txt; else cat requirements2.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-1.2/opt/python2_devtools/lib/python2.7/site-packages/requirements2.txt ;fi IFS=$'\n' ; for REQ in `cat requirements2.txt |sort |uniq`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/Werkzeug.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/astroid.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/atomicwrites.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/contextlib2.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/coverage.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/entrypoints.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/enum34.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/flake8-docstrings.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/flake8.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/funcsigs.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/functools32.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/futures.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/importlib-metadata.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/isort.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/lazy-object-proxy.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/mccabe.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/mock.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/more-itertools.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/nose.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/pathlib2.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/pluggy.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/py.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/pycodestyle.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/pydocstyle.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/pyflakes.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/pylint.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/pytest.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/scandir.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/singledispatch.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/snowballstemmer.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/testfixtures.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/typing.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/wcwidth.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/wrapt.yaml is ready /opt/metwork-mfext-1.2/opt/python2_devtools/share/metwork_packages/zipp.yaml is ready make[3]: Leaving directory `/src/layers/layer7_python2_devtools/0500_extra_python_packages' if test "1" = "1"; then echo python2 > /opt/metwork-mfext-1.2/opt/python2_devtools/.mfextaddon; fi _layer_dhash "python2_devtools@mfext" >/opt/metwork-mfext-1.2/opt/python2_devtools/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi skipped _cache_logic_after_layer.sh "/opt/metwork-mfext-1.2/opt/python2_devtools" no cache configured make[2]: Leaving directory `/src/layers/layer7_python2_devtools' make[1]: Leaving directory `/src/layers' if test "1" != "1"; then _layer_dhash root@mfext >/opt/metwork-mfext-1.2/.dhash; fi layer_wrapper --layers=python3_devtools@mfext -- _yaml_to_md.py ALL >.metwork-framework/components.md /opt/metwork-mfext-1.2/bin/_yaml_to_md.py:70: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. y = yaml.load(unidecode(raw_content))