Re: buildbot failure in on svn-x64-macosx-bdb

2020-01-03 Thread Branko Čibej
On 03.01.2020 16:57, Daniel Shahaf wrote: > Nathan Hartman wrote on Fri, Jan 03, 2020 at 09:22:45 -0500: >> Copying the fail log from the buildbot (since it appears they don't >> stay up forever): > It seems to save the last 100 builds (click on "Show more" than increase the > argument to the URL q

Re: [PATCH] Avoid DeprecationWarning on make check with Python >= 3.5

2020-01-03 Thread Nathan Hartman
On Thu, Jan 2, 2020 at 3:36 PM Yasuhito FUTATSUKI wrote: > > Hi, > As I saw Nathan add note about DeprecationWarning in run_test.py on > Subversion's Python 3 Support Status page yesterday, I've made a patch > to avoid warning. > > I didn't read context around the code changed, I only rewrited it

Re: [#4840] Merge assertion failure in svn_sort__array_insert

2020-01-03 Thread Nathan Hartman
On Mon, Dec 30, 2019 at 12:28 PM Julian Foad wrote: > I have added thorough random-input testing for svn_rangelist_merge2(). I assume that's the one added in r1872121, test_mergeinfo_merge_random_non_validated_inputs(). I got a fail on it. Quoth the function's docstring: "Unlike the tests with

Re: [PATCH] Avoid DeprecationWarning on make check with Python >= 3.5

2020-01-03 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Fri, Jan 03, 2020 at 05:34:48 +0900: > +++ build/run_tests.py(working copy) > @@ -64,6 +64,11 @@ > +if sys.version_info < (3, 5): > + import imp > +else: > + import importlib.util Add a comment here explaining the reason for this? E.g., — # The imp modul

Re: buildbot failure in on svn-x64-macosx-bdb

2020-01-03 Thread Daniel Shahaf
Nathan Hartman wrote on Fri, Jan 03, 2020 at 09:22:45 -0500: > Copying the fail log from the buildbot (since it appears they don't > stay up forever): It seems to save the last 100 builds (click on "Show more" than increase the argument to the URL query argument) going back to 2019-01-26 (sic), an

Re: buildbot failure in on svn-x64-macosx-bdb

2020-01-03 Thread Nathan Hartman
On Thu, Jan 2, 2020 at 11:33 PM wrote: > > The Buildbot has detected a new failure on builder svn-x64-macosx-bdb while > building . Full details are available at: > https://ci.apache.org/builders/svn-x64-macosx-bdb/builds/4121 > > Buildbot URL: https://ci.apache.org/ > > Buildslave for this B

Re: Makefile.svn: a dumb question

2020-01-03 Thread Stefan Sperling
On Thu, Jan 02, 2020 at 10:45:25AM -0500, Nathan Hartman wrote: > Before investigating too much further, I see that Makefile.svn is > downloading an antique bdb 4.7.25. From the Subversion 1.13.0-rc1 > signing emails [1], I see that Brane runs his tests with the newest, > 18.1.32. So I'll try that