Message12542

Author adamburke
Recipients adamburke, jamesmudd
Date 2019-05-24.07:27:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558682851.13.0.655106008548.issue2651@roundup.psfhosted.org>
In-reply-to
Content
In both the recent
https://travis-ci.org/jythontools/jython/jobs/535576706

and original 

https://travis-ci.org/jythontools/jython/jobs/313613197#L728

we see: 

/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so(Java_java_net_Inet4AddressImpl_getLocalHostName+0x1a5)

which suggests 
https://github.com/travis-ci/travis-ci/issues/5227

... is the culprit. Also, the FTP job failure shows the following:
0.00s$ hostname
travis-job-f506d6d7-075f-46e9-a40c-7245b966dcae

... which is pretty long.

The recommended fix is to use the hosts addon 
https://docs.travis-ci.com/user/hosts/

Darjus applied an early workaround to the travis config in c547fb5b96eaab78f0a8030a50f33ae68da85f04, but there is now a more standard one available, and maybe the old one doesn't work any more. Hence the PR above.
History
Date User Action Args
2019-05-24 07:27:31adamburkesetmessageid: <1558682851.13.0.655106008548.issue2651@roundup.psfhosted.org>
2019-05-24 07:27:31adamburkesetrecipients: + adamburke, jamesmudd
2019-05-24 07:27:31adamburkelinkissue2651 messages
2019-05-24 07:27:31adamburkecreate