-
We are using The error that we are getting is:
The log showed that the process had failed while launching We had also tested with Another log with Travis-CI Link The test result showed that What is weird to us is that the same setting used to be able to run without failure in 2021-10-22: Previous log with Travis-CI Link And the only difference seem to be the version change of Does anyone know how this can be fixed? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Can you please amend your travis file to show the tox run in verbose mode? tox -vvv that is. |
Beta Was this translation helpful? Give feedback.
-
After adding the verbose, I actually don't see much different in the log though. |
Beta Was this translation helpful? Give feedback.
-
You could try to invoke the failing command directly and see what gives:
(add -vvv for that verbose mode too). Also please check the virtualenv version. Based on this I can conclude that 99% of this is a broken virtualenv/python distribution on Travis, and is not otherwise related to tox. |
Beta Was this translation helpful? Give feedback.
-
There are several dependencies that could be the cause of the issue. |
Beta Was this translation helpful? Give feedback.
There are several dependencies that could be the cause of the issue.
apache/incubator-marvin#59
In our test, we ended up change the Ubuntu version for the right OpenSSL dependency.