You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by be...@qqmail.nl on 2020/05/06 10:48:29 UTC

RE: SVN 1.14 release: please fix your buildbot

The Windows buildbots currently produce actual errors, most likely caused by
recent changes to the python test framework. (It is expecting to see \r, but
now sees \n in several text conflicts)

Bert

-----Oorspronkelijk bericht-----
Van: Stefan Sperling <st...@elego.de> 
Verzonden: donderdag 2 april 2020 16:54
Aan: Bert Huijben <be...@qqmail.nl>; Branko Čibej <br...@apache.org>;
dev@subversion.apache.org
Onderwerp: Re: SVN 1.14 release: please fix your buildbot

On Mon, Mar 16, 2020 at 09:27:28AM +0100, Stefan Sperling wrote:
> Hi Bert and Brane,
> 
> Your windows-ra and macosx-apr1.3-nothread buildbots are currently
failing.
> 
> If possible please fix them, or retire them if they are no longer needed.
> 
> For release management it would help us to have a set of only green 
> buildbots to start with, so we can easily identify any new problems 
> across all platforms that pop up during the release testing phase as 
> fixes get committed.
> 
> Thanks,
> Stefan

Hi,

Both buildbots are still failing.

Unless someone can help out with getting these failures fixed, I will just
have to ignore these problems and go ahead with rolling a new release
anyway.


Re: SVN 1.14 release: please fix your buildbot

Posted by Yasuhito FUTATSUKI <fu...@poem.co.jp>.
On 2020/05/06 21:02, Yasuhito FUTATSUKI wrote:
> On 2020/05/06 20:38, bert@qqmail.nl wrote:
>> This buildbot runs python 2.X (and has for years) and now the tests are
>> broken. I don't remember seeing changes to the actual Conflict handing code
>> in Subversion itself, so...
>> I still think this is related to the changes to the test framework causing
>> regressions on 2.7.
> 
> In #2922, the test is passed with Python 2.7.8, however since #2923 it seems
> the buildbot uses Python 3.7.4, if I'm looking bad place.
                                        ^not

> https://ci.apache.org/builders/svn-windows-ra/builds/2922
> https://ci.apache.org/builders/svn-windows-ra/builds/2923

Please see end of some lines:
https://ci.apache.org/builders/svn-windows-ra/builds/2923/steps/Test%20fsfs%2Bsvn/logs/stdio


>>
>> This buildbot does the testing on Windows with python 2.7... But errors on
>> this bot are often ignored by *nix developers. (It reported errors for some
>> weeks because build.conf was broken for Windows... and once that was fixed
>> this new problem existed so 'nobody' noticed)
>>
>> -----Oorspronkelijk bericht-----
>> Van: Yasuhito FUTATSUKI <fu...@poem.co.jp> 
>> Verzonden: woensdag 6 mei 2020 13:19
>> Aan: dev@subversion.apache.org; bert@qqmail.nl
>> Onderwerp: Re: SVN 1.14 release: please fix your buildbot
>>
>> On 2020/05/06 19:48, bert@qqmail.nl wrote:
>>> The Windows buildbots currently produce actual errors, most likely 
>>> caused by recent changes to the python test framework. (It is 
>>> expecting to see \r, but now sees \n in several text conflicts)
>>
>> The reason of failures aren't recent changes of the python test framework,
>> but no one cared of the tests on Windows with Python 3.  Please see the
>> thread "Problems running testsuite on Windows with Python 3" [1].
>>
>> We are now working to try to fix it.
>>
>> [1]
>> https://lists.apache.org/thread.html/r87a33f0046949fe59188e844832297d8a00e67
>> 5c4e59a1ab01005e0e%40%3Cdev.subversion.apache.org%3E
>>
>> Cheers,
>> --
>> Yasuhito FUTATSUKI <fu...@yf.bsdclub.org>
>>
> 

Cheers,
-- 
Yasuhito FUTATSUKI <fu...@yf.bsdclub.org>

Re: SVN 1.14 release: please fix your buildbot

Posted by Yasuhito FUTATSUKI <fu...@poem.co.jp>.
On 2020/05/06 20:38, bert@qqmail.nl wrote:
> This buildbot runs python 2.X (and has for years) and now the tests are
> broken. I don't remember seeing changes to the actual Conflict handing code
> in Subversion itself, so...
> I still think this is related to the changes to the test framework causing
> regressions on 2.7.

In #2922, the test is passed with Python 2.7.8, however since #2923 it seems
the buildbot uses Python 3.7.4, if I'm looking bad place.

https://ci.apache.org/builders/svn-windows-ra/builds/2922
https://ci.apache.org/builders/svn-windows-ra/builds/2923

> 
> This buildbot does the testing on Windows with python 2.7... But errors on
> this bot are often ignored by *nix developers. (It reported errors for some
> weeks because build.conf was broken for Windows... and once that was fixed
> this new problem existed so 'nobody' noticed)
> 
> -----Oorspronkelijk bericht-----
> Van: Yasuhito FUTATSUKI <fu...@poem.co.jp> 
> Verzonden: woensdag 6 mei 2020 13:19
> Aan: dev@subversion.apache.org; bert@qqmail.nl
> Onderwerp: Re: SVN 1.14 release: please fix your buildbot
> 
> On 2020/05/06 19:48, bert@qqmail.nl wrote:
>> The Windows buildbots currently produce actual errors, most likely 
>> caused by recent changes to the python test framework. (It is 
>> expecting to see \r, but now sees \n in several text conflicts)
> 
> The reason of failures aren't recent changes of the python test framework,
> but no one cared of the tests on Windows with Python 3.  Please see the
> thread "Problems running testsuite on Windows with Python 3" [1].
> 
> We are now working to try to fix it.
> 
> [1]
> https://lists.apache.org/thread.html/r87a33f0046949fe59188e844832297d8a00e67
> 5c4e59a1ab01005e0e%40%3Cdev.subversion.apache.org%3E
> 
> Cheers,
> --
> Yasuhito FUTATSUKI <fu...@yf.bsdclub.org>
> 


-- 
Yasuhito FUTATSUKI <fu...@yf.bsdclub.org>

RE: SVN 1.14 release: please fix your buildbot

Posted by be...@qqmail.nl.
This buildbot runs python 2.X (and has for years) and now the tests are
broken. I don't remember seeing changes to the actual Conflict handing code
in Subversion itself, so...
I still think this is related to the changes to the test framework causing
regressions on 2.7.

This buildbot does the testing on Windows with python 2.7... But errors on
this bot are often ignored by *nix developers. (It reported errors for some
weeks because build.conf was broken for Windows... and once that was fixed
this new problem existed so 'nobody' noticed)

-----Oorspronkelijk bericht-----
Van: Yasuhito FUTATSUKI <fu...@poem.co.jp> 
Verzonden: woensdag 6 mei 2020 13:19
Aan: dev@subversion.apache.org; bert@qqmail.nl
Onderwerp: Re: SVN 1.14 release: please fix your buildbot

On 2020/05/06 19:48, bert@qqmail.nl wrote:
> The Windows buildbots currently produce actual errors, most likely 
> caused by recent changes to the python test framework. (It is 
> expecting to see \r, but now sees \n in several text conflicts)

The reason of failures aren't recent changes of the python test framework,
but no one cared of the tests on Windows with Python 3.  Please see the
thread "Problems running testsuite on Windows with Python 3" [1].

We are now working to try to fix it.

[1]
https://lists.apache.org/thread.html/r87a33f0046949fe59188e844832297d8a00e67
5c4e59a1ab01005e0e%40%3Cdev.subversion.apache.org%3E

Cheers,
--
Yasuhito FUTATSUKI <fu...@yf.bsdclub.org>


Re: SVN 1.14 release: please fix your buildbot

Posted by Yasuhito FUTATSUKI <fu...@poem.co.jp>.
On 2020/05/06 19:48, bert@qqmail.nl wrote:
> The Windows buildbots currently produce actual errors, most likely caused by
> recent changes to the python test framework. (It is expecting to see \r, but
> now sees \n in several text conflicts)

The reason of failures aren't recent changes of the python test framework,
but no one cared of the tests on Windows with Python 3.  Please see the thread
"Problems running testsuite on Windows with Python 3" [1].

We are now working to try to fix it.

[1] https://lists.apache.org/thread.html/r87a33f0046949fe59188e844832297d8a00e675c4e59a1ab01005e0e%40%3Cdev.subversion.apache.org%3E

Cheers,
-- 
Yasuhito FUTATSUKI <fu...@yf.bsdclub.org>