You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@subversion.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/06/15 14:30:25 UTC

Build failed in Hudson: subversion-trunk-ubuntu #1004

See <http://hudson.zones.apache.org/hudson/job/subversion-trunk-ubuntu/1004/changes>

Changes:

[hwright] Rework the way that we pass arguments into the test suite.  This presents a
couple of improvements, and paves the way for yet more.  Namely, we use the
optparse module to parse the python commandline args, and in doing so,
consolidate a large number of global(!) variables into one object.  This
could allow future changes to set this object directly, rather than having
to parse arguments.

As always, my appologies for any trouble this causes our Windows friends.
The remedies should be fairly obvious.

* subversion/tests/cmdline/svnadmin_tests.py,
  subversion/tests/cmdline/svntest/sandbox.py,
  subversion/tests/cmdline/svntest/actions.py,
  subversion/tests/cmdline/tree_conflict_tests.py:
  Update to reference the new global options argument.

* subversion/tests/cmdline/svntest/main.py
  (verbose_mode, quiet_mode, cleanup_mode, enable_sasl, use_jsvn,
   preferred_http_library, fsfs_sharding, fsfs_packing, config_file,
   is_child_process, test_area_url, fs_type): Remove.
  (options): New.
  (usage): Remove.
  (run_tests): Use optparse, which handles usage, parsing errors, defaults, and
    lots of other goodness.
  [everywhere else]: Reference the new global options argument.

[ivan] Write update request body to file, to able resend it if needed.

* subversion/libsvn_ra_serf/update.c
  (): Include apr_version.h.
  (report_context_t): Add body_file member to with a file holding request 
   body. Removed buckets member.
  (make_simple_xml_tag): New local helper to generate simple xml tag.
  (set_path, delete_path, link_path): Write xml tags to ctx->body_file 
   instead of constructing buckets.
  (create_update_report_body): New function to create update request 
   body bucket based on file.
  (finish_report): Write xml tags to ctx->body_file. Flush file to disk and
   disable buffering. Use callback to create body bucket on demand.
  (make_update_reporter): Create temporary file for body and write xml 
   tags to the file.

[rhuijben] Remove another entry retrieval from the status calculation.

* subversion/libsvn_wc/status.c
  (internal_status): Read obstruction information from wc_db
    instead of using the entries code.

[rhuijben] Update the last few remaining places in the merge code to assume absolute
paths instead of converting to them on every invocation.

* subversion/libsvn_client/merge.c
  (obstructed_or_missing): Accept only absolute paths.
  (merge_props_changed): Pass absolute paths
  (merge_file_changed): Don't convert paths and update callers. Move
    file instead of copy + delete.
  (merge_file_added, merge_file_deleted, merge_dir_added,
   merge_dir_deleted): Assume absolute paths are passed.

------------------------------------------
[...truncated 2826 lines...]
cd subversion/tests/libsvn_subr && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o path-test  path-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_wc/pristine-store-test.lo -c subversion/tests/libsvn_wc/pristine-store-test.c
cd subversion/tests/libsvn_wc && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o pristine-store-test  pristine-store-test.lo ../../../subversion/libsvn_client/libsvn_client-1.la ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_ra_local/ra-local-test.lo -c subversion/tests/libsvn_ra_local/ra-local-test.c
cd subversion/tests/libsvn_ra_local && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o ra-local-test  ra-local-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_ra_local/libsvn_ra_local-1.la ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1  
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_delta/random-test.lo -c subversion/tests/libsvn_delta/random-test.c
cd subversion/tests/libsvn_delta && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o random-test  random-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_repos/dir-delta-editor.lo -c subversion/tests/libsvn_repos/dir-delta-editor.c
subversion/tests/libsvn_repos/dir-delta-editor.c: In function ‘test_delete_entry’:
subversion/tests/libsvn_repos/dir-delta-editor.c:76: warning: ‘svn_path_join’ is deprecated (declared at ./subversion/include/svn_path.h:108)
subversion/tests/libsvn_repos/dir-delta-editor.c: In function ‘test_open_directory’:
subversion/tests/libsvn_repos/dir-delta-editor.c:111: warning: ‘svn_path_join’ is deprecated (declared at ./subversion/include/svn_path.h:108)
subversion/tests/libsvn_repos/dir-delta-editor.c: In function ‘test_add_directory’:
subversion/tests/libsvn_repos/dir-delta-editor.c:136: warning: ‘svn_path_join’ is deprecated (declared at ./subversion/include/svn_path.h:108)
subversion/tests/libsvn_repos/dir-delta-editor.c: In function ‘test_open_file’:
subversion/tests/libsvn_repos/dir-delta-editor.c:175: warning: ‘svn_path_join’ is deprecated (declared at ./subversion/include/svn_path.h:108)
subversion/tests/libsvn_repos/dir-delta-editor.c: In function ‘test_add_file’:
subversion/tests/libsvn_repos/dir-delta-editor.c:199: warning: ‘svn_path_join’ is deprecated (declared at ./subversion/include/svn_path.h:108)
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_repos/repos-test.lo -c subversion/tests/libsvn_repos/repos-test.c
cd subversion/tests/libsvn_repos && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o repos-test  dir-delta-editor.lo repos-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_subr/revision-test.lo -c subversion/tests/libsvn_subr/revision-test.c
cd subversion/tests/libsvn_subr && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o revision-test  revision-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_subr/skel-test.lo -c subversion/tests/libsvn_subr/skel-test.c
cd subversion/tests/libsvn_subr && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o skel-test  skel-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_subr/stream-test.lo -c subversion/tests/libsvn_subr/stream-test.c
cd subversion/tests/libsvn_subr && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o stream-test  stream-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_subr/string-test.lo -c subversion/tests/libsvn_subr/string-test.c
cd subversion/tests/libsvn_subr && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o string-test  string-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_delta/svndiff-test.lo -c subversion/tests/libsvn_delta/svndiff-test.c
cd subversion/tests/libsvn_delta && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o svndiff-test  svndiff-test.lo ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_subr/target-test.lo -c subversion/tests/libsvn_subr/target-test.c
subversion/tests/libsvn_subr/target-test.c: In function ‘condense_targets_tests_helper’:
subversion/tests/libsvn_subr/target-test.c:73: warning: ‘svn_path_internal_style’ is deprecated (declared at ./subversion/include/svn_path.h:71)
subversion/tests/libsvn_subr/target-test.c:81: warning: ‘svn_path_internal_style’ is deprecated (declared at ./subversion/include/svn_path.h:71)
subversion/tests/libsvn_subr/target-test.c: In function ‘test_path_condense_targets’:
subversion/tests/libsvn_subr/target-test.c:176: warning: ‘svn_path_condense_targets’ is deprecated (declared at ./subversion/include/svn_path.h:375)
cd subversion/tests/libsvn_subr && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o target-test  target-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_subr/time-test.lo -c subversion/tests/libsvn_subr/time-test.c
cd subversion/tests/libsvn_subr && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o time-test  time-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_subr/translate-test.lo -c subversion/tests/libsvn_subr/translate-test.c
cd subversion/tests/libsvn_subr && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o translate-test  translate-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_wc/tree-conflict-data-test.lo -c subversion/tests/libsvn_wc/tree-conflict-data-test.c
cd subversion/tests/libsvn_wc && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o tree-conflict-data-test  tree-conflict-data-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_subr/utf-test.lo -c subversion/tests/libsvn_subr/utf-test.c
cd subversion/tests/libsvn_subr && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o utf-test  utf-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_delta/vdelta-test.lo -c subversion/tests/libsvn_delta/vdelta-test.c
cd subversion/tests/libsvn_delta && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o vdelta-test  vdelta-test.lo ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -I./subversion/include -I./subversion -I/usr/local/apr/apr-1.4.2/include   -I/usr/local/apr/apr-util-1.3.9/include -I/usr/local/svn-deps/subversion-1.6.11/sqlite-amalgamation  -static  -o subversion/tests/libsvn_delta/window-test.lo -c subversion/tests/libsvn_delta/window-test.c
cd subversion/tests/libsvn_delta && /usr/local/apr/apr-1.4.2/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -g -pthread -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG   -rpath /usr/local/lib  -o window-test  window-test.lo ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/apr/apr-util-1.3.9 -laprutil-1 -L/usr/local/apr/apr-1.4.2 -lapr-1 
/usr/bin/msgfmt -c -o subversion/po/de.mo subversion/po/de.po
/usr/bin/msgfmt -c -o subversion/po/es.mo subversion/po/es.po
/usr/bin/msgfmt -c -o subversion/po/fr.mo subversion/po/fr.po
/usr/bin/msgfmt -c -o subversion/po/it.mo subversion/po/it.po
/usr/bin/msgfmt -c -o subversion/po/ja.mo subversion/po/ja.po
/usr/bin/msgfmt -c -o subversion/po/ko.mo subversion/po/ko.po
/usr/bin/msgfmt -c -o subversion/po/nb.mo subversion/po/nb.po
/usr/bin/msgfmt -c -o subversion/po/pl.mo subversion/po/pl.po
/usr/bin/msgfmt -c -o subversion/po/pt_BR.mo subversion/po/pt_BR.po
/usr/bin/msgfmt -c -o subversion/po/sv.mo subversion/po/sv.po
/usr/bin/msgfmt -c -o subversion/po/zh_CN.mo subversion/po/zh_CN.po
/usr/bin/msgfmt -c -o subversion/po/zh_TW.mo subversion/po/zh_TW.po
[subversion-trunk-ubuntu] $ /bin/bash /tmp/hudson1710478091125870305.sh
Running tests in auth-test [1/79]........................success
Running tests in cache-test [2/79].......................success
Running tests in checksum-test [3/79]....................success
Running tests in client-test [4/79]......................success
Running tests in compat-test [5/79]......................success
Running tests in config-test [6/79]......................success
Running tests in db-test [7/79]..........................success
Running tests in diff-diff3-test [8/79]..................success
Running tests in dirent_uri-test [9/79]..................success
Running tests in entries-compat-test [10/79].............success
Running tests in eol-test [11/79]........................success
Running tests in error-test [12/79]......................success
Running tests in fs-pack-test [13/79]....................success
Running tests in fs-test [14/79].........................success
Running tests in hashdump-test [15/79]...................success
Running tests in locks-test [16/79]......................success
Running tests in mergeinfo-test [17/79]..................success
Running tests in opt-test [18/79]........................success
Running tests in parse-diff-test [19/79].................success
Running tests in path-test [20/79].......................success
Running tests in pristine-store-test [21/79].............success
Running tests in ra-local-test [22/79]...................success
Running tests in random-test [23/79].....................success
Running tests in repos-test [24/79]......................success
Running tests in revision-test [25/79]...................success
Running tests in skel-test [26/79].......................success
Running tests in stream-test [27/79].....................success
Running tests in string-test [28/79].....................success
Running tests in target-test [29/79].....................success
Running tests in time-test [30/79].......................success
Running tests in translate-test [31/79]..................success
Running tests in tree-conflict-data-test [32/79].........success
Running tests in utf-test [33/79]........................success
Running tests in window-test [34/79].....................success
Running tests in authz_tests.py [35/79]..................success
Running tests in autoprop_tests.py [36/79]...............success
Running tests in basic_tests.py [37/79]..................success
Running tests in blame_tests.py [38/79]..................success
Running tests in cat_tests.py [39/79]....................success
Running tests in changelist_tests.py [40/79].............success
Running tests in checkout_tests.py [41/79]...............success
Running tests in commit_tests.py [42/79].................success
Running tests in copy_tests.py [43/79]...................success
Running tests in depth_tests.py [44/79]..................success
Running tests in diff_tests.py [45/79]...................success
Running tests in entries_tests.py [46/79]................success
Running tests in export_tests.py [47/79].................success
Running tests in externals_tests.py [48/79]..............success
Running tests in getopt_tests.py [49/79].................success
Running tests in history_tests.py [50/79]................success
Running tests in import_tests.py [51/79].................success
Running tests in info_tests.py [52/79]...................success
Running tests in lock_tests.py [53/79]...................success
Running tests in log_tests.py [54/79]....................success
Running tests in merge_authz_tests.py [55/79]............success
Running tests in merge_reintegrate_tests.py [56/79]......success
Running tests in merge_tests.py [57/79]..................FAILURE
Running tests in merge_tree_conflict_tests.py [58/79]....success
Running tests in mergeinfo_tests.py [59/79]..............success
Running tests in obliterate_tests.py [60/79].............success
Running tests in patch_tests.py [61/79]..................success
Running tests in prop_tests.py [62/79]...................success
Running tests in resolve_tests.py [63/79]................success
Running tests in resolved_tests.py [64/79]...............success
Running tests in revert_tests.py [65/79].................success
Running tests in schedule_tests.py [66/79]...............success
Running tests in special_tests.py [67/79]................success
Running tests in stat_tests.py [68/79]...................success
Running tests in svnadmin_tests.py [69/79]...............success
Running tests in svndumpfilter_tests.py [70/79]..........success
Running tests in svnlook_tests.py [71/79]................success
Running tests in svnsync_tests.py [72/79]................success
Running tests in svnversion_tests.py [73/79].............success
Running tests in switch_tests.py [74/79].................success
Running tests in trans_tests.py [75/79]..................success
Running tests in tree_conflict_tests.py [76/79]..........success
Running tests in update_tests.py [77/79].................success
Running tests in upgrade_tests.py [78/79]................success
Running tests in utf8_tests.py [79/79]...................success
At least one test was SKIPPED, checking <http://hudson.zones.apache.org/hudson/job/subversion-trunk-ubuntu/ws/subversion-trunk/tests.log>
SKIP:  cache-test 2: basic memcache svn_cache test
SKIP:  cache-test 3: memcache svn_cache with very long keys
SKIP:  authz_tests.py 1: authz issue #2486 - open root
SKIP:  authz_tests.py 2: authz issue #2486 - open directory
SKIP:  authz_tests.py 3: broken authz files cause errors
SKIP:  authz_tests.py 4: test authz for read operations
SKIP:  authz_tests.py 5: test authz for write operations
SKIP:  authz_tests.py 6: test authz for checkout
SKIP:  authz_tests.py 7: test authz for log and tracing path changes
SKIP:  authz_tests.py 8: test authz for checkout and update
SKIP:  authz_tests.py 9: test authz for export with unreadable subfolder
SKIP:  authz_tests.py 10: test authz for aliases
SKIP:  authz_tests.py 11: test the authz validation rules
SKIP:  authz_tests.py 12: test authz for locking
SKIP:  authz_tests.py 13: authz issue #2712
SKIP:  authz_tests.py 14: switched to directory, no read access on parents
SKIP:  authz_tests.py 15: authz issue #3242 - access required at repo root
SKIP:  authz_tests.py 16: more authz issue #3242 - update to renamed file
SKIP:  authz_tests.py 17: multiple lines matching a user
SKIP:  checkout_tests.py 14: checkout from the root of a Windows drive
SKIP:  copy_tests.py 24: wc to wc copy with deleted=true items
SKIP:  merge_authz_tests.py 1: skipped paths get overriding mergeinfo
SKIP:  merge_authz_tests.py 3: reintegrate fails if no root access
SKIP:  obliterate_tests.py 1: test svn obliterate
SKIP:  obliterate_tests.py 2: test the pre-obliterate hook
SKIP:  special_tests.py 15: 'ps svn:special' should normalize to '*'
SKIP:  svnlook_tests.py 2: delete file in moved dir
SKIP:  svnsync_tests.py 14: verify that unreadable content is not synced
SKIP:  svnsync_tests.py 15: verify that copies from unreadable dirs work
SKIP:  svnsync_tests.py 16: verify copies with mods from unreadable dirs [[WIMP: Needs local add below copy support in WC-NG]]
SKIP:  svnsync_tests.py 17: verify copies with mods from unreadable dirs +copy
SKIP:  update_tests.py 32: update wc on the root of a Windows (virtual) drive
SKIP:  utf8_tests.py 1: conversion of paths and logs to/from utf8
At least one test XFAILED, checking <http://hudson.zones.apache.org/hudson/job/subversion-trunk-ubuntu/ws/subversion-trunk/tests.log>
XFAIL: fs-test 18: merging commit
       [[needs to be written to match new merge() algorithm expectations]]
XFAIL: fs-test 36: obliterate 1
       [[obliterate is in development]]
XFAIL: locks-test 9: able to reserve a name (lock non-existent path)
XFAIL: locks-test 10: directory locks (kinda)
XFAIL: parse-diff-test 2: test git unidiff parsing
XFAIL: stream-test 10: test stream seeking for translated streams
XFAIL: tree-conflict-data-test 3: detect broken tree conflict data
XFAIL: basic_tests.py 39: remotely remove directories from two repositories
XFAIL: changelist_tests.py 12: 'svn mv' of existing keeps the changelist
XFAIL: changelist_tests.py 13: 'svn mv' of added keeps the changelist
XFAIL: commit_tests.py 25: commit from two nested working copies
XFAIL: commit_tests.py 26: commit from two working copies
XFAIL: copy_tests.py 79: move a dir below a moved dir
XFAIL: copy_tests.py 81: commit only top of copy; check child behavior
XFAIL: copy_tests.py 82: copy of new dir with copied file keeps history
XFAIL: depth_tests.py 36: 'info' should treat excluded item as versioned
XFAIL: diff_tests.py 28: diff a renamed directory
XFAIL: diff_tests.py 41: diff a revision of a file in a renamed folder
XFAIL: diff_tests.py 49: diff URL against working copy with local mods
XFAIL: diff_tests.py 50: diff -r1 of removed file to its local addition
XFAIL: diff_tests.py 51: create a diff in git unidiff format for wc-wc
XFAIL: diff_tests.py 52: create a diff in git unidiff format for url-wc
XFAIL: diff_tests.py 53: create a diff in git unidiff format for url-url
XFAIL: externals_tests.py 19: delete a file external
XFAIL: log_tests.py 21: test log -c on range of changes
XFAIL: merge_reintegrate_tests.py 13: added subtrees with mergeinfo break reintegrate
XFAIL: merge_tests.py 29: merge a replacement of a directory
XFAIL: merge_tests.py 49: avoid repeated merges for cyclic merging
XFAIL: merge_tests.py 64: merge target with non inheritable mergeinfo
XFAIL: merge_tests.py 75: merge added subtree
XFAIL: merge_tests.py 96: merge prior to rename src existence still dels src
XFAIL: merge_tests.py 103: automatic conflict resolutions work with merge
XFAIL: merge_tree_conflict_tests.py 2: merge should not die if a target file is absent
XFAIL: merge_tree_conflict_tests.py 12: tree conflicts 5.1: leaf edit, tree del
XFAIL: merge_tree_conflict_tests.py 13: tree conflicts 5.2: leaf del, tree del
XFAIL: merge_tree_conflict_tests.py 17: tree conflicts 5.1: leaf edit (no ci), tree del
XFAIL: merge_tree_conflict_tests.py 18: tree conflicts 5.2: leaf del (no ci), tree del
XFAIL: merge_tree_conflict_tests.py 23: replace vs. delete tree-conflicts
XFAIL: mergeinfo_tests.py 4: 'mergeinfo' with uninteresting source selection
XFAIL: revert_tests.py 4: revert a moved file
XFAIL: revert_tests.py 17: status after replace+, revert, and local rm
       [[revert behavior needs better definition]]
XFAIL: revert_tests.py 20: reverting an add over not present directory
XFAIL: schedule_tests.py 7: unschedule addition on missing items
XFAIL: svnadmin_tests.py 20: don't filter mergeinfo revs from incremental dump
XFAIL: switch_tests.py 10: switch a file to a dir and back to the file
XFAIL: switch_tests.py 33: tree conflicts 2.1: leaf edit, tree del on switch
XFAIL: switch_tests.py 38: copy directory with switched subdir
XFAIL: tree_conflict_tests.py 14: merge dir: del/rpl/mv onto not-same
XFAIL: tree_conflict_tests.py 18: --force del on dir with TCs inside
XFAIL: tree_conflict_tests.py 19: --keep-local del on tree-conflicted targets
XFAIL: tree_conflict_tests.py 20: --force del on tree-conflicted targets
XFAIL: tree_conflict_tests.py 21: query an unversioned tree-conflicted dir
XFAIL: tree_conflict_tests.py 22: issue #3608: reverting an add onto add conflict
XFAIL: tree_conflict_tests.py 23: lock status update shouldn't flag tree conflict
XFAIL: update_tests.py 48: tree conflicts 2.1: leaf edit, tree del on update
XFAIL: update_tests.py 50: tree conflicts 2.3: skip on 2nd update
XFAIL: update_tests.py 54: tree conflicts on update UC2, schedule re-add
XFAIL: update_tests.py 57: verify update of deleted locked files
XFAIL: update_tests.py 58: svn up --depth empty hides entries for next update
At least one test FAILED, checking <http://hudson.zones.apache.org/hudson/job/subversion-trunk-ubuntu/ws/subversion-trunk/tests.log>
FAIL:  merge_tests.py 9: merge change into unchanged binary file
Summary of test results:
  1202 tests PASSED
  33 tests SKIPPED
  59 tests XFAILED (3 WORK-IN-PROGRESS)
  1 test FAILED
make: *** [check] Error 1
Generating junit files ...
Directory 'build/junit-reports' not exists, creating ...
Recording test results


Hudson build is back to normal : subversion-trunk-ubuntu #1005

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/subversion-trunk-ubuntu/1005/changes>