> s...@feb17.org writes: > > > to realize it was segfaulting on the linux side. I've upgraded to > > 1.7.4 and the problem remains. I finally ran the operation with > > apache runnning in GDB and it's a strlen operation that fails. A lot > > of vars are optimized out so I didn't get much more information except > > that it appears to be trying to report a problem but then dying while > > reporting. >
Answers to questions: rep[0] is: {md5_checksum = 0x828c20, sha1_checksum = 0x0, revision = 33, offset = 750127, size = 43, expanded_size = 43, txn_id = 0x0, uniquifier = 0x0} > Does the Subversion testsuite PASS? Good suggestion, no it appears to fail a series of tests. There seems to be some problem with format strings, not getting their actual values inserted. Full test log attached, does that suggest any particular form of misadventure? Darren e.g. EXPECTED: --- foo2 +++ bar2 @@ -1,3 +0,0 @@ -Aa -Bb -Cc ACTUAL: --- foo2 +++ bar2 @@ -%ld,%ld +%ld,%ld (null) -Aa -Bb -Cc [root@clowder subversion-1.7.4-src]# make check Running tests in auth-test [1/84].............................success Running tests in cache-test [2/84]............................success Running tests in checksum-test [3/84].........................success Running tests in client-test [4/84]...........................FAILURE Running tests in compat-test [5/84]...........................success Running tests in config-test [6/84]...........................success Running tests in db-test [7/84]...............................FAILURE Running tests in diff-diff3-test [8/84]...FAILURE Running tests in dirent_uri-test [9/84].......................success Running tests in entries-compat-test [10/84]..................success Running tests in error-test [11/84]...........................success Running tests in fs-pack-test [12/84].........................FAILURE Running tests in fs-test [13/84]..............................FAILURE Running tests in hashdump-test [14/84]........................success Running tests in locks-test [15/84]...........................FAILURE Running tests in mergeinfo-test [16/84].......................success Running tests in op-depth-test [17/84]........................FAILURE Running tests in opt-test [18/84].............................success Running tests in parse-diff-test [19/84]......................success Running tests in path-test [20/84]............................success Running tests in pristine-store-test [21/84]..................success Running tests in ra-local-test [22/84]........................success Running tests in random-test [23/84]..........................success Running tests in repos-test [24/84]...........................FAILURE Running tests in revision-test [25/84]........................success Running tests in skel-test [26/84]............................success Running tests in stream-test [27/84]..........................success Running tests in string-test [28/84]..........................success Running tests in subst_translate-test [29/84].................success Running tests in target-test [30/84]..........................success Running tests in time-test [31/84]............................success Running tests in translate-test [32/84].......................success Running tests in tree-conflict-data-test [33/84]..............success Running tests in utf-test [34/84].............................success Running tests in window-test [35/84]..........................success Running tests in authz_tests.py [36/84]make: *** [check] Error 1 > > Program received signal SIGSEGV, Segmentation fault. > > 0x0000003be1126d9f in __strlen_sse42 () from /lib64/libc.so.6 > > Missing separate debuginfos, use: debuginfo-install > > expat-2.0.1-11.fc15.x86_64 glibc-2.14-2.x86_64 > > keyutils-libs-1.2-7.fc15.x86_64 krb5-libs-1.9-7.fc15.x86_64 > > libcom_err-1.41.14-2.fc15.x86_64 libselinux-2.0.99-4.fc15.x86_64 > > libuuid-2.19.1-1.2.fc15.x86_64 libxml2-devel-2.7.8-6.fc15.x86_64 > > nss-softokn-freebl-3.12.10-1.fc15.x86_64 openssl-1.0.0d-1.fc15.x86_64 > > zlib-1.2.5-3.fc15.x86_64 > > (gdb) > > (gdb) where > > #0 0x0000003be1126d9f in __strlen_sse42 () from /lib64/libc.so.6 > > #1 0x00007ffff7ba0e71 in apr_vformatter (flush_func=0x7ffff7bab730 > > <psprintf_flush>, vbuff=0x7fffffffddd0, > > fmt=0x7ffff58be937 "s", ap=0x7fffffffde38) at strings/apr_snprintf.c:974 > > #2 0x00007ffff7bace16 in apr_pvsprintf (pool=0x83b588, fmt=<optimized > > out>, ap=<optimized out>) > > at memory/unix/apr_pools.c:1142 > > #3 0x00007ffff7bad0b7 in apr_psprintf (p=<optimized out>, fmt=<optimized > > out>) at memory/unix/apr_pools.c:2049 > > #4 0x00007ffff58aafd1 in representation_string (rep=0x82f390, > > format=<optimized out>, > > In gdb print rep[0]. {md5_checksum = 0x828c20, sha1_checksum = 0x0, revision = 33, offset = 750127, size = 43, expanded_size = 43, txn_id = 0x0, uniquifier = 0x0} > > > mutable_rep_truncated=<optimized out>, pool=0x83b588) at > > subversion/libsvn_fs_fs/fs_fs.c:2449 > > #5 0x00007ffff58ae971 in svn_fs_fs__write_noderev (pool=0x83b588, > > include_mergeinfo=1, format=3, noderev=0x82f2a0, > > outfile=0x808528) at subversion/libsvn_fs_fs/fs_fs.c:2492 > > #6 svn_fs_fs__write_noderev (outfile=0x808528, noderev=0x82f2a0, format=3, > > include_mergeinfo=1, pool=0x83b588) > > at subversion/libsvn_fs_fs/fs_fs.c:2469 > > #7 0x00007ffff58aec33 in svn_fs_fs__put_node_revision (fs=<optimized out>, > > id=<optimized out>, noderev=0x82f2a0, > > fresh_txn_root=1, pool=0x83b588) at subversion/libsvn_fs_fs/fs_fs.c:2559 > > #8 0x00007ffff58b0e8a in create_new_txn_noderev_from_rev (pool=0x83b588, > > src=<optimized out>, txn_id=0x82f120 "33-23", > > fs=0x826500) at subversion/libsvn_fs_fs/fs_fs.c:4717 > > #9 svn_fs_fs__create_txn (txn_p=0x7fffffffe0f8, fs=0x826500, rev=33, > > pool=0x83b588) at subversion/libsvn_fs_fs/fs_fs.c:4892 > > #10 0x00007ffff58b3c21 in svn_fs_fs__begin_txn (txn_p=0x7fffffffe0f8, > > fs=0x826500, rev=33, flags=2, pool=0x83b588) > > at subversion/libsvn_fs_fs/fs_fs.c:7585 > > #11 0x00007ffff5cdaf66 in svn_repos_fs_begin_txn_for_commit2 > > (txn_p=0x7fffffffe0f8, repos=0x802048, rev=33, > > revprop_table=0x82ed58, pool=0x83b588) at > > subversion/libsvn_repos/fs-wrap.c:95 > > #12 0x00007ffff5f02628 in dav_svn__create_txn (repos=0x82e7e0, > > ptxn_name=0x7fffffffe138, pool=0x83b588) > > at subversion/mod_dav_svn/activity.c:264 > > #13 0x00007ffff5f07e55 in dav_svn__post_create_txn (resource=0x82e610, > > request_skel=<optimized out>, output=<optimized out>) > > at subversion/mod_dav_svn/posts/create_txn.c:45 > > #14 0x00007ffff5f13332 in handle_post_request (output=0x83cab0, > > resource=0x82e610, r=0x83b600) > > at subversion/mod_dav_svn/repos.c:4433 > > #15 dav_svn__method_post (r=0x83b600) at subversion/mod_dav_svn/repos.c:4462 > > #16 0x00000000004384e8 in ap_run_handler (r=0x83b600) at config.c:158 > > #17 0x000000000043894e in ap_invoke_handler (r=0x83b600) at config.c:376 > > #18 0x0000000000445730 in ap_process_request (r=0x83b600) at > > http_request.c:282 > > #19 0x0000000000442780 in ap_process_http_connection (c=0x7f25e0) at > > http_core.c:190 > > #20 0x000000000043eb08 in ap_run_process_connection (c=0x7f25e0) at > > connection.c:43 > > #21 0x0000000000449baf in child_main (child_num_arg=<optimized out>) at > > prefork.c:667 > > #22 0x000000000044a290 in make_child (s=0x67c838, slot=0) at prefork.c:712 > > #23 0x000000000044a9ee in ap_mpm_run (_pconf=<optimized out>, > > plog=<optimized out>, s=0x67c838) at prefork.c:988 > > #24 0x0000000000423fb4 in main (argc=4, argv=0x7fffffffe688) at main.c:739 > > > > -- > uberSVN: Apache Subversion Made Easy > http://www.uberSVN.com
START: auth-test PASS: lt-auth-test 1: test retrieving platform-specific auth providers END: auth-test ELAPSED: auth-test 0:00:00.169652 START: cache-test PASS: lt-cache-test 1: basic inprocess svn_cache test SKIP: lt-cache-test 2: basic memcache svn_cache test SKIP: lt-cache-test 3: memcache svn_cache with very long keys PASS: lt-cache-test 4: basic membuffer svn_cache test END: cache-test ELAPSED: cache-test 0:00:00.077787 START: checksum-test PASS: lt-checksum-test 1: checksum parse END: checksum-test ELAPSED: checksum-test 0:00:00.072360 START: client-test PASS: lt-client-test 1: test svn_client__elide_mergeinfo_catalog PASS: lt-client-test 2: test svn_client_args_to_target_array svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-client-test 3: test svn_client_patch svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-client-test 4: test svn_wc_add3 scenarios svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-client-test 5: test a crash in svn_client_copy5 END: client-test ELAPSED: client-test 0:00:00.630427 START: compat-test PASS: lt-compat-test 1: svn_ver_compatible END: compat-test ELAPSED: compat-test 0:00:00.067336 START: config-test lt-config-test: invalid option: --config-file=/tools/subversion-1.7.4-src/subversion/tests/tests.conf PASS: lt-config-test 1: test svn_config PASS: lt-config-test 2: test svn_config boolean conversion PASS: lt-config-test 3: test svn_config_has_section END: config-test ELAPSED: config-test 0:00:00.071076 START: db-test PASS: lt-db-test 1: get information from wc.db PASS: lt-db-test 2: insert different nodes into wc.db PASS: lt-db-test 3: getting the list of BASE or WORKING children PASS: lt-db-test 4: reading information about the WORKING tree PASS: lt-db-test 5: creation of per-directory handles PASS: lt-db-test 6: scanning added working nodes PASS: lt-db-test 7: deletion introspection functions PASS: lt-db-test 8: relocating a node svn_tests: E200006: assertion 'which >= 0 && which <= 2' failed at subversion/tests/libsvn_wc/db-test.c:1303 FAIL: lt-db-test 9: work queue processing PASS: lt-db-test 10: externals store END: db-test ELAPSED: db-test 0:00:00.233128 START: diff-diff3-test svn_tests: E200006: Failed mem-diff, expected and actual outputs differ. EXPECTED: --- foo2 +++ bar2 @@ -1,3 +0,0 @@ -Aa -Bb -Cc ACTUAL: --- foo2 +++ bar2 @@ -%ld,%ld +%ld,%ld (null) -Aa -Bb -Cc FAIL: lt-diff-diff3-test 1: these dump core svn_tests: E200006: Test crashed (run in debugger with '--allow-segfaults') FAIL: lt-diff-diff3-test 2: 2-way unified diff and trivial merge FAIL: diff-diff3-test: Unknown test failure; see tests.log. END: diff-diff3-test ELAPSED: diff-diff3-test 0:00:00.179505 START: dirent_uri-test PASS: lt-dirent_uri-test 1: test svn_dirent_is_root PASS: lt-dirent_uri-test 2: test svn_uri_is_root PASS: lt-dirent_uri-test 3: test svn_dirent_is_absolute PASS: lt-dirent_uri-test 4: test svn_dirent_join(_many) PASS: lt-dirent_uri-test 5: test svn_relpath_join PASS: lt-dirent_uri-test 6: test svn_dirent_basename PASS: lt-dirent_uri-test 7: test svn_relpath_basename PASS: lt-dirent_uri-test 8: test svn_uri_basename PASS: lt-dirent_uri-test 9: test svn_relpath_dirname PASS: lt-dirent_uri-test 10: test svn_dirent_dirname PASS: lt-dirent_uri-test 11: test svn_dirent_dirname PASS: lt-dirent_uri-test 12: test svn_dirent_canonicalize PASS: lt-dirent_uri-test 13: test svn_relpath_canonicalize PASS: lt-dirent_uri-test 14: test svn_uri_canonicalize PASS: lt-dirent_uri-test 15: test svn_dirent_is_canonical PASS: lt-dirent_uri-test 16: test svn_relpath_is_canonical PASS: lt-dirent_uri-test 17: test svn_uri_is_canonical PASS: lt-dirent_uri-test 18: test svn_dirent_split PASS: lt-dirent_uri-test 19: test svn_relpath_split PASS: lt-dirent_uri-test 20: test svn_uri_split PASS: lt-dirent_uri-test 21: test svn_dirent_get_longest_ancestor PASS: lt-dirent_uri-test 22: test svn_relpath_get_longest_ancestor PASS: lt-dirent_uri-test 23: test svn_uri_get_longest_ancestor PASS: lt-dirent_uri-test 24: test svn_dirent_is_child PASS: lt-dirent_uri-test 25: test svn_relpath_is_child PASS: lt-dirent_uri-test 26: test svn_uri_is_child PASS: lt-dirent_uri-test 27: test svn_dirent_is_ancestor PASS: lt-dirent_uri-test 28: test svn_relpath_is_ancestor PASS: lt-dirent_uri-test 29: test svn_uri_is_ancestor PASS: lt-dirent_uri-test 30: test svn_dirent_skip_ancestor PASS: lt-dirent_uri-test 31: test svn_relpath_skip_ancestor PASS: lt-dirent_uri-test 32: test svn_uri_skip_ancestor PASS: lt-dirent_uri-test 33: test svn_dirent_get_absolute PASS: lt-dirent_uri-test 34: test svn_dirent_condense_targets PASS: lt-dirent_uri-test 35: test svn_uri_condense_targets PASS: lt-dirent_uri-test 36: test svn_dirent_local_style PASS: lt-dirent_uri-test 37: test svn_dirent_internal_style PASS: lt-dirent_uri-test 38: test svn_relpath_internal_style PASS: lt-dirent_uri-test 39: test svn_uri_get_dirent_from_file_url PASS: lt-dirent_uri-test 40: test svn_uri_get_dirent_from_file_url errors PASS: lt-dirent_uri-test 41: test svn_uri_get_file_url_from_dirent PASS: lt-dirent_uri-test 42: test svn_dirent_is_under_root PASS: lt-dirent_uri-test 43: test svn_fspath__is_canonical PASS: lt-dirent_uri-test 44: test svn_fspath__join PASS: lt-dirent_uri-test 45: test svn_fspath__is_child PASS: lt-dirent_uri-test 46: test svn_fspath__dirname/basename/split PASS: lt-dirent_uri-test 47: test svn_fspath__get_longest_ancestor END: dirent_uri-test ELAPSED: dirent_uri-test 0:00:00.081817 START: entries-compat-test PASS: lt-entries-compat-test 1: entries are allocated in access baton PASS: lt-entries-compat-test 2: access baton mojo can return stubs PASS: lt-entries-compat-test 3: access baton like locks must work with wc-ng END: entries-compat-test ELAPSED: entries-compat-test 0:00:00.152929 START: error-test PASS: lt-error-test 1: test svn_error_root_cause PASS: lt-error-test 2: test svn_error_purge_tracing END: error-test ELAPSED: error-test 0:00:00.072199 START: fs-pack-test svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-pack-test 1: pack a FSFS filesystem svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-pack-test 2: pack FSFS where revs % shard = 0 svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-pack-test 3: read from a packed FSFS filesystem svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-pack-test 4: commit to a packed FSFS filesystem svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-pack-test 5: get/set revprop while packing FSFS filesystem svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-pack-test 6: recover a fully packed filesystem END: fs-pack-test ELAPSED: fs-pack-test 0:00:01.175387 START: fs-test PASS: lt-fs-test 1: begin a txn, check its name, then close it svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 2: open an existing transaction by name svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 3: begin a txn, get the txn root, and add a file PASS: lt-fs-test 4: create 2 txns, list them, and verify the list PASS: lt-fs-test 5: check that transaction names are not reused svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 6: write and read a file's contents svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 7: test basic file and subdirectory creation svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 8: make The Official Subversion Test Tree svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 9: fill a directory, then list it PASS: lt-fs-test 10: set and get some revision properties svn_tests: E200004: commit failed due to something other than a conflict svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 11: set/get txn props, commit, validate new rev props svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 12: set and get some node properties svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 13: delete mutable nodes from directories svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 14: delete nodes tree svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 15: fetch the youngest revision from a filesystem svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 16: basic commit svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 17: testing tree validation helper svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number XFAIL: lt-fs-test 18: merging commit [[WIMP: needs to be written to match new merge() algorithm expectations]] svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 19: copying and tracking copy history svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 20: commit datestamps svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 21: check old revisions svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 22: after each commit, check all revisions svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 23: create and modify medium file svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 24: create and modify large file svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 25: ensure accurate storage of root node svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 26: svn_fs_node_created_rev test svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 27: test svn_fs_check_related svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 28: test complex copies (branches) svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 29: test checksums svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 30: calculating closest history-affecting copies svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 31: svn_fs_root_t (base) revisions svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 32: test dir prop preservation in unordered txns PASS: lt-fs-test 33: test svn_fs_set_uuid svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 34: test svn_fs_node_origin_rev svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-fs-test 35: create and modify small file END: fs-test ELAPSED: fs-test 0:00:07.665325 START: hashdump-test PASS: lt-hashdump-test 1: write a hash to a file PASS: lt-hashdump-test 2: read a file into a hash PASS: lt-hashdump-test 3: write hash out, read back in, compare END: hashdump-test ELAPSED: hashdump-test 0:00:00.068585 START: locks-test svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 1: lock only svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 2: lookup lock by path svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 3: attach lock svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 4: get locks svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 5: basic locking svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 6: test that locking requires proper credentials svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 7: test that locking is enforced in final commit step svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 8: dir propchange can be committed with locked child svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 9: test that locks can expire svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 10: breaking, stealing, refreshing a lock svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-locks-test 11: check out-of-dateness before locking END: locks-test ELAPSED: locks-test 0:00:01.789408 START: mergeinfo-test PASS: lt-mergeinfo-test 1: parse single line mergeinfo PASS: lt-mergeinfo-test 2: copy a mergeinfo data structure PASS: lt-mergeinfo-test 3: parse single line mergeinfo and combine ranges PASS: lt-mergeinfo-test 4: parse broken single line mergeinfo PASS: lt-mergeinfo-test 5: remove rangelists PASS: lt-mergeinfo-test 6: test rangelist remove with random data PASS: lt-mergeinfo-test 7: remove of mergeinfo PASS: lt-mergeinfo-test 8: reversal of rangelist PASS: lt-mergeinfo-test 9: intersection of rangelists PASS: lt-mergeinfo-test 10: test rangelist intersect with random data PASS: lt-mergeinfo-test 11: diff of mergeinfo PASS: lt-mergeinfo-test 12: merging of mergeinfo hashs PASS: lt-mergeinfo-test 13: intersection of mergeinfo PASS: lt-mergeinfo-test 14: turning rangelist back into a string PASS: lt-mergeinfo-test 15: turning mergeinfo back into a string PASS: lt-mergeinfo-test 16: merge of rangelists PASS: lt-mergeinfo-test 17: diff of rangelists PASS: lt-mergeinfo-test 18: removal of prefix paths from catalog keys END: mergeinfo-test ELAPSED: mergeinfo-test 0:00:00.094033 START: op-depth-test svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 1: test_wc_wc_copies svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 2: test_reverts svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 3: test_deletes svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 4: test_delete_of_copies svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 5: test_delete_with_base svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 6: test_adds svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 7: test_repo_wc_copies svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 8: test_delete_with_update svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 9: test_adds_change_kind PASS: lt-op-depth-test 10: test_base_dir_insert_remove PASS: lt-op-depth-test 11: test_temp_op_make_copy svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 12: test_wc_move svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 13: test_mixed_rev_copy svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 14: test_delete_of_replace svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 15: test_del_replace_not_present PASS: lt-op-depth-test 16: test_op_revert PASS: lt-op-depth-test 17: test_op_revert_changelist svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 18: test_children_of_replaced_dir PASS: lt-op-depth-test 19: test_op_delete svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 20: test_child_replace_with_same svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 21: test_shadowed_update svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 22: test_copy_of_deleted (issue #3873) svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 23: test_case_rename on case (in)sensitive system svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 24: commit_file_external (issue #4002) svn_tests: E200004: Commit failed (details follow): svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-op-depth-test 25: incomplete_switch (issue 4040) END: op-depth-test ELAPSED: op-depth-test 0:00:05.348092 START: opt-test PASS: lt-opt-test 1: test svn_opt_parse_path PASS: lt-opt-test 2: test svn_opt_args_to_target_array2 END: opt-test ELAPSED: opt-test 0:00:00.067415 START: parse-diff-test PASS: lt-parse-diff-test 1: test unidiff parsing PASS: lt-parse-diff-test 2: test git unidiff parsing PASS: lt-parse-diff-test 3: test git unidiff parsing of tree and text changes PASS: lt-parse-diff-test 4: test badly formatted git diff headers PASS: lt-parse-diff-test 5: test property unidiff parsing PASS: lt-parse-diff-test 6: test property and text unidiff parsing PASS: lt-parse-diff-test 7: test property diffs with odd symbols PASS: lt-parse-diff-test 8: test git diffs with spaces in paths PASS: lt-parse-diff-test 9: test parsing unidiffs lacking trailing eol END: parse-diff-test ELAPSED: parse-diff-test 0:00:00.086538 START: path-test PASS: lt-path-test 1: test svn_path_is_child PASS: lt-path-test 2: test svn_path_split PASS: lt-path-test 3: test svn_path_is_url PASS: lt-path-test 4: test svn_path_is_uri_safe PASS: lt-path-test 5: test svn_path_uri_[en/de]code PASS: lt-path-test 6: test svn_path_uri_decode with invalid escape PASS: lt-path-test 7: test svn_path_uri_autoescape PASS: lt-path-test 8: test svn_path_uri_from_iri PASS: lt-path-test 9: test svn_path_join(_many) PASS: lt-path-test 10: test svn_path_basename PASS: lt-path-test 11: test svn_path_dirname PASS: lt-path-test 12: test svn_path_decompose PASS: lt-path-test 13: test svn_path_canonicalize PASS: lt-path-test 14: test svn_path_remove_component PASS: lt-path-test 15: test svn_path_is_ancestor PASS: lt-path-test 16: test svn_path_check_valid PASS: lt-path-test 17: test svn_path_is_single_path_component PASS: lt-path-test 18: test svn_path_compare_paths PASS: lt-path-test 19: test svn_path_get_longest_ancestor PASS: lt-path-test 20: test svn_path_splitext PASS: lt-path-test 21: test svn_path_decompose PASS: lt-path-test 22: test svn_path_is_canonical PASS: lt-path-test 23: test svn_path_local_style PASS: lt-path-test 24: test svn_path_internal_style END: path-test ELAPSED: path-test 0:00:00.065558 START: pristine-store-test PASS: lt-pristine-store-test 1: pristine_write_read PASS: lt-pristine-store-test 2: pristine_delete_while_open SKIP: lt-pristine-store-test 3: reject_mismatching_text END: pristine-store-test ELAPSED: pristine-store-test 0:00:00.360222 START: ra-local-test PASS: lt-ra-local-test 1: open an ra session to a local repository PASS: lt-ra-local-test 2: get the youngest revision in a repository PASS: lt-ra-local-test 3: svn_ra_local__split_URL: syntax validation PASS: lt-ra-local-test 4: svn_ra_local__split_URL: invalid host names PASS: lt-ra-local-test 5: svn_ra_local__split_URL: valid host names PASS: lt-ra-local-test 6: test svn_ra_local__split_URL correctness END: ra-local-test ELAPSED: ra-local-test 0:00:00.610047 START: random-test PASS: lt-random-test 1: random delta test PASS: lt-random-test 2: random combine delta test END: random-test ELAPSED: random-test 0:00:00.228351 START: repos-test svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 1: test svn_repos_dir_delta2 svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 2: test deletions under copies in node_tree code svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 3: test svn_repos_history() (partially) svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 4: test svn_repos_node_locations svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 5: test svn_repos_node_locations some more svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 6: test removal of defunct locks PASS: lt-repos-test 7: test authz access control svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 8: test authz in the commit editor svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 9: test commit with explicit txn svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 10: test svn_repos_node_location_segments svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 11: test reporter and svn_depth_exclude PASS: lt-repos-test 12: test if revprops are validated by repos svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 13: test svn_repos_get_logs ranges and limits svn_tests: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn_tests: E200004: Could not convert '%ld' into a number FAIL: lt-repos-test 14: test svn_repos_get_file_revsN PASS: lt-repos-test 15: test issue 4060 END: repos-test ELAPSED: repos-test 0:00:02.619303 START: revision-test PASS: lt-revision-test 1: test svn_revnum_parse END: revision-test ELAPSED: revision-test 0:00:00.067925 START: skel-test PASS: lt-skel-test 1: parse implicit-length atoms PASS: lt-skel-test 2: parse explicit-length atoms PASS: lt-skel-test 3: parse invalid atoms PASS: lt-skel-test 4: parse lists PASS: lt-skel-test 5: unparse implicit-length atoms PASS: lt-skel-test 6: unparse lists END: skel-test ELAPSED: skel-test 0:00:00.112551 START: stream-test PASS: lt-stream-test 1: test svn_stream_from_string PASS: lt-stream-test 2: test compressed streams PASS: lt-stream-test 3: test 'tee' streams PASS: lt-stream-test 4: test stream seeking for files PASS: lt-stream-test 5: test stream seeking for stringbufs PASS: lt-stream-test 6: test stream seeking for translated streams PASS: lt-stream-test 7: test setting a file readonly PASS: lt-stream-test 8: test compressed streams with empty files PASS: lt-stream-test 9: test base64 encoding/decoding streams END: stream-test ELAPSED: stream-test 0:00:00.069369 START: string-test PASS: lt-string-test 1: make svn_stringbuf_t from cstring PASS: lt-string-test 2: make svn_stringbuf_t from substring of cstring PASS: lt-string-test 3: append svn_stringbuf_t to svn_stringbuf_t PASS: lt-string-test 4: append C string to svn_stringbuf_t PASS: lt-string-test 5: append bytes, then compare two strings PASS: lt-string-test 6: dup two strings, then compare PASS: lt-string-test 7: chopping a string PASS: lt-string-test 8: emptying a string PASS: lt-string-test 9: fill string with hashmarks PASS: lt-string-test 10: block initialization and growth PASS: lt-string-test 11: formatting strings from varargs PASS: lt-string-test 12: create string from file PASS: lt-string-test 13: find_char_backward; middle case PASS: lt-string-test 14: find_char_backward; 0 case PASS: lt-string-test 15: find_char_backward; strlen - 1 case PASS: lt-string-test 16: find_char_backward; len = 0 case PASS: lt-string-test 17: find_char_backward; no occurence case PASS: lt-string-test 18: check whitespace removal; common case PASS: lt-string-test 19: check whitespace removal; no whitespace case PASS: lt-string-test 20: check whitespace removal; all whitespace case PASS: lt-string-test 21: check that whitespace will be stripped correctly PASS: lt-string-test 22: compare stringbufs; different lengths PASS: lt-string-test 23: compare stringbufs; same length, different content END: string-test ELAPSED: string-test 0:00:00.070956 START: subst_translate-test PASS: lt-subst_translate-test 1: test svn_subst_translate_string2() PASS: lt-subst_translate-test 2: test svn_subst_translate_string2(encoding = NULL) PASS: lt-subst_translate-test 3: test repairing svn_subst_translate_string2() PASS: lt-subst_translate-test 4: test svn_subst_translate_cstring2() END: subst_translate-test ELAPSED: subst_translate-test 0:00:00.095711 START: target-test PASS: lt-target-test 1: test svn_path_condense_targets END: target-test ELAPSED: target-test 0:00:00.064927 START: time-test PASS: lt-time-test 1: test svn_time_to_cstring PASS: lt-time-test 2: test svn_time_from_cstring PASS: lt-time-test 3: test svn_time_from_cstring (old format) PASS: lt-time-test 4: test svn_time_[to/from]_cstring() invariant PASS: lt-time-test 5: test svn_parse_date END: time-test ELAPSED: time-test 0:00:00.068246 START: translate-test PASS: lt-translate-test 1: no conversions PASS: lt-translate-test 2: convert CRLF to CRLF PASS: lt-translate-test 3: convert LF to CRLF PASS: lt-translate-test 4: convert CR to CRLF PASS: lt-translate-test 5: convert mixed line endings to CRLF PASS: lt-translate-test 6: convert LF to LF PASS: lt-translate-test 7: convert CRLF to LF PASS: lt-translate-test 8: convert CR to LF PASS: lt-translate-test 9: convert mixed line endings to LF PASS: lt-translate-test 10: convert CRLF to CR PASS: lt-translate-test 11: convert LF to CR PASS: lt-translate-test 12: convert CR to CR PASS: lt-translate-test 13: convert mixed line endings to CR PASS: lt-translate-test 14: keep mixed line endings without repair flag PASS: lt-translate-test 15: expand author PASS: lt-translate-test 16: expand date PASS: lt-translate-test 17: expand author and date PASS: lt-translate-test 18: expand author and rev PASS: lt-translate-test 19: expand rev PASS: lt-translate-test 20: expand rev and url PASS: lt-translate-test 21: expand author, date, rev, and url PASS: lt-translate-test 22: lf_to_crlf; expand author PASS: lt-translate-test 23: mixed_to_lf; expand author and date PASS: lt-translate-test 24: crlf_to_cr; expand author and rev PASS: lt-translate-test 25: cr_to_crlf; expand rev PASS: lt-translate-test 26: cr_to_crlf; expand rev and url PASS: lt-translate-test 27: mixed_to_crlf; expand author, date, rev, and url PASS: lt-translate-test 28: unexpand author PASS: lt-translate-test 29: unexpand date PASS: lt-translate-test 30: unexpand author and date PASS: lt-translate-test 31: unexpand author and rev PASS: lt-translate-test 32: unexpand rev PASS: lt-translate-test 33: unexpand rev and url PASS: lt-translate-test 34: unexpand author, date, rev, and url PASS: lt-translate-test 35: lf_to_crlf; unexpand author PASS: lt-translate-test 36: mixed_to_lf; unexpand author and date PASS: lt-translate-test 37: crlf_to_cr; unexpand author and rev PASS: lt-translate-test 38: cr_to_crlf; unexpand rev PASS: lt-translate-test 39: cr_to_crlf; unexpand rev and url PASS: lt-translate-test 40: mixed_to_crlf; unexpand author, date, rev, url END: translate-test ELAPSED: translate-test 0:00:00.103340 START: tree-conflict-data-test PASS: lt-tree-conflict-data-test 1: deserialize tree conflict PASS: lt-tree-conflict-data-test 2: serialize tree conflict PASS: lt-tree-conflict-data-test 3: read and write tree conflicts END: tree-conflict-data-test ELAPSED: tree-conflict-data-test 0:00:00.208752 START: utf-test PASS: lt-utf-test 1: test is_valid/last_valid PASS: lt-utf-test 2: test last_valid/last_valid2 PASS: lt-utf-test 3: test svn_utf_cstring_to_utf8_ex2 PASS: lt-utf-test 4: test svn_utf_cstring_from_utf8_ex2 END: utf-test ELAPSED: utf-test 0:00:00.113076 START: window-test expected: f6fd44565e14c6e44b35292719deb77e actual: f6fd44565e14c6e44b35292719deb77e PASS: lt-window-test 1: txdelta stream and windows test END: window-test ELAPSED: window-test 0:00:00.066222 START: authz_tests.py CMD: svnadmin create svn-test-work/local_tmp/repos --bdb-txn-nosync <TIME = 0.173815> CMD: svn import -m 'Log message for revision 1.' svn-test-work/local_tmp/greekfiles file:///tools/subversion-1.7.4-src/subversion/tests/cmdline/svn-test-work/local_tmp/repos --config-dir /tools/subversion-1.7.4-src/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom CMD: /tools/subversion-1.7.4-src/subversion/svn/svn import -m 'Log message for revision 1.' svn-test-work/local_tmp/greekfiles file:///tools/subversion-1.7.4-src/subversion/tests/cmdline/svn-test-work/local_tmp/repos --config-dir /tools/subversion-1.7.4-src/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom exited with 1 <TIME = 0.235142> svn: E200004: While reading representation offsets for node-revision '0.0.t0-0': svn: E200004: Could not convert '%ld' into a number Traceback (most recent call last): File "./build/run_tests.py", line 626, in <module> main() File "./build/run_tests.py", line 619, in main failed = th.run(args[2:]) File "./build/run_tests.py", line 142, in run failed = self._run_test(prog, cnt, len(list)) or failed File "./build/run_tests.py", line 508, in _run_test (LINE_LENGTH - len(test_info))) File "./build/run_tests.py", line 454, in _run_py_test test_selection=test_selection) File "/tools/subversion-1.7.4-src/subversion/tests/cmdline/svntest/main.py", line 1776, in execute_tests svntest.actions.setup_pristine_greek_repository() File "/tools/subversion-1.7.4-src/subversion/tests/cmdline/svntest/actions.py", line 75, in setup_pristine_greek_repository main.pristine_greek_repos_url) File "/tools/subversion-1.7.4-src/subversion/tests/cmdline/svntest/main.py", line 601, in run_svn *(_with_auth(_with_config_dir(varargs)))) File "/tools/subversion-1.7.4-src/subversion/tests/cmdline/svntest/main.py", line 350, in run_command None, *varargs) File "/tools/subversion-1.7.4-src/subversion/tests/cmdline/svntest/main.py", line 526, in run_command_stdin raise Failure svntest.Failure