Konrad Windszus created OAK-9638:
------------------------------------
Summary: Travis Build fails with "/usr/bin/python: No module named
venv"
Key: OAK-9638
URL: https://issues.apache.org/jira/browse/OAK-9638
Project: Jackrabbit Oak
Issue Type: Bug
Components: continuous integration
Reporter: Konrad Windszus
Travis builds fail with
{code}
$ java -Xmx32m -version
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1~16.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)
$ javac -J-Xmx32m -version
javac 1.8.0_292
install.1
0.15s$ wget -N
http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-${MONGODB}.tgz
-P $HOME/.mongodb
install.2
1.41s$ tar --skip-old-files -C $HOME/.mongodb -xf
$HOME/.mongodb/mongodb-linux-x86_64-ubuntu1604-${MONGODB}.tgz
install.3
0.00s$ mkdir -p target/mongodb/data
install.4
0.00s$ cd target/mongodb
install.5
0.05s$ pyenv versions
install.6
115.94s$ pyenv install 3.6.3
install.7
0.02s$ pyenv global 3.6.3
install.8
0.00s$ python -V
0.01s$ python -m venv mtools
/usr/bin/python: No module named venv
The command "python -m venv mtools" failed and exited with 1 during .
{code}
(e.g. in https://app.travis-ci.com/github/apache/jackrabbit-oak/jobs/551973849)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)