chansen / p5-http-tiny

Tiny HTTP Client
https://metacpan.org/dist/HTTP-Tiny
53 stars 52 forks source link

ppc64le build is continuously failing on Travis-ci #138

Closed sanjaymsh closed 3 years ago

sanjaymsh commented 4 years ago

Hi,

I am enabling ppc64le's build on travis-ci so added the arch "ppc64le" in .travis.yml , but it's always failing for ppc64le. I have copy/pasted the error part of the log below (full log can be tracked on : https://travis-ci.com/github/sanjaymsh/p5-http-tiny/builds/181758901). Please have a look on this. "............................................................ .............................................................. $ cpanm --version No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received The build has been terminated"

I tried to increase the wait-time through "travis_wait". but doesn't help.

Thanks!!

karenetheridge commented 4 years ago

This doesn't look related to HTTP::Tiny at all -- cpanm is pre-installed by travis itself, and it is hanging, so it appears that it (or more likely, perl itself) was not built correctly? I'm not sure how we can dig into this without more access to the build machine itself.

On Wed, Sep 2, 2020 at 12:13 AM sanjay-cpu notifications@github.com wrote:

Hi,

I am enabling ppc64le's build on travis-ci so added the arch "ppc64le" in .travis.yml , but it's always failing for ppc64le. I have copy/pasted the error part of the log below (full log can be tracked on : https://travis-ci.com/github/sanjay-cpu/p5-http-tiny/builds/181758901). Please have a look on this. "............................................................ .............................................................. $ cpanm --version No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received The build has been terminated"

I tried to increase the wait-time through "travis_wait". but doesn't help.

Thanks!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chansen/p5-http-tiny/issues/138, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACJ7S6PCCOQBRL5BMJ4RHLSDXWCVANCNFSM4QSVGLHA .

sanjaymsh commented 4 years ago

Thanks @karenetheridge. I will discuss to travis community about this or try to find if there is any work around.

svghadi commented 3 years ago

Hi @sanjaymsh , the cpanm issue has been resolved on travis.

sanjaymsh commented 3 years ago

Thanks @Siddhesh-Ghadi.