[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn trunk r26049: FAIL (i686-debian-sarge1 shared gcc-3.3.5)

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-08-13 01:21:47 CEST

Before this change, the buffer was guaranteed to be normalized at the
beginning of the buffer. This isn't the case anymore. Introducing
memmove() calls to make it so again, fixes the tests, but is rather...
ugly.

I'll fix tomorrow after I get back from work.

bye,

Erik.

On 8/13/07, buildbot@mobsol.be <buildbot@mobsol.be> wrote:
> Full details are available at:
> http://www.mobsol.be/buildbot/i686-debian-sarge1%2520shared%2520gcc-3.3.5/builds/1941
>
> Author list: dionisos
>
> Build Slave: eh-debsarge1
>
>
> Subversion Buildbot
> http://www.mobsol.be/buildbot/
>
>
> Last 100 lines of the build log (step: Test fsfs+ra_svn ):
>
> CMD: svn up svn-test-work/working_copies/depth_tests-8-depth-empty/A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.341604>
> CMD: svn status -v -u -q --username jrandom --password rayjandom svn-test-work/working_copies/depth_tests-8-depth-empty --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.345525>
> CMD: svn rm svn-test-work/working_copies/depth_tests-8/A/mu --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.293399>
> CMD: svn ci --username jrandom --password rayjandom -m "log msg" svn-test-work/working_copies/depth_tests-8 --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.363474>
> CMD: svn status -v -u -q --username jrandom --password rayjandom svn-test-work/working_copies/depth_tests-8 --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.344060>
> CMD: svn up svn-test-work/working_copies/depth_tests-8-depth-empty/A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.343662>
> CMD: svn status -v -u -q --username jrandom --password rayjandom svn-test-work/working_copies/depth_tests-8-depth-empty --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.344781>
> PASS: depth_tests.py 8: bring a dir into a depth-empty working copy
> CLEANUP: svn-test-work/working_copies/depth_tests-8
> CLEANUP: svn-test-work/repositories/depth_tests-8
> EXCEPTION: Failure: <test not yet written>
> XFAIL: depth_tests.py 9: bring a file into a depth-immediates working copy
> CLEANUP: svn-test-work/working_copies/depth_tests-9
> CLEANUP: svn-test-work/repositories/depth_tests-9
> EXCEPTION: Failure: <test not yet written>
> XFAIL: depth_tests.py 10: bring a dir into a depth-immediates working copy
> CLEANUP: svn-test-work/working_copies/depth_tests-10
> CLEANUP: svn-test-work/repositories/depth_tests-10
> CMD: svnadmin create svn-test-work/repositories/depth_tests-11 --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.290079>
> CMD: svnadmin dump "svn-test-work/local_tmp/repos" | svnadmin load "svn-test-work/repositories/depth_tests-11" <TIME = 0.057654>
> CMD: svn co --depth immediates svn://127.0.0.1:29469/svn-test-work/repositories/depth_tests-11 svn-test-work/working_copies/depth_tests-11-depth-immediates --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.356118>
> CMD: svn up --depth infinity svn-test-work/working_copies/depth_tests-11-depth-immediates/A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.441407>
> CMD: svn status -v -u -q --username jrandom --password rayjandom svn-test-work/working_copies/depth_tests-11-depth-immediates --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.371290>
> PASS: depth_tests.py 11: bring a dir into a depth-immediates working copy
> CLEANUP: svn-test-work/working_copies/depth_tests-11
> CLEANUP: svn-test-work/repositories/depth_tests-11
> CMD: svnadmin create svn-test-work/repositories/depth_tests-12 --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.291765>
> CMD: svnadmin dump "svn-test-work/local_tmp/repos" | svnadmin load "svn-test-work/repositories/depth_tests-12" <TIME = 0.033955>
> CMD: svn co --depth empty svn://127.0.0.1:29469/svn-test-work/repositories/depth_tests-12 svn-test-work/working_copies/depth_tests-12-depth-empty --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.341718>
> CMD: svn up --depth immediates svn-test-work/working_copies/depth_tests-12-depth-empty/A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.349815>
> CMD: svn status -v -u -q --username jrandom --password rayjandom svn-test-work/working_copies/depth_tests-12-depth-empty --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.399252>
> PASS: depth_tests.py 12: bring a dir into a mixed-depth working copy
> CLEANUP: svn-test-work/working_copies/depth_tests-12
> CLEANUP: svn-test-work/repositories/depth_tests-12
> CMD: svnadmin create svn-test-work/repositories/depth_tests-13 --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.287370>
> CMD: svnadmin dump "svn-test-work/local_tmp/repos" | svnadmin load "svn-test-work/repositories/depth_tests-13" <TIME = 0.072057>
> CMD: svn co --username jrandom --password rayjandom svn://127.0.0.1:29469/svn-test-work/repositories/depth_tests-13 svn-test-work/working_copies/depth_tests-13 --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.476486>
> CMD: svn co --depth empty svn://127.0.0.1:29469/svn-test-work/repositories/depth_tests-13 svn-test-work/working_copies/depth_tests-13-depth-empty --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.335636>
> CMD: svn rm svn-test-work/working_copies/depth_tests-13/iota --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.293211>
> CMD: svn ci --username jrandom --password rayjandom -m "log msg" svn-test-work/working_copies/depth_tests-13 --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.360064>
> CMD: svn status -v -u -q --username jrandom --password rayjandom svn-test-work/working_copies/depth_tests-13 --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.363172>
> CMD: svn up svn-test-work/working_copies/depth_tests-13-depth-empty --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.317784>
> CMD: svn status -v -u -q --username jrandom --password rayjandom svn-test-work/working_copies/depth_tests-13-depth-empty --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.387773>
> PASS: depth_tests.py 13: depth-empty working copy ignores a deletion
> CLEANUP: svn-test-work/working_copies/depth_tests-13
> CLEANUP: svn-test-work/repositories/depth_tests-13
> EXCEPTION: Failure: <test not yet written>
> XFAIL: depth_tests.py 14: depth-immediates working copy ignores a deletion
> CLEANUP: svn-test-work/working_copies/depth_tests-14
> CLEANUP: svn-test-work/repositories/depth_tests-14
> EXCEPTION: Failure: <test not yet written>
> XFAIL: depth_tests.py 15: depth-1 working copy receives a deletion
> CLEANUP: svn-test-work/working_copies/depth_tests-15
> CLEANUP: svn-test-work/repositories/depth_tests-15
> CMD: svnadmin create svn-test-work/repositories/depth_tests-16 --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.291518>
> CMD: svnadmin dump "svn-test-work/local_tmp/repos" | svnadmin load "svn-test-work/repositories/depth_tests-16" <TIME = 0.069480>
> CMD: svn co --depth empty svn://127.0.0.1:29469/svn-test-work/repositories/depth_tests-16 svn-test-work/working_copies/depth_tests-16-depth-empty --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.342959>
> CMD: svn up --depth files --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.323651>
> CMD: svn status -v -u -q --username jrandom --password rayjandom "" --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.388631>
> CMD: svn info --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.288530>
> CMD: svn up --depth immediates --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.325311>
> CMD: svn status -v -u -q --username jrandom --password rayjandom "" --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.394560>
> CMD: svn info --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.287561>
> CMD: svn info A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.287249>
> CMD: svn up --depth infinity --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.440130>
> CMD: svn status -v -u -q --username jrandom --password rayjandom "" --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.344208>
> CMD: svn info --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.287487>
> CMD: svn info A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.289590>
> PASS: depth_tests.py 16: gradually update an empty wc to depth=infinity
> CLEANUP: svn-test-work/working_copies/depth_tests-16
> CLEANUP: svn-test-work/repositories/depth_tests-16
> CMD: svnadmin create svn-test-work/repositories/depth_tests-17 --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.293375>
> CMD: svnadmin dump "svn-test-work/local_tmp/repos" | svnadmin load "svn-test-work/repositories/depth_tests-17" <TIME = 0.128288>
> CMD: svn co --depth immediates svn://127.0.0.1:29469/svn-test-work/repositories/depth_tests-17 svn-test-work/working_copies/depth_tests-17-depth-immediates --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.361186>
> CMD: svn pset foo bar svn-test-work/working_copies/depth_tests-17-depth-immediates/A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.295073>
> CMD: svn ci --username jrandom --password rayjandom -m "log msg" svn-test-work/working_copies/depth_tests-17-depth-immediates/A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.357689>
> CMD: svn status -v -u -q --username jrandom --password rayjandom svn-test-work/working_copies/depth_tests-17-depth-immediates --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.396269>
> CMD: svn up svn-test-work/working_copies/depth_tests-17-depth-immediates --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.324701>
> CMD: svn proplist svn-test-work/working_copies/depth_tests-17-depth-immediates --verbose --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.292626>
> CMD: svn proplist svn-test-work/working_copies/depth_tests-17-depth-immediates/iota --verbose --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.291354>
> CMD: svn proplist svn-test-work/working_copies/depth_tests-17-depth-immediates/A --verbose --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.292015>
> CMD: svn status -v -u -q --username jrandom --password rayjandom svn-test-work/working_copies/depth_tests-17-depth-immediates --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.397237>
> PASS: depth_tests.py 17: depth-1 commit subdirectory propset, then update
> CLEANUP: svn-test-work/working_copies/depth_tests-17
> CLEANUP: svn-test-work/repositories/depth_tests-17
> CMD: svnadmin create svn-test-work/repositories/depth_tests-18 --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.293710>
> CMD: svnadmin dump "svn-test-work/local_tmp/repos" | svnadmin load "svn-test-work/repositories/depth_tests-18" <TIME = 0.186970>
> CMD: svn co --username jrandom --password rayjandom svn://127.0.0.1:29469/svn-test-work/repositories/depth_tests-18 svn-test-work/working_copies/depth_tests-18 --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.482344>
> CMD: svn pset foo bar svn-test-work/working_copies/depth_tests-18/A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.296362>
> CMD: svn commit -m logmsg svn-test-work/working_copies/depth_tests-18/A --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.368212>
> CMD: svn update --depth immediates svn-test-work/working_copies/depth_tests-18.other --config-dir /www/erik/buildslave/eh-debsarge1/build/subversion/tests/cmdline/svn-test-work/local_tmp/config <TIME = 0.338620>
> PASS: depth_tests.py 18: depth-1 update receives a subdirectory propset
> CLEANUP: svn-test-work/working_copies/depth_tests-18
> CLEANUP: svn-test-work/repositories/depth_tests-18
> CLEANUP: svn-test-work/working_copies/depth_tests-18.other
> END: depth_tests.py
>
> + test 2 '!=' 0
> + exit 2
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-breakage-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-breakage-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 13 01:19:51 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.