bin/travis runs twice sometimes
See original GitHub issueNot sure if this is an issue with our setup or Travis itself, but occasionally bash bin/travis
is run twice. Sometimes one passes and the other fails.
Recent example is job 4091.4:
- first exit with code 0 - https://travis-ci.org/http4s/http4s/jobs/221074254#L1149
- second exit with code 1 - https://travis-ci.org/http4s/http4s/jobs/221074254#L1350
Details from the raw job output[1]. All times UTC:
command | reported start | reported finish | reported duration (s) |
---|---|---|---|
bash bin/travis (run a) | 19:00:32 | 19:03:45 | 193.4 |
bash bin/travis (run b) | 19:00:57 | 19:11:18 | 621.4 |
[1] Grab logs with:
B=4091.4; J=221074254; curl -L -o tmp/$B "https://api.travis-ci.org/jobs/$J/log.txt"
then grep tmp/$B
for “travis_time:” and look for “exited with” to find the end of the bash bin/travis
runs. The timings are “hidden” in escape codes, so it may not be visible depending on the configuration of your terminal and/or pager.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
python 2.7 - Why does this runs twice? - Stack Overflow
I made a program which runs using the SysTrayIcon. And even thou it works just fine, every time it checks something, it does...
Read more >Why is this executing twice? - MSDN - Microsoft
When I look at the output, I see two sets of data generated. As if the file were read twice. I call it...
Read more >Peter Bingen - Addington Raceway Timeline
"Peter Bingen, who is 32 years old, is running on my farm at Kaipaki, ... one occasion as well as twice fourth in...
Read more >THE COMPOST BIN - Travis County Master Gardeners ...
phone desk system and give a lot of their time to keep it running efficiently. Thanks, ladies - y'all are both awesome! There...
Read more >Large-Scale, Automatic Build System for Open Source C+ + ...
execute these steps, as they often differ from project to project. ... projects, instead of the Gnu C Compiler(GCC) which is often used...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Heres to hoping one of our CI problems disappear.
Feeling optimistic this afternoon. Easy to reopen if we see it again.