Installing packages... pkg install git ...The most recent version of packages are already installed pkg install python2 ...The most recent version of packages are already installed pkg install py27-setuptools27 ...The most recent version of packages are already installed pkg install py27-virtualenv ...The most recent version of packages are already installed pkg install py27-gobject ...The most recent version of packages are already installed pkg install py27-virtualenvwrapper ...The most recent version of packages are already installed pkg install libtool ...The most recent version of packages are already installed pkg install libffi ...The most recent version of packages are already installed pkg install openssl ...part of the base system pkg install autoconf ...The most recent version of packages are already installed pkg install bison ...The most recent version of packages are already installed pkg install swig ...The most recent version of packages are already installed pkg install glib ...The most recent version of packages are already installed pkg install portaudio ...The most recent version of packages are already installed pkg install mpg123 ...The most recent version of packages are already installed pkg install flac ...The most recent version of packages are already installed pkg install curl ...The most recent version of packages are already installed pkg install fann ...The most recent version of packages are already installed pkg install gcc ...The most recent version of packages are already installed + git config commit.template .gitmessage + build_mimic=n + [[ false == true ]] + has_mimic= + [[ -f /home/guru/Mycroft/mycroft-core/mimic/bin/mimic ]] + '[' '' == '' ']' ++ command -v mimic + '[' -x '' ']' + '[' '' == '' ']' + build_mimic=y + '[' '!' -x /home/guru/Mycroft/mycroft-core/.venv/bin/activate ']' + install_venv + python3 -m venv /home/guru/Mycroft/mycroft-core/.venv/ --without-pip + curl https://bootstrap.pypa.io/3.3/get-pip.py + /home/guru/Mycroft/mycroft-core/.venv/bin/python - pip==18.0.0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1603k 100 1603k 0 0 1493k 0 0:00:01 0:00:01 --:--:-- 1496k Collecting pip==18.0.0 Using cached https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl Installing collected packages: pip Found existing installation: pip 18.0 Uninstalling pip-18.0: Successfully uninstalled pip-18.0 Successfully installed pip-18.0 You are using pip version 18.0, however version 18.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + source /home/guru/Mycroft/mycroft-core/.venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ '[' -n /usr/local/bin/bash -o -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/home/guru/Mycroft/mycroft-core/.venv ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/guru/bin ++ PATH=/home/guru/Mycroft/mycroft-core/.venv/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/guru/bin ++ export PATH ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ '[' 'x(.venv) ' '!=' x ']' ++ PS1='(.venv) ' ++ export PS1 ++ '[' -n /usr/local/bin/bash -o -n '' ']' ++ hash -r + cd /home/guru/Mycroft/mycroft-core ++ python -c 'import sys;print('\''python{}.{}'\''.format(sys.version_info[0], sys.version_info[1]))' + PYTHON=python3.5 + VENV_PATH_FILE=/home/guru/Mycroft/mycroft-core/.venv/lib/python3.5/site-packages/_virtualenv_path_extensions.pth + '[' '!' -f /home/guru/Mycroft/mycroft-core/.venv/lib/python3.5/site-packages/_virtualenv_path_extensions.pth ']' + grep -q /home/guru/Mycroft/mycroft-core /home/guru/Mycroft/mycroft-core/.venv/lib/python3.5/site-packages/_virtualenv_path_extensions.pth + pip install -r requirements.txt Requirement already satisfied: six==1.10.0 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 1)) (1.10.0) Requirement already satisfied: requests==2.20.0 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 2)) (2.20.0) Requirement already satisfied: gTTS==1.1.7 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 3)) (1.1.7) Requirement already satisfied: gTTS-token==1.1.2 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 4)) (1.1.2) Requirement already satisfied: PyAudio==0.2.11 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 5)) (0.2.11) Requirement already satisfied: pyee==1.0.1 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 6)) (1.0.1) Requirement already satisfied: SpeechRecognition==3.8.1 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 7)) (3.8.1) Requirement already satisfied: tornado==4.2.1 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 8)) (4.2.1) Requirement already satisfied: websocket-client==0.32.0 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 9)) (0.32.0) Requirement already satisfied: requests-futures==0.9.5 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 10)) (0.9.5) Requirement already satisfied: pyyaml==3.13 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 11)) (3.13) Requirement already satisfied: pyalsaaudio==0.8.2 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 12)) (0.8.2) Requirement already satisfied: xmlrunner==1.7.7 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 13)) (1.7.7) Requirement already satisfied: pyserial==3.0 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 14)) (3.0) Requirement already satisfied: psutil==5.2.1 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 15)) (5.2.1) Collecting pocketsphinx==0.1.0 (from -r requirements.txt (line 16)) Using cached https://files.pythonhosted.org/packages/25/73/1d4f4734e2afe72bec6756853e7cdcffbb05115045fcea471224537243bd/pocketsphinx-0.1.0.tar.gz Collecting inflection==0.3.1 (from -r requirements.txt (line 17)) Collecting pillow==4.1.1 (from -r requirements.txt (line 18)) Collecting python-dateutil==2.6.0 (from -r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/40/8b/275015d7a9ec293cf1bbf55433258fbc9d0711890a7f6dc538bac7b86bce/python_dateutil-2.6.0-py2.py3-none-any.whl Collecting pychromecast==0.7.7 (from -r requirements.txt (line 20)) Using cached https://files.pythonhosted.org/packages/ba/f3/a1d1807623f863fe01126ab04e9949b6e6e573614751fe04add51276126f/PyChromecast-0.7.7-py2.py3-none-any.whl Collecting python-vlc==1.1.2 (from -r requirements.txt (line 21)) Collecting pulsectl==17.7.4 (from -r requirements.txt (line 22)) Using cached https://files.pythonhosted.org/packages/9f/60/d6bfb34dbecd5dfb7f35cadc39a1ebc22ce0a756bb5922b74efaf2d56646/pulsectl-17.7.4-py2.py3-none-any.whl Collecting google-api-python-client==1.6.4 (from -r requirements.txt (line 23)) Using cached https://files.pythonhosted.org/packages/29/5e/389acdb859a5e6d0ec41edf8f9fd555f6a57f9ae79b74612eaa8e1163b9a/google_api_python_client-1.6.4-py2.py3-none-any.whl Collecting fasteners==0.14.1 (from -r requirements.txt (line 24)) Using cached https://files.pythonhosted.org/packages/14/3a/096c7ad18e102d4f219f5dd15951f9728ca5092a3385d2e8f79a7c1e1017/fasteners-0.14.1-py2.py3-none-any.whl Collecting msm==0.5.19 (from -r requirements.txt (line 26)) Collecting msk==0.3.11 (from -r requirements.txt (line 27)) Collecting adapt-parser==0.3.0 (from -r requirements.txt (line 28)) Collecting padatious==0.4.5 (from -r requirements.txt (line 29)) Collecting fann2==1.0.7 (from -r requirements.txt (line 30)) Collecting padaos==0.1.7 (from -r requirements.txt (line 31)) Collecting precise-runner==0.2.1 (from -r requirements.txt (line 32)) Collecting petact==0.1.2 (from -r requirements.txt (line 33)) Requirement already satisfied: pep8==1.7.0 in ./.venv/lib/python3.5/site-packages (from -r requirements.txt (line 36)) (1.7.0) Requirement already satisfied: urllib3<1.25,>=1.21.1 in ./.venv/lib/python3.5/site-packages (from requests==2.20.0->-r requirements.txt (line 2)) (1.24.1) Requirement already satisfied: certifi>=2017.4.17 in ./.venv/lib/python3.5/site-packages (from requests==2.20.0->-r requirements.txt (line 2)) (2018.10.15) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./.venv/lib/python3.5/site-packages (from requests==2.20.0->-r requirements.txt (line 2)) (3.0.4) Requirement already satisfied: idna<2.8,>=2.5 in ./.venv/lib/python3.5/site-packages (from requests==2.20.0->-r requirements.txt (line 2)) (2.7) Collecting olefile (from pillow==4.1.1->-r requirements.txt (line 18)) Collecting zeroconf>=0.17.4 (from pychromecast==0.7.7->-r requirements.txt (line 20)) Using cached https://files.pythonhosted.org/packages/d2/4e/3e751bc1f33d0368bdba509a140cb9f2e54cd1cfb8ebcf4ebd8a5eef794b/zeroconf-0.21.3-py2.py3-none-any.whl Collecting protobuf==3.0.0b2 (from pychromecast==0.7.7->-r requirements.txt (line 20)) Using cached https://files.pythonhosted.org/packages/00/8e/9a3feb39d464eb7aacc108e6e6e1f2368ec741821486964c4cd0f41baabb/protobuf-3.0.0b2-py2.py3-none-any.whl Requirement already satisfied: setuptools in ./.venv/lib/python3.5/site-packages (from pulsectl==17.7.4->-r requirements.txt (line 22)) (40.6.2) Collecting uritemplate<4dev,>=3.0.0 (from google-api-python-client==1.6.4->-r requirements.txt (line 23)) Using cached https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl Collecting httplib2<1dev,>=0.9.2 (from google-api-python-client==1.6.4->-r requirements.txt (line 23)) Collecting oauth2client<5.0.0dev,>=1.5.0 (from google-api-python-client==1.6.4->-r requirements.txt (line 23)) Using cached https://files.pythonhosted.org/packages/95/a9/4f25a14d23f0786b64875b91784607c2277eff25d48f915e39ff0cff505a/oauth2client-4.1.3-py2.py3-none-any.whl Collecting monotonic>=0.1 (from fasteners==0.14.1->-r requirements.txt (line 24)) Using cached https://files.pythonhosted.org/packages/ac/aa/063eca6a416f397bd99552c534c6d11d57f58f2e94c14780f3bbf818c4cf/monotonic-1.5-py2.py3-none-any.whl Collecting GitPython (from msm==0.5.19->-r requirements.txt (line 26)) Using cached https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl Collecting typing (from msm==0.5.19->-r requirements.txt (line 26)) Using cached https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl Collecting pygithub (from msk==0.3.11->-r requirements.txt (line 27)) Collecting xxhash (from padatious==0.4.5->-r requirements.txt (line 29)) Collecting ifaddr (from zeroconf>=0.17.4->pychromecast==0.7.7->-r requirements.txt (line 20)) Collecting rsa>=3.1.4 (from oauth2client<5.0.0dev,>=1.5.0->google-api-python-client==1.6.4->-r requirements.txt (line 23)) Using cached https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl Collecting pyasn1>=0.1.7 (from oauth2client<5.0.0dev,>=1.5.0->google-api-python-client==1.6.4->-r requirements.txt (line 23)) Using cached https://files.pythonhosted.org/packages/d1/a1/7790cc85db38daa874f6a2e6308131b9953feb1367f2ae2d1123bb93a9f5/pyasn1-0.4.4-py2.py3-none-any.whl Collecting pyasn1-modules>=0.0.5 (from oauth2client<5.0.0dev,>=1.5.0->google-api-python-client==1.6.4->-r requirements.txt (line 23)) Using cached https://files.pythonhosted.org/packages/19/02/fa63f7ba30a0d7b925ca29d034510fc1ffde53264b71b4155022ddf3ab5d/pyasn1_modules-0.2.2-py2.py3-none-any.whl Collecting gitdb2>=2.0.0 (from GitPython->msm==0.5.19->-r requirements.txt (line 26)) Using cached https://files.pythonhosted.org/packages/da/30/a407568aa8d8f25db817cf50121a958722f3fc5f87e3a6fba1f40c0633e3/gitdb2-2.0.5-py2.py3-none-any.whl Collecting Deprecated (from pygithub->msk==0.3.11->-r requirements.txt (line 27)) Using cached https://files.pythonhosted.org/packages/a9/cb/c1a39ee51e3042df8b284e22c9c440ffad1c25f451bddd4bf9a8dc17cd75/Deprecated-1.2.4-py2.py3-none-any.whl Collecting pyjwt (from pygithub->msk==0.3.11->-r requirements.txt (line 27)) Using cached https://files.pythonhosted.org/packages/93/d1/3378cc8184a6524dc92993090ee8b4c03847c567e298305d6cf86987e005/PyJWT-1.6.4-py2.py3-none-any.whl Collecting ipaddress (from ifaddr->zeroconf>=0.17.4->pychromecast==0.7.7->-r requirements.txt (line 20)) Using cached https://files.pythonhosted.org/packages/fc/d0/7fc3a811e011d4b388be48a0e381db8d990042df54aa4ef4599a31d39853/ipaddress-1.0.22-py2.py3-none-any.whl Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython->msm==0.5.19->-r requirements.txt (line 26)) Using cached https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl Collecting wrapt<2,>=1 (from Deprecated->pygithub->msk==0.3.11->-r requirements.txt (line 27)) Building wheels for collected packages: pocketsphinx Running setup.py bdist_wheel for pocketsphinx: started Running setup.py bdist_wheel for pocketsphinx: finished with status 'error' Complete output from command /home/guru/Mycroft/mycroft-core/.venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-yits1f8v/pocketsphinx/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-77xsakqq --python-tag cp35: running bdist_wheel running build running build_py creating build creating build/lib.freebsd-12.0-CURRENT-amd64-3.5 creating build/lib.freebsd-12.0-CURRENT-amd64-3.5/sphinxbase copying sphinxbase/sphinxbase.py -> build/lib.freebsd-12.0-CURRENT-amd64-3.5/sphinxbase copying sphinxbase/__init__.py -> build/lib.freebsd-12.0-CURRENT-amd64-3.5/sphinxbase creating build/lib.freebsd-12.0-CURRENT-amd64-3.5/pocketsphinx copying pocketsphinx/__init__.py -> build/lib.freebsd-12.0-CURRENT-amd64-3.5/pocketsphinx copying pocketsphinx/pocketsphinx.py -> build/lib.freebsd-12.0-CURRENT-amd64-3.5/pocketsphinx running build_ext building 'sphinxbase._sphinxbase' extension swigging deps/sphinxbase/swig/sphinxbase.i to deps/sphinxbase/swig/sphinxbase_wrap.c swig -python -modern -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -outdir sphinxbase -o deps/sphinxbase/swig/sphinxbase_wrap.c deps/sphinxbase/swig/sphinxbase.i unable to execute 'swig': No such file or directory error: command 'swig' failed with exit status 1 ---------------------------------------- Failed building wheel for pocketsphinx Running setup.py clean for pocketsphinx Failed to build pocketsphinx Installing collected packages: pocketsphinx, inflection, olefile, pillow, python-dateutil, ipaddress, ifaddr, zeroconf, protobuf, pychromecast, python-vlc, pulsectl, uritemplate, httplib2, pyasn1, rsa, pyasn1-modules, oauth2client, google-api-python-client, monotonic, fasteners, smmap2, gitdb2, GitPython, typing, msm, wrapt, Deprecated, pyjwt, pygithub, msk, adapt-parser, fann2, xxhash, padaos, padatious, precise-runner, petact Running setup.py install for pocketsphinx: started Running setup.py install for pocketsphinx: finished with status 'error' Complete output from command /home/guru/Mycroft/mycroft-core/.venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-yits1f8v/pocketsphinx/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-9uz676gc/install-record.txt --single-version-externally-managed --compile --install-headers /home/guru/Mycroft/mycroft-core/.venv/include/site/python3.5/pocketsphinx: running install running build running build_py creating build creating build/lib.freebsd-12.0-CURRENT-amd64-3.5 creating build/lib.freebsd-12.0-CURRENT-amd64-3.5/sphinxbase copying sphinxbase/sphinxbase.py -> build/lib.freebsd-12.0-CURRENT-amd64-3.5/sphinxbase copying sphinxbase/__init__.py -> build/lib.freebsd-12.0-CURRENT-amd64-3.5/sphinxbase creating build/lib.freebsd-12.0-CURRENT-amd64-3.5/pocketsphinx copying pocketsphinx/__init__.py -> build/lib.freebsd-12.0-CURRENT-amd64-3.5/pocketsphinx copying pocketsphinx/pocketsphinx.py -> build/lib.freebsd-12.0-CURRENT-amd64-3.5/pocketsphinx running build_ext building 'sphinxbase._sphinxbase' extension swigging deps/sphinxbase/swig/sphinxbase.i to deps/sphinxbase/swig/sphinxbase_wrap.c swig -python -modern -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -outdir sphinxbase -o deps/sphinxbase/swig/sphinxbase_wrap.c deps/sphinxbase/swig/sphinxbase.i unable to execute 'swig': No such file or directory error: command 'swig' failed with exit status 1 ---------------------------------------- Command "/home/guru/Mycroft/mycroft-core/.venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-yits1f8v/pocketsphinx/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-9uz676gc/install-record.txt --single-version-externally-managed --compile --install-headers /home/guru/Mycroft/mycroft-core/.venv/include/site/python3.5/pocketsphinx" failed with error code 1 in /tmp/pip-install-yits1f8v/pocketsphinx/ You are using pip version 18.0, however version 18.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + echo 'Warning: Failed to install all requirements. Continue? y/N' Warning: Failed to install all requirements. Continue? y/N + read -n1 continue + [[ y != \y ]] + pip install -r test-requirements.txt Requirement already satisfied: pep8==1.7.0 in ./.venv/lib/python3.5/site-packages (from -r test-requirements.txt (line 1)) (1.7.0) Requirement already satisfied: coveralls==1.5.0 in ./.venv/lib/python3.5/site-packages (from -r test-requirements.txt (line 2)) (1.5.0) Requirement already satisfied: pytest==3.5.0 in ./.venv/lib/python3.5/site-packages (from -r test-requirements.txt (line 3)) (3.5.0) Requirement already satisfied: pytest-cov==2.5.1 in ./.venv/lib/python3.5/site-packages (from -r test-requirements.txt (line 4)) (2.5.1) Requirement already satisfied: cov-core==1.15.0 in ./.venv/lib/python3.5/site-packages (from -r test-requirements.txt (line 5)) (1.15.0) Requirement already satisfied: mock==2.0.0 in ./.venv/lib/python3.5/site-packages (from -r test-requirements.txt (line 6)) (2.0.0) Requirement already satisfied: sphinx==1.8.2 in ./.venv/lib/python3.5/site-packages (from -r test-requirements.txt (line 7)) (1.8.2) Requirement already satisfied: sphinx-rtd-theme==0.4.2 in ./.venv/lib/python3.5/site-packages (from -r test-requirements.txt (line 8)) (0.4.2) Requirement already satisfied: docopt>=0.6.1 in ./.venv/lib/python3.5/site-packages (from coveralls==1.5.0->-r test-requirements.txt (line 2)) (0.6.2) Requirement already satisfied: requests>=1.0.0 in ./.venv/lib/python3.5/site-packages (from coveralls==1.5.0->-r test-requirements.txt (line 2)) (2.20.0) Requirement already satisfied: coverage>=3.6 in ./.venv/lib/python3.5/site-packages (from coveralls==1.5.0->-r test-requirements.txt (line 2)) (4.5.2) Requirement already satisfied: six>=1.10.0 in ./.venv/lib/python3.5/site-packages (from pytest==3.5.0->-r test-requirements.txt (line 3)) (1.10.0) Requirement already satisfied: py>=1.5.0 in ./.venv/lib/python3.5/site-packages (from pytest==3.5.0->-r test-requirements.txt (line 3)) (1.7.0) Requirement already satisfied: more-itertools>=4.0.0 in ./.venv/lib/python3.5/site-packages (from pytest==3.5.0->-r test-requirements.txt (line 3)) (4.3.0) Requirement already satisfied: attrs>=17.4.0 in ./.venv/lib/python3.5/site-packages (from pytest==3.5.0->-r test-requirements.txt (line 3)) (18.2.0) Requirement already satisfied: setuptools in ./.venv/lib/python3.5/site-packages (from pytest==3.5.0->-r test-requirements.txt (line 3)) (40.6.2) Requirement already satisfied: pluggy<0.7,>=0.5 in ./.venv/lib/python3.5/site-packages (from pytest==3.5.0->-r test-requirements.txt (line 3)) (0.6.0) Requirement already satisfied: pbr>=0.11 in ./.venv/lib/python3.5/site-packages (from mock==2.0.0->-r test-requirements.txt (line 6)) (5.1.1) Requirement already satisfied: babel!=2.0,>=1.3 in ./.venv/lib/python3.5/site-packages (from sphinx==1.8.2->-r test-requirements.txt (line 7)) (2.6.0) Requirement already satisfied: Pygments>=2.0 in ./.venv/lib/python3.5/site-packages (from sphinx==1.8.2->-r test-requirements.txt (line 7)) (2.2.0) Requirement already satisfied: Jinja2>=2.3 in ./.venv/lib/python3.5/site-packages (from sphinx==1.8.2->-r test-requirements.txt (line 7)) (2.10) Requirement already satisfied: packaging in ./.venv/lib/python3.5/site-packages (from sphinx==1.8.2->-r test-requirements.txt (line 7)) (18.0) Requirement already satisfied: alabaster<0.8,>=0.7 in ./.venv/lib/python3.5/site-packages (from sphinx==1.8.2->-r test-requirements.txt (line 7)) (0.7.12) Requirement already satisfied: imagesize in ./.venv/lib/python3.5/site-packages (from sphinx==1.8.2->-r test-requirements.txt (line 7)) (1.1.0) Requirement already satisfied: sphinxcontrib-websupport in ./.venv/lib/python3.5/site-packages (from sphinx==1.8.2->-r test-requirements.txt (line 7)) (1.1.0) Requirement already satisfied: snowballstemmer>=1.1 in ./.venv/lib/python3.5/site-packages (from sphinx==1.8.2->-r test-requirements.txt (line 7)) (1.2.1) Requirement already satisfied: docutils>=0.11 in ./.venv/lib/python3.5/site-packages (from sphinx==1.8.2->-r test-requirements.txt (line 7)) (0.14) Requirement already satisfied: urllib3<1.25,>=1.21.1 in ./.venv/lib/python3.5/site-packages (from requests>=1.0.0->coveralls==1.5.0->-r test-requirements.txt (line 2)) (1.24.1) Requirement already satisfied: idna<2.8,>=2.5 in ./.venv/lib/python3.5/site-packages (from requests>=1.0.0->coveralls==1.5.0->-r test-requirements.txt (line 2)) (2.7) Requirement already satisfied: certifi>=2017.4.17 in ./.venv/lib/python3.5/site-packages (from requests>=1.0.0->coveralls==1.5.0->-r test-requirements.txt (line 2)) (2018.10.15) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./.venv/lib/python3.5/site-packages (from requests>=1.0.0->coveralls==1.5.0->-r test-requirements.txt (line 2)) (3.0.4) Requirement already satisfied: pytz>=0a in ./.venv/lib/python3.5/site-packages (from babel!=2.0,>=1.3->sphinx==1.8.2->-r test-requirements.txt (line 7)) (2018.7) Requirement already satisfied: MarkupSafe>=0.23 in ./.venv/lib/python3.5/site-packages (from Jinja2>=2.3->sphinx==1.8.2->-r test-requirements.txt (line 7)) (1.1.0) Requirement already satisfied: pyparsing>=2.0.2 in ./.venv/lib/python3.5/site-packages (from packaging->sphinx==1.8.2->-r test-requirements.txt (line 7)) (2.3.0) You are using pip version 18.0, however version 18.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + MINCORES=1 + MAXCORES=1 + CORES=1 + [[ 1 -lt 1 ]] + [[ 1 =~ ^[0-9]+$ ]] + [[ 1 -lt 1 ]] + echo 'Building with 1 cores.' Building with 1 cores. + cd /home/guru/Mycroft/mycroft-core + [[ y == \y ]] + echo 'WARNING: The following can take a long time to run!' WARNING: The following can take a long time to run! + /home/guru/Mycroft/mycroft-core/scripts/install-mimic.sh ' 1' Making clean in . rm -f mimic compile_regexes mimicvox_info t2p mimic_time rm -f unittests/hrg_test unittests/regex_test unittests/string_test unittests/token_test unittests/voice_select unittests/wave_test unittests/lex_test unittests/lts_test unittests/nums_test testsuite/asciiS2U testsuite/asciiU2S testsuite/bin2ascii testsuite/by_word testsuite/combine_waves testsuite/compare_wave testsuite/kal_test testsuite/lex_lookup testsuite/lpc_resynth testsuite/lpc_test2 testsuite/lpc_test testsuite/multi_thread testsuite/play_client testsuite/play_server testsuite/play_sync testsuite/play_wave testsuite/rfc testsuite/utt_test test -z "libttsmimic.la libttsmimic_lang_usenglish.la libttsmimic_lang_cmu_grapheme_lang.la libttsmimic_lang_cmu_indic_lang.la libttsmimic_lang_cmulex.la libttsmimic_lang_cmu_indic_lex.la libttsmimic_lang_cmu_grapheme_lex.la libttsmimic_lang_cmu_us_kal.la libttsmimic_lang_cmu_time_awb.la libttsmimic_lang_cmu_us_kal16.la libttsmimic_lang_cmu_us_awb.la libttsmimic_lang_cmu_us_rms.la libttsmimic_lang_cmu_us_slt.la libttsmimic_lang_vid_gb_ap.la libttsmimic_lang_all_langs.la libttsmimic_lang_all_voices.la" || rm -f libttsmimic.la libttsmimic_lang_usenglish.la libttsmimic_lang_cmu_grapheme_lang.la libttsmimic_lang_cmu_indic_lang.la libttsmimic_lang_cmulex.la libttsmimic_lang_cmu_indic_lex.la libttsmimic_lang_cmu_grapheme_lex.la libttsmimic_lang_cmu_us_kal.la libttsmimic_lang_cmu_time_awb.la libttsmimic_lang_cmu_us_kal16.la libttsmimic_lang_cmu_us_awb.la libttsmimic_lang_cmu_us_rms.la libttsmimic_lang_cmu_us_slt.la libttsmimic_lang_vid_gb_ap.la libttsmimic_lang_all_langs.la libttsmimic_lang_all_voices.la rm -f ./so_locations rm -rf .libs _libs rm -rf lang/cmu_grapheme_lang/.libs lang/cmu_grapheme_lang/_libs rm -rf lang/cmu_grapheme_lex/.libs lang/cmu_grapheme_lex/_libs rm -rf lang/cmu_indic_lang/.libs lang/cmu_indic_lang/_libs rm -rf lang/cmu_indic_lex/.libs lang/cmu_indic_lex/_libs rm -rf lang/cmu_time_awb/.libs lang/cmu_time_awb/_libs rm -rf lang/cmu_us_awb/.libs lang/cmu_us_awb/_libs rm -rf lang/cmu_us_kal/.libs lang/cmu_us_kal/_libs rm -rf lang/cmu_us_kal16/.libs lang/cmu_us_kal16/_libs rm -rf lang/cmu_us_rms/.libs lang/cmu_us_rms/_libs rm -rf lang/cmu_us_slt/.libs lang/cmu_us_slt/_libs rm -rf lang/cmulex/.libs lang/cmulex/_libs rm -rf lang/usenglish/.libs lang/usenglish/_libs rm -rf lang/vid_gb_ap/.libs lang/vid_gb_ap/_libs rm -rf main/.libs main/_libs rm -rf src/audio/.libs src/audio/_libs rm -rf src/cg/.libs src/cg/_libs rm -rf src/hrg/.libs src/hrg/_libs rm -rf src/lexicon/.libs src/lexicon/_libs rm -rf src/regex/.libs src/regex/_libs rm -rf src/speech/.libs src/speech/_libs rm -rf src/stats/.libs src/stats/_libs rm -rf src/synth/.libs src/synth/_libs rm -rf src/utils/.libs src/utils/_libs rm -rf src/wavesynth/.libs src/wavesynth/_libs rm -rf testsuite/.libs testsuite/_libs rm -rf unittests/.libs unittests/_libs rm -f *.o rm -f lang/cmu_grapheme_lang/*.o rm -f lang/cmu_grapheme_lang/*.lo rm -f lang/cmu_grapheme_lex/*.o rm -f lang/cmu_grapheme_lex/*.lo rm -f lang/cmu_indic_lang/*.o rm -f lang/cmu_indic_lang/*.lo rm -f lang/cmu_indic_lex/*.o rm -f lang/cmu_indic_lex/*.lo rm -f lang/cmu_time_awb/*.o rm -f lang/cmu_time_awb/*.lo rm -f lang/cmu_us_awb/*.o rm -f lang/cmu_us_awb/*.lo rm -f lang/cmu_us_kal/*.o rm -f lang/cmu_us_kal/*.lo rm -f lang/cmu_us_kal16/*.o rm -f lang/cmu_us_kal16/*.lo rm -f lang/cmu_us_rms/*.o rm -f lang/cmu_us_rms/*.lo rm -f lang/cmu_us_slt/*.o rm -f lang/cmu_us_slt/*.lo rm -f lang/cmulex/*.o rm -f lang/cmulex/*.lo rm -f lang/usenglish/*.o rm -f lang/usenglish/*.lo rm -f lang/vid_gb_ap/*.o rm -f lang/vid_gb_ap/*.lo rm -f main/*.o rm -f main/*.lo rm -f src/audio/*.o rm -f src/audio/*.lo rm -f src/cg/*.o rm -f src/cg/*.lo rm -f src/hrg/*.o rm -f src/hrg/*.lo rm -f src/lexicon/*.o rm -f src/lexicon/*.lo rm -f src/regex/*.o rm -f src/regex/*.lo rm -f src/speech/*.o rm -f src/speech/*.lo rm -f src/stats/*.o rm -f src/stats/*.lo rm -f src/synth/*.o rm -f src/synth/*.lo rm -f src/utils/*.o rm -f src/utils/*.lo rm -f src/wavesynth/*.o rm -f src/wavesynth/*.lo rm -f testsuite/*.o rm -f unittests/*.o test -z "unittests/hrg_test.log unittests/regex_test.log unittests/string_test.log unittests/token_test.log unittests/voice_select.log unittests/wave_test.log unittests/lex_test.log unittests/lts_test.log unittests/nums_test.log" || rm -f unittests/hrg_test.log unittests/regex_test.log unittests/string_test.log unittests/token_test.log unittests/voice_select.log unittests/wave_test.log unittests/lex_test.log unittests/lts_test.log unittests/nums_test.log test -z "unittests/hrg_test.trs unittests/regex_test.trs unittests/string_test.trs unittests/token_test.trs unittests/voice_select.trs unittests/wave_test.trs unittests/lex_test.trs unittests/lts_test.trs unittests/nums_test.trs" || rm -f unittests/hrg_test.trs unittests/regex_test.trs unittests/string_test.trs unittests/token_test.trs unittests/voice_select.trs unittests/wave_test.trs unittests/lex_test.trs unittests/lts_test.trs unittests/nums_test.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo Fetching origin From https://github.com/MycroftAI/mimic * [new tag] 0.0.0 -> 0.0.0 * [new tag] 1.0.0 -> 1.0.0 * [new tag] 1.1.0 -> 1.1.0 * [new tag] 1.2.0 -> 1.2.0 * [new tag] 1.2.0.1 -> 1.2.0.1 Fetching all-branches From https://github.com/mycroftai/mimic * [new branch] alsa_dev_change -> all-branches/alsa_dev_change * [new branch] bellbird-mlsa-optimizations -> all-branches/bellbird-mlsa-optimizations * [new branch] bugfix/colon-workaround -> all-branches/bugfix/colon-workaround * [new branch] bugfix/travis-osx -> all-branches/bugfix/travis-osx * [new branch] coverity_scan -> all-branches/coverity_scan * [new branch] deb-packing-help -> all-branches/deb-packing-help * [new branch] development -> all-branches/development * [new branch] feature/meet-popey -> all-branches/feature/meet-popey * [new branch] feature/named-ssml-prosody-rates -> all-branches/feature/named-ssml-prosody-rates * [new branch] fix_portaudio_streaming -> all-branches/fix_portaudio_streaming * [new branch] linebuffered-stdout -> all-branches/linebuffered-stdout * [new branch] master -> all-branches/master * [new branch] rpi-voice-ap-fix -> all-branches/rpi-voice-ap-fix * [new branch] spanish_voice -> all-branches/spanish_voice * [new branch] test-branch -> all-branches/test-branch HEAD is now at 67e43bf... Bump version to 1.2.0.2 checking build system type... amd64-unknown-freebsd12.0 checking host system type... amd64-unknown-freebsd12.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /usr/local/bin/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 /usr/local/bin/gcc accepts -g... yes checking for /usr/local/bin/gcc option to accept ISO C89... none needed checking whether /usr/local/bin/gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /usr/local/bin/gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /usr/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/local/bin/gcc... /usr/local/bin/ld checking if the linker (/usr/local/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B checking the name lister (/usr/local/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert amd64-unknown-freebsd12.0 file names to amd64-unknown-freebsd12.0 format... func_convert_file_noop checking how to convert amd64-unknown-freebsd12.0 file names to toolchain format... func_convert_file_noop checking for /usr/local/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/local/bin/nm -B output from /usr/local/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /usr/local/bin/gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if /usr/local/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/local/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/local/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/local/bin/gcc static flag -static works... yes checking if /usr/local/bin/gcc supports -c -o file.o... yes checking if /usr/local/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/local/bin/gcc linker (/usr/local/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd12.0 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether make supports nested variables... (cached) yes checking whether byte ordering is bigendian... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for /usr/local/bin/gcc option to support OpenMP... -fopenmp checking for mmap... yes checking for pow... no checking for pow in -lm... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for ICU... yes checking unicode/ustring.h usability... yes checking unicode/ustring.h presence... yes checking for unicode/ustring.h... yes checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking for PULSEAUDIO... yes checking for PORTAUDIO... yes checking for ALSA... yes checking for mmsystem.h... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating mimic.pc config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands Making clean in . rm -f mimic compile_regexes mimicvox_info t2p mimic_time rm -f unittests/hrg_test unittests/regex_test unittests/string_test unittests/token_test unittests/voice_select unittests/wave_test unittests/lex_test unittests/lts_test unittests/nums_test testsuite/asciiS2U testsuite/asciiU2S testsuite/bin2ascii testsuite/by_word testsuite/combine_waves testsuite/compare_wave testsuite/kal_test testsuite/lex_lookup testsuite/lpc_resynth testsuite/lpc_test2 testsuite/lpc_test testsuite/multi_thread testsuite/play_client testsuite/play_server testsuite/play_sync testsuite/play_wave testsuite/rfc testsuite/utt_test test -z "libttsmimic.la libttsmimic_lang_usenglish.la libttsmimic_lang_cmu_grapheme_lang.la libttsmimic_lang_cmu_indic_lang.la libttsmimic_lang_cmulex.la libttsmimic_lang_cmu_indic_lex.la libttsmimic_lang_cmu_grapheme_lex.la libttsmimic_lang_cmu_us_kal.la libttsmimic_lang_cmu_time_awb.la libttsmimic_lang_cmu_us_kal16.la libttsmimic_lang_cmu_us_awb.la libttsmimic_lang_cmu_us_rms.la libttsmimic_lang_cmu_us_slt.la libttsmimic_lang_vid_gb_ap.la libttsmimic_lang_all_langs.la libttsmimic_lang_all_voices.la" || rm -f libttsmimic.la libttsmimic_lang_usenglish.la libttsmimic_lang_cmu_grapheme_lang.la libttsmimic_lang_cmu_indic_lang.la libttsmimic_lang_cmulex.la libttsmimic_lang_cmu_indic_lex.la libttsmimic_lang_cmu_grapheme_lex.la libttsmimic_lang_cmu_us_kal.la libttsmimic_lang_cmu_time_awb.la libttsmimic_lang_cmu_us_kal16.la libttsmimic_lang_cmu_us_awb.la libttsmimic_lang_cmu_us_rms.la libttsmimic_lang_cmu_us_slt.la libttsmimic_lang_vid_gb_ap.la libttsmimic_lang_all_langs.la libttsmimic_lang_all_voices.la rm -f ./so_locations rm -rf .libs _libs rm -rf lang/cmu_grapheme_lang/.libs lang/cmu_grapheme_lang/_libs rm -rf lang/cmu_grapheme_lex/.libs lang/cmu_grapheme_lex/_libs rm -rf lang/cmu_indic_lang/.libs lang/cmu_indic_lang/_libs rm -rf lang/cmu_indic_lex/.libs lang/cmu_indic_lex/_libs rm -rf lang/cmu_time_awb/.libs lang/cmu_time_awb/_libs rm -rf lang/cmu_us_awb/.libs lang/cmu_us_awb/_libs rm -rf lang/cmu_us_kal/.libs lang/cmu_us_kal/_libs rm -rf lang/cmu_us_kal16/.libs lang/cmu_us_kal16/_libs rm -rf lang/cmu_us_rms/.libs lang/cmu_us_rms/_libs rm -rf lang/cmu_us_slt/.libs lang/cmu_us_slt/_libs rm -rf lang/cmulex/.libs lang/cmulex/_libs rm -rf lang/usenglish/.libs lang/usenglish/_libs rm -rf lang/vid_gb_ap/.libs lang/vid_gb_ap/_libs rm -rf main/.libs main/_libs rm -rf src/audio/.libs src/audio/_libs rm -rf src/cg/.libs src/cg/_libs rm -rf src/hrg/.libs src/hrg/_libs rm -rf src/lexicon/.libs src/lexicon/_libs rm -rf src/regex/.libs src/regex/_libs rm -rf src/speech/.libs src/speech/_libs rm -rf src/stats/.libs src/stats/_libs rm -rf src/synth/.libs src/synth/_libs rm -rf src/utils/.libs src/utils/_libs rm -rf src/wavesynth/.libs src/wavesynth/_libs rm -rf testsuite/.libs testsuite/_libs rm -rf unittests/.libs unittests/_libs rm -f *.o rm -f lang/cmu_grapheme_lang/*.o rm -f lang/cmu_grapheme_lang/*.lo rm -f lang/cmu_grapheme_lex/*.o rm -f lang/cmu_grapheme_lex/*.lo rm -f lang/cmu_indic_lang/*.o rm -f lang/cmu_indic_lang/*.lo rm -f lang/cmu_indic_lex/*.o rm -f lang/cmu_indic_lex/*.lo rm -f lang/cmu_time_awb/*.o rm -f lang/cmu_time_awb/*.lo rm -f lang/cmu_us_awb/*.o rm -f lang/cmu_us_awb/*.lo rm -f lang/cmu_us_kal/*.o rm -f lang/cmu_us_kal/*.lo rm -f lang/cmu_us_kal16/*.o rm -f lang/cmu_us_kal16/*.lo rm -f lang/cmu_us_rms/*.o rm -f lang/cmu_us_rms/*.lo rm -f lang/cmu_us_slt/*.o rm -f lang/cmu_us_slt/*.lo rm -f lang/cmulex/*.o rm -f lang/cmulex/*.lo rm -f lang/usenglish/*.o rm -f lang/usenglish/*.lo rm -f lang/vid_gb_ap/*.o rm -f lang/vid_gb_ap/*.lo rm -f main/*.o rm -f main/*.lo rm -f src/audio/*.o rm -f src/audio/*.lo rm -f src/cg/*.o rm -f src/cg/*.lo rm -f src/hrg/*.o rm -f src/hrg/*.lo rm -f src/lexicon/*.o rm -f src/lexicon/*.lo rm -f src/regex/*.o rm -f src/regex/*.lo rm -f src/speech/*.o rm -f src/speech/*.lo rm -f src/stats/*.o rm -f src/stats/*.lo rm -f src/synth/*.o rm -f src/synth/*.lo rm -f src/utils/*.o rm -f src/utils/*.lo rm -f src/wavesynth/*.o rm -f src/wavesynth/*.lo rm -f testsuite/*.o rm -f unittests/*.o test -z "unittests/hrg_test.log unittests/regex_test.log unittests/string_test.log unittests/token_test.log unittests/voice_select.log unittests/wave_test.log unittests/lex_test.log unittests/lts_test.log unittests/nums_test.log" || rm -f unittests/hrg_test.log unittests/regex_test.log unittests/string_test.log unittests/token_test.log unittests/voice_select.log unittests/wave_test.log unittests/lex_test.log unittests/lts_test.log unittests/nums_test.log test -z "unittests/hrg_test.trs unittests/regex_test.trs unittests/string_test.trs unittests/token_test.trs unittests/voice_select.trs unittests/wave_test.trs unittests/lex_test.trs unittests/lts_test.trs unittests/nums_test.trs" || rm -f unittests/hrg_test.trs unittests/regex_test.trs unittests/string_test.trs unittests/token_test.trs unittests/voice_select.trs unittests/wave_test.trs unittests/lex_test.trs unittests/lts_test.trs unittests/nums_test.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo Making all in . CC src/audio/libttsmimic_la-au_alsa.lo src/audio/au_alsa.c:61:20: fatal error: alloca.h: No such file or directory #include ^ compilation terminated. *** [src/audio/libttsmimic_la-au_alsa.lo] Error code 1 make[1]: stopped in /usr/home/guru/Mycroft/mycroft-core/mimic 1 error make[1]: stopped in /usr/home/guru/Mycroft/mycroft-core/mimic *** [all-recursive] Error code 1 make: stopped in /usr/home/guru/Mycroft/mycroft-core/mimic 1 error make: stopped in /usr/home/guru/Mycroft/mycroft-core/mimic