Hi, I found these recent weird "failures" in Travis, but I can't find any problem with the log and all tests pass. Any ideas what is going on? https://travis-ci.org/numpy/numpy/jobs/3570123 https://travis-ci.org/numpy/numpy/jobs/3539549 https://travis-ci.org/numpy/numpy/jobs/3369629 Ondrej
On Thu, Dec 13, 2012 at 4:39 PM, Ondřej Čertík <ondrej.certik@gmail.com> wrote:
Hi,
I found these recent weird "failures" in Travis, but I can't find any problem with the log and all tests pass. Any ideas what is going on?
https://travis-ci.org/numpy/numpy/jobs/3570123 https://travis-ci.org/numpy/numpy/jobs/3539549 https://travis-ci.org/numpy/numpy/jobs/3369629
And here is another one: https://travis-ci.org/numpy/numpy/jobs/3768782 Ondrej
On Thu, Dec 20, 2012 at 6:25 PM, Ondřej Čertík <ondrej.certik@gmail.com>wrote:
On Thu, Dec 13, 2012 at 4:39 PM, Ondřej Čertík <ondrej.certik@gmail.com> wrote:
Hi,
I found these recent weird "failures" in Travis, but I can't find any problem with the log and all tests pass. Any ideas what is going on?
https://travis-ci.org/numpy/numpy/jobs/3570123 https://travis-ci.org/numpy/numpy/jobs/3539549 https://travis-ci.org/numpy/numpy/jobs/3369629
And here is another one:
Hmm, that is strange indeed. The first three are old, >= 12 days, but the last is new, although the run time was getting up there. Might try running the last one again. I don't know if the is an easy way to do that. Chuck
On Thu, Dec 20, 2012 at 6:32 PM, Charles R Harris <charlesr.harris@gmail.com> wrote:
On Thu, Dec 20, 2012 at 6:25 PM, Ondřej Čertík <ondrej.certik@gmail.com> wrote:
On Thu, Dec 13, 2012 at 4:39 PM, Ondřej Čertík <ondrej.certik@gmail.com> wrote:
Hi,
I found these recent weird "failures" in Travis, but I can't find any problem with the log and all tests pass. Any ideas what is going on?
https://travis-ci.org/numpy/numpy/jobs/3570123 https://travis-ci.org/numpy/numpy/jobs/3539549 https://travis-ci.org/numpy/numpy/jobs/3369629
And here is another one:
Hmm, that is strange indeed. The first three are old, >= 12 days, but the last is new, although the run time was getting up there. Might try running the last one again. I don't know if the is an easy way to do that.
And another one from 3 days ago: https://travis-ci.org/numpy/numpy/jobs/4118113 Ondrej
Hi, go to the site tracis-ci(the the next.travis-ci.org part): https://next.travis-ci.org/numpy/numpy/jobs/4118113 When you go that way, in a drop-down menu in the screen, when you are autorized, you can ask travis-ci to rerun the tests. You can do it in the particular test or in the commit page too to rerun all test for that commit. I find this usefull to rerun failed tests caused by VM errors... HTH Fred On Wed, Jan 16, 2013 at 12:51 PM, Ondřej Čertík <ondrej.certik@gmail.com> wrote:
On Thu, Dec 20, 2012 at 6:32 PM, Charles R Harris <charlesr.harris@gmail.com> wrote:
On Thu, Dec 20, 2012 at 6:25 PM, Ondřej Čertík <ondrej.certik@gmail.com> wrote:
On Thu, Dec 13, 2012 at 4:39 PM, Ondřej Čertík <ondrej.certik@gmail.com> wrote:
Hi,
I found these recent weird "failures" in Travis, but I can't find any problem with the log and all tests pass. Any ideas what is going on?
https://travis-ci.org/numpy/numpy/jobs/3570123 https://travis-ci.org/numpy/numpy/jobs/3539549 https://travis-ci.org/numpy/numpy/jobs/3369629
And here is another one:
Hmm, that is strange indeed. The first three are old, >= 12 days, but the last is new, although the run time was getting up there. Might try running the last one again. I don't know if the is an easy way to do that.
And another one from 3 days ago:
https://travis-ci.org/numpy/numpy/jobs/4118113
Ondrej _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
participants (3)
-
Charles R Harris -
Frédéric Bastien -
Ondřej Čertík