On 11/25/2019 12:40 PM, Ivan Pozdeev via Python-Dev wrote:

On 25.11.2019 9:50, Terry Reedy wrote:
On 11/24/2019 7:30 PM, Ivan Pozdeev via Python-Dev wrote:

On 25.11.2019 1:10, Terry Reedy wrote:
Travis passed https://github.com/python/cpython/pull/17366
but a half hour later twice failed
https://github.com/python/cpython/pull/17370

This is build logic's fault, `python3.8` is not guaranteed to be present. I believe Configure is finding pyenv's shim which is present but returns 127 when run if there's no underlying executable to invoke. This is proven by "pyenv: python3.8: command not found".

https://github.com/python/cpython/pull/17371

This looks like Travis' fault, 3.7.1 should be preinstalled in Xenial with `language: c` according to my findings: https://github.com/travis-ci/docs-travis-ci-com/pull/2413/files#diff-fb862f5208fb2361d2280b621831f6b3

I reported this: https://github.com/travis-ci/docs-travis-ci-com/pull/2413#issuecomment-557942367

Thank you for reporting.  8 hrs later it is still down.  Maybe tomorrow something will happen.

Don't count on this being fixed fast: I said that this is not even an official guarantee yet.

Either move to Bionic where python 3.7 is available from Apt, or use `language: python`+`python: 3.7` or `language: generic` (where 3.7.1 is hopefully more reliably preinstalled) and install Clang 7 from Apt.

I don't understand this. All I know is that backport CI must have been working earlier yesterday and something changed so that Travis quit working and I can no longer merge backports. So my work is blocked.

--
Terry Jan Reedy

_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/6UDM2MVCKTL5OVIQKIHWGW35SH57UEU2/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to