<div dir="ltr">Hi Olemis,<div><br></div><div><div class="gmail_quote"><div dir="ltr">On Sat, Jul 7, 2018 at 6:30 PM Olemis Lang &lt;<a href="mailto:olemis@gmail.com">olemis@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><br></div>Hello<br><br></div>We are running a (relatively) complex build job on Travis . The steps are like this :<br><br></div><div>- git clone with submodules<br></div>- compile go in submodule<br></div>- run SWIG , input interface files from submodule<br></div>- compile C  extension module <br></div>- run tox<br></div>- run py.test<br clear="all"><div><div><div><div><div><div><div><br></div><div>The py.test build step fails [1]_ with exit error code -11 . Nonetheless this code is not listed in py.test exit codes list [2]_ .<br><br></div><div>Does anybody know what could be happening with py.test during this build ? What&#39;s py.test error code -11 about ?<br></div></div></div></div></div></div></div></div></blockquote><div><br></div><div>This error code is not coming from pytest, it seems like one of your tests is crashing. Since you have a custom C extension module, I would guess the problem is there. </div><div><br></div><div>I suggest running pytest with `-v` to see which test is crashing, and trying to figure out what might be causing it from there.</div><div><br></div><div>Hope that helps,</div><div>Bruno.</div></div></div></div>