# "No output" Travis failure for test that passes locally in \<1 minute on Windows

**URL:** https://discourse.julialang.org/t/no-output-travis-failure-for-test-that-passes-locally-in-1-minute-on-windows/32064
**Category:** General Usage
**Tags:** testing, windows, bug, parallel, travis
**Created:** [December 9, 2019, 7:43pm UTC](https://discourse.julialang.org/t/no-output-travis-failure-for-test-that-passes-locally-in-1-minute-on-windows/32064 "2019-12-09T19:43:25Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![vlandau](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vlandau/32/8986_2.png) [@vlandau](https://discourse.julialang.org/u/vlandau)
#### Post date: [December 9, 2019, 7:43pm UTC](https://discourse.julialang.org/t/no-output-travis-failure-for-test-that-passes-locally-in-1-minute-on-windows/32064/1 "2019-12-09T19:43:25Z")

</div>

Hi All,

I’m getting a no output failure for a package test in Travis with Julia 1.3 in Windows. There is no failure for Julia 1.2 on Windows, and tests pass in 1.2 and 1.3 for Mac and Linux.

To be sure, I did test locally on a Windows 10 machine with Julia 1.3, and the tests passed, so I know it has to be a problem with Travis. Here is [the output](https://travis-ci.org/Circuitscape/Omniscape.jl/jobs/622773868?utm_medium=notification&utm_source=github_status) from Travis.

I also discovered that it has something to do with parallel processing, implemented in [these lines of code](https://github.com/Circuitscape/Omniscape.jl/blob/climate/src/run_omniscape.jl#L204-L234).

Parallel processing works fine in Travis in Julia 1.3 on Windows with different options enabled (i.e. different configurations) for my program, and the no output failure only occurs when using parallel processing with `conditional = true`, which triggers [this code](https://github.com/Circuitscape/Omniscape.jl/blob/climate/src/run_omniscape.jl#L83-L110) and some more control flow. It must be relevant, but I’m not sure how.

Any ideas what might be going on here?

Thanks for any insight or help. Please let me know what additional information or clarification I can add. Sorry that this post might be a bit sparse on details. I’m not quite sure where to start.

- Vincent

---

<div class="post-metadata">

### Author: ![vlandau](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vlandau/32/8986_2.png) [@vlandau](https://discourse.julialang.org/u/vlandau)
#### Post date: [December 11, 2019, 12:37am UTC](https://discourse.julialang.org/t/no-output-travis-failure-for-test-that-passes-locally-in-1-minute-on-windows/32064/2 "2019-12-11T00:37:25Z")

</div>

Posted dupe to travis community forum [here](https://travis-ci.community/t/no-output-failure-for-test-that-passes-locally-on-windows-only-for-julia-1-3-works-in-julia-1-2/6392). If solved there, will post a link here and mark as solved.

---

<div class="post-metadata">

### Author: ![vlandau](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vlandau/32/8986_2.png) [@vlandau](https://discourse.julialang.org/u/vlandau)
#### Post date: [December 13, 2019, 11:57pm UTC](https://discourse.julialang.org/t/no-output-travis-failure-for-test-that-passes-locally-in-1-minute-on-windows/32064/3 "2019-12-13T23:57:59Z")

</div>

I’m having more issues with other tests not passing due to no output (again, only on Julia 1.3 in windows on travis-ci, tests pass locally). **The common denominator is multi-threading** , fwiw.

I wanted to add a reply here because this is clearly a bug and it might have better visibility than the post on the Travis community forum. Not sure who maintains Julia for travis, but if anyone knows feel free to tag them here.

Here’s the other post on the travis community forum:

> **[No output failure for test that passes locally on Windows (only for Julia...](https://travis-ci.community/t/no-output-failure-for-test-that-passes-locally-on-windows-only-for-julia-1-3-works-in-julia-1-2/6392/2?u=vlandau)**
>
> This appears to be a broader issue with Julia 1.3 on Travis-ci windows. I’m getting other tests failing due to no output on Julia 1.3 in Windows now as well. The common denominator is multi-threading. Looking more likely that it is a bug in...

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [December 14, 2019, 8:32am UTC](https://discourse.julialang.org/t/no-output-travis-failure-for-test-that-passes-locally-in-1-minute-on-windows/32064/4 "2019-12-14T08:32:14Z")

</div>

> [@vlandau](#):
>
> Not sure who maintains Julia for travis

You will find that in the Travis logs, near the beginning.

---

<div class="post-metadata">

### Author: ![vlandau](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vlandau/32/8986_2.png) [@vlandau](https://discourse.julialang.org/u/vlandau)
#### Post date: [December 15, 2019, 8:02pm UTC](https://discourse.julialang.org/t/no-output-travis-failure-for-test-that-passes-locally-in-1-minute-on-windows/32064/5 "2019-12-15T20:02:07Z")

</div>

Thanks Tamas, I’ve tried tagging those accounts in the Travis forum but two of them don’t exist unfortunately.
