[Cython] jenkins problems

Vitja Makarov vitja.makarov at gmail.com
Wed May 4 21:14:05 CEST 2011


2011/5/4 Stefan Behnel <stefan_ml at behnel.de>:
> Vitja Makarov, 04.05.2011 07:09:
>>
>> Jenkins doesn't work for me. It seems that it can't do pull and is
>> running tests again obsolete sources.
>> May be because of forced push.
>>
>> There are only 6 errors here:
>>
>> https://sage.math.washington.edu:8091/hudson/view/cython-vitek/job/cython-vitek-tests-py27-c/
>
> According to the build logs of the sdist job, it was previously checking out
> the "master" branch and it seems you reconfigured it to use the
> "unreachable_code" branch now. At least the recent checkouts have used the
> latest snapshot of the branches, so ISTM that everything is working
> correctly. Could you point me to a build where something was going wrong for
> you?
>
> Stefan


I've added the following line to sdist target

+rm -fr $WORKSPACE/dist
$WORKSPACE/python/bin/python setup.py clean sdist --formats=gztar
--cython-profile --no-cython-compile

Hope that should help, that's the only difference between
cython-devel-sdist and cython-vitek-sdist.


See here:
https://sage.math.washington.edu:8091/hudson/view/cython-vitek/job/cython-vitek-tests-py27-c/166/

You can't find w_unreachable in the logs, it seems that cython code
there is outdated.

-- 
vitja.


More information about the cython-devel mailing list