Ticket #56229: tests.log

File tests.log, 286.8 KB (added by ballapete (Peter "Pete" Dyballa), 6 years ago)

Complete log from 'make test' with db48

Line 
1START: auth-test
2PASS:  auth-test 1: test retrieving platform-specific auth providers
3PASS:  auth-test 2: test svn_auth_clear()
4END: auth-test
5ELAPSED: auth-test 0:00:00.288911
6
7START: bit-array-test
8PASS:  bit-array-test 1: check entries to default to zero
9PASS:  bit-array-test 2: get / set entries
10PASS:  bit-array-test 3: get / set sparse entries
11END: bit-array-test
12ELAPSED: bit-array-test 0:00:00.730909
13
14START: cache-test
15PASS:  cache-test 1: basic inprocess svn_cache test
16SKIP:  cache-test 2: basic memcache svn_cache test
17SKIP:  cache-test 3: memcache svn_cache with very long keys
18PASS:  cache-test 4: basic membuffer svn_cache test
19PASS:  cache-test 5: test for error handling in membuffer svn_cache
20PASS:  cache-test 6: test clearing a membuffer svn_cache
21END: cache-test
22ELAPSED: cache-test 0:00:00.213696
23
24START: changes-test
25PASS:  changes-test 1: add changes to the changes table
26PASS:  changes-test 2: fetch raw changes from the changes table
27PASS:  changes-test 3: delete changes from the changes table
28PASS:  changes-test 4: fetch compressed changes from the changes table
29PASS:  changes-test 5: verify ordered-ness of fetched compressed changes
30PASS:  changes-test 6: verify that bad change sequences raise errors
31END: changes-test
32ELAPSED: changes-test 0:00:33.567477
33
34START: checksum-test
35PASS:  checksum-test 1: checksum parse
36PASS:  checksum-test 2: checksum emptiness
37PASS:  checksum-test 3: zero checksum matching
38PASS:  checksum-test 4: zlib expansion test (zlib regression)
39PASS:  checksum-test 5: zero checksum cross-type matching
40PASS:  checksum-test 6: checksum (de-)serialization
41END: checksum-test
42ELAPSED: checksum-test 0:00:01.209524
43
44START: client-test
45PASS:  client-test 1: test svn_client__elide_mergeinfo_catalog
46PASS:  client-test 2: test svn_client_args_to_target_array
47PASS:  client-test 3: test svn_wc_add3 scenarios
48PASS:  client-test 4: test foreign repository copy
49PASS:  client-test 5: test svn_client_patch
50PASS:  client-test 6: test a crash in svn_client_copy5
51PASS:  client-test 7: test youngest_common_ancestor
52PASS:  client-test 8: test svn_client_suggest_merge_sources
53PASS:  client-test 9: test svn_client_status6 with ignore_local_mods
54PASS:  client-test 10: test svn_client_copy7 with externals_to_pin
55PASS:  client-test 11: pin externals on selected subtrees only
56END: client-test
57ELAPSED: client-test 0:00:26.443685
58
59START: compat-test
60PASS:  compat-test 1: svn_ver_compatible
61PASS:  compat-test 2: svn_version__parse_version_string
62PASS:  compat-test 3: svn_version__at_least
63END: compat-test
64ELAPSED: compat-test 0:00:00.266013
65
66START: config-test
67PASS:  config-test 1: test svn_config
68PASS:  config-test 2: test svn_config boolean conversion
69PASS:  config-test 3: test svn_config_has_section (case insensitive)
70PASS:  config-test 4: test svn_config_has_section (case sensitive)
71PASS:  config-test 5: test case-sensitive option name lookup
72PASS:  config-test 6: test svn_config_parse
73PASS:  config-test 7: test parsing config file with BOM
74PASS:  config-test 8: test r/o mode
75PASS:  config-test 9: test variable expansion
76PASS:  config-test 10: test parsing config file with invalid BOM
77END: config-test
78ELAPSED: config-test 0:00:00.196204
79
80START: conflict-data-test
81PASS:  conflict-data-test 1: deserialize tree conflict
82PASS:  conflict-data-test 2: serialize tree conflict data
83PASS:  conflict-data-test 3: read and write tree conflict data
84PASS:  conflict-data-test 4: read and write a property conflict
85PASS:  conflict-data-test 5: read and write a text conflict
86PASS:  conflict-data-test 6: read and write a tree conflict
87PASS:  conflict-data-test 7: test prop conflicts
88PASS:  conflict-data-test 8: test property conflict resolving
89PASS:  conflict-data-test 9: test binary file conflict
90END: conflict-data-test
91ELAPSED: conflict-data-test 0:00:09.069499
92
93START: crypto-test
94SKIP:  crypto-test 1: basic password encryption/decryption test
95SKIP:  crypto-test 2: password checktext generation/validation
96END: crypto-test
97ELAPSED: crypto-test 0:00:00.187850
98
99START: db-test
100PASS:  db-test 1: get information from wc.db
101PASS:  db-test 2: insert different nodes into wc.db
102PASS:  db-test 3: getting the list of BASE or WORKING children
103PASS:  db-test 4: reading information about the WORKING tree
104PASS:  db-test 5: creation of per-directory handles
105PASS:  db-test 6: scanning added working nodes
106PASS:  db-test 7: deletion introspection functions
107PASS:  db-test 8: relocating a node
108PASS:  db-test 9: work queue processing
109PASS:  db-test 10: externals store
110END: db-test
111ELAPSED: db-test 0:00:01.873734
112
113START: diff-diff3-test
114PASS:  diff-diff3-test 1: these dump core
115PASS:  diff-diff3-test 2: 2-way unified diff and trivial merge
116PASS:  diff-diff3-test 3: 2-way unified diff where output is suspect
117PASS:  diff-diff3-test 4: 3-way merge, non-overlapping changes
118PASS:  diff-diff3-test 5: 3-way merge, non-conflicting overlapping changes
119PASS:  diff-diff3-test 6: 3-way merge, conflicting overlapping changes
120PASS:  diff-diff3-test 7: random trivial merge
121PASS:  diff-diff3-test 8: random 3-way merge
122PASS:  diff-diff3-test 9: merge with part already present
123PASS:  diff-diff3-test 10: 3-way merge, adjacent changes
124PASS:  diff-diff3-test 11: 3-way merge with conflict styles
125PASS:  diff-diff3-test 12: 4-way merge; see variance-adjusted-patching.html
126PASS:  diff-diff3-test 13: offset of the normalized token
127PASS:  diff-diff3-test 14: identical suffix starts at the boundary of a chunk
128PASS:  diff-diff3-test 15: compare tokens at the chunk boundary
129PASS:  diff-diff3-test 16: 2-way issue #3362 test v1
130PASS:  diff-diff3-test 17: 2-way issue #3362 test v2
131END: diff-diff3-test
132ELAPSED: diff-diff3-test 0:00:14.275100
133
134START: dirent_uri-test
135PASS:  dirent_uri-test 1: test svn_dirent_is_root
136PASS:  dirent_uri-test 2: test svn_uri_is_root
137PASS:  dirent_uri-test 3: test svn_dirent_is_absolute
138PASS:  dirent_uri-test 4: test svn_dirent_join(_many)
139PASS:  dirent_uri-test 5: test svn_relpath_join
140PASS:  dirent_uri-test 6: test svn_dirent_basename
141PASS:  dirent_uri-test 7: test svn_relpath_basename
142PASS:  dirent_uri-test 8: test svn_uri_basename
143PASS:  dirent_uri-test 9: test svn_relpath_dirname
144PASS:  dirent_uri-test 10: test svn_dirent_dirname
145PASS:  dirent_uri-test 11: test svn_dirent_dirname
146PASS:  dirent_uri-test 12: test svn_dirent_canonicalize
147PASS:  dirent_uri-test 13: test svn_relpath_canonicalize
148PASS:  dirent_uri-test 14: test svn_uri_canonicalize
149PASS:  dirent_uri-test 15: test svn_dirent_is_canonical
150PASS:  dirent_uri-test 16: test svn_relpath_is_canonical
151PASS:  dirent_uri-test 17: test svn_uri_is_canonical
152PASS:  dirent_uri-test 18: test svn_dirent_split
153PASS:  dirent_uri-test 19: test svn_relpath_split
154PASS:  dirent_uri-test 20: test svn_uri_split
155PASS:  dirent_uri-test 21: test svn_dirent_get_longest_ancestor
156PASS:  dirent_uri-test 22: test svn_relpath_get_longest_ancestor
157PASS:  dirent_uri-test 23: test svn_uri_get_longest_ancestor
158PASS:  dirent_uri-test 24: test svn_dirent_is_child
159PASS:  dirent_uri-test 25: test svn_dirent_is_ancestor
160PASS:  dirent_uri-test 26: test svn_uri_is_ancestor
161PASS:  dirent_uri-test 27: test svn_dirent_skip_ancestor
162PASS:  dirent_uri-test 28: test svn_relpath_skip_ancestor
163PASS:  dirent_uri-test 29: test svn_uri_skip_ancestor
164PASS:  dirent_uri-test 30: test svn_dirent_get_absolute
165PASS:  dirent_uri-test 31: test svn_dirent_condense_targets
166PASS:  dirent_uri-test 32: test svn_uri_condense_targets
167PASS:  dirent_uri-test 33: test svn_dirent_local_style
168PASS:  dirent_uri-test 34: test svn_dirent_internal_style
169PASS:  dirent_uri-test 35: test svn_relpath_internal_style
170PASS:  dirent_uri-test 36: test svn_uri_get_dirent_from_file_url
171PASS:  dirent_uri-test 37: test svn_uri_get_dirent_from_file_url errors
172PASS:  dirent_uri-test 38: test svn_uri_get_file_url_from_dirent
173PASS:  dirent_uri-test 39: test svn_dirent_is_under_root
174PASS:  dirent_uri-test 40: test svn_fspath__is_canonical
175PASS:  dirent_uri-test 41: test svn_fspath__join
176PASS:  dirent_uri-test 42: test svn_fspath__skip_ancestor
177PASS:  dirent_uri-test 43: test svn_fspath__dirname/basename/split
178PASS:  dirent_uri-test 44: test svn_fspath__get_longest_ancestor
179PASS:  dirent_uri-test 45: test svn_cert__match_dns_identity
180svn_tests: E200006: Expected match but got no match for pattern 'baz*.example.net' on hostname 'baz1.example.net'
181XFAIL: dirent_uri-test 46: test match with RFC 6125 s. 6.4.3 Rule 3
182END: dirent_uri-test
183ELAPSED: dirent_uri-test 0:00:00.209183
184
185START: dump-load-test
186PASS:  dump-load-test 1: test dumping with r0 mergeinfo
187PASS:  dump-load-test 2: test loading with r0 mergeinfo
188END: dump-load-test
189ELAPSED: dump-load-test 0:00:11.010006
190
191START: entries-compat-test
192PASS:  entries-compat-test 1: entries are allocated in access baton
193PASS:  entries-compat-test 2: access baton mojo can return stubs
194PASS:  entries-compat-test 3: access baton like locks must work with wc-ng
195END: entries-compat-test
196ELAPSED: entries-compat-test 0:00:00.939858
197
198START: error-code-test
199PASS:  error-code-test 1: check that error codes are unique
200END: error-code-test
201ELAPSED: error-code-test 0:00:00.189869
202
203START: error-test
204PASS:  error-test 1: test svn_error_root_cause
205PASS:  error-test 2: test svn_error_purge_tracing
206PASS:  error-test 3: test svn_error_symbolic_name
207END: error-test
208ELAPSED: error-test 0:00:00.192298
209
210START: fs-base-test
211PASS:  fs-base-test 1: svn_fs_create_berkeley
212PASS:  fs-base-test 2: open an existing Berkeley DB filesystem
213PASS:  fs-base-test 3: delete mutable nodes from directories
214PASS:  fs-base-test 4: delete nodes tree
215PASS:  fs-base-test 5: abort a transaction
216PASS:  fs-base-test 6: create new items within a copied directory
217PASS:  fs-base-test 7: test svn_fs__canonicalize_abspath
218PASS:  fs-base-test 8: test skip deltas
219PASS:  fs-base-test 9: ensure no-op for redundant copies
220PASS:  fs-base-test 10: test for orphaned textmod changed paths
221PASS:  fs-base-test 11: testing sequential alphanumeric key generation
222END: fs-base-test
223ELAPSED: fs-base-test 0:00:56.285284
224
225START: fs-fs-pack-test
226PASS:  fs-fs-pack-test 1: pack a FSFS filesystem
227PASS:  fs-fs-pack-test 2: pack FSFS where revs % shard = 0
228PASS:  fs-fs-pack-test 3: read from a packed FSFS filesystem
229PASS:  fs-fs-pack-test 4: commit to a packed FSFS filesystem
230PASS:  fs-fs-pack-test 5: get/set revprop while packing FSFS filesystem
231PASS:  fs-fs-pack-test 6: get/set large packed revprops in FSFS
232PASS:  fs-fs-pack-test 7: get/set huge packed revprops in FSFS
233PASS:  fs-fs-pack-test 8: recover a fully packed filesystem
234PASS:  fs-fs-pack-test 9: test file hint at shard boundary
235PASS:  fs-fs-pack-test 10: test svn_fs_info
236PASS:  fs-fs-pack-test 11: test packing with shard size = 1
237PASS:  fs-fs-pack-test 12: set multiple huge revprops in packed FSFS
238PASS:  fs-fs-pack-test 13: upgrade txns to log addressing in shared FSFS
239PASS:  fs-fs-pack-test 14: upgrade txns started before svnadmin upgrade
240PASS:  fs-fs-pack-test 15: metadata checksums being checked
241PASS:  fs-fs-pack-test 16: change revprops with enabled and disabled caching
242PASS:  fs-fs-pack-test 17: id parser test
243PASS:  fs-fs-pack-test 18: file with 0 expanded-length, issue #4554
244PASS:  fs-fs-pack-test 19: rep-sharing effectiveness
245PASS:  fs-fs-pack-test 20: delta chains starting with PLAIN, issue #4577
246PASS:  fs-fs-pack-test 21: compare empty PLAIN and non-existent reps
247PASS:  fs-fs-pack-test 22: pack with limited memory for metadata
248PASS:  fs-fs-pack-test 23: large deltas against PLAIN, issue #4658
249END: fs-fs-pack-test
250ELAPSED: fs-fs-pack-test 0:03:50.105122
251
252START: fs-fs-private-test
253PASS:  fs-fs-private-test 1: get statistics on a FSFS filesystem
254PASS:  fs-fs-private-test 2: dump the P2L index
255PASS:  fs-fs-private-test 3: load the P2L index
256END: fs-fs-private-test
257ELAPSED: fs-fs-private-test 0:00:05.722618
258
259START: fs-test
260PASS:  fs-test 1: begin a txn, check its name, then close it
261PASS:  fs-test 2: open an existing transaction by name
262PASS:  fs-test 3: begin a txn, get the txn root, and add a file
263PASS:  fs-test 4: create 2 txns, list them, and verify the list
264PASS:  fs-test 5: check that transaction names are not reused
265PASS:  fs-test 6: write and read a file's contents
266PASS:  fs-test 7: create and modify almostmedium file
267PASS:  fs-test 8: create and modify medium file
268PASS:  fs-test 9: create and modify large file
269PASS:  fs-test 10: test basic file and subdirectory creation
270PASS:  fs-test 11: make The Official Subversion Test Tree
271PASS:  fs-test 12: fill a directory, then list it
272PASS:  fs-test 13: set and get some revision properties
273PASS:  fs-test 14: set/get txn props, commit, validate new rev props
274PASS:  fs-test 15: set and get some node properties
275PASS:  fs-test 16: delete mutable nodes from directories
276PASS:  fs-test 17: delete nodes tree
277PASS:  fs-test 18: fetch the youngest revision from a filesystem
278PASS:  fs-test 19: basic commit
279PASS:  fs-test 20: testing tree validation helper
280PASS:  fs-test 21: merging commit
281PASS:  fs-test 22: copying and tracking copy history
282PASS:  fs-test 23: commit datestamps
283PASS:  fs-test 24: check old revisions
284PASS:  fs-test 25: after each commit, check all revisions
285PASS:  fs-test 26: ensure accurate storage of root node
286PASS:  fs-test 27: svn_fs_node_created_rev test
287PASS:  fs-test 28: test svn_fs_check_related
288PASS:  fs-test 29: test complex copies (branches)
289PASS:  fs-test 30: test checksums
290PASS:  fs-test 31: calculating closest history-affecting copies
291PASS:  fs-test 32: svn_fs_root_t (base) revisions
292PASS:  fs-test 33: test dir prop preservation in unordered txns
293PASS:  fs-test 34: test svn_fs_set_uuid
294PASS:  fs-test 35: test svn_fs_node_origin_rev
295PASS:  fs-test 36: create and modify small file
296PASS:  fs-test 37: test svn_fs_node_history
297PASS:  fs-test 38: test svn_fs_delete_fs
298PASS:  fs-test 39: filenames with trailing \n might be rejected
299PASS:  fs-test 40: test svn_fs_info_format
300PASS:  fs-test 41: commit timestamp
301PASS:  fs-test 42: test svn_fs__compatible_version
302PASS:  fs-test 43: test merge directory properties
303svn_tests: E200006: assertion 'value && !strcmp(value->data, "value")' failed at subversion/tests/libsvn_fs/fs-test.c:5686
304XFAIL: fs-test 44: test reopen and modify txn
305PASS:  fs-test 45: upgrade while committing
306PASS:  fs-test 46: test svn_fs_paths_changed
307PASS:  fs-test 47: test deletion after replace in changed paths list
308PASS:  fs-test 48: test purging transactions
309PASS:  fs-test 49: compare contents of different nodes
310PASS:  fs-test 50: test svn_fs_path_change2_create
311PASS:  fs-test 51: test FS 'node created' info
312PASS:  fs-test 52: test FS module listing
313PASS:  fs-test 53: test zero copy file processing
314PASS:  fs-test 54: test svn_fs_dir_optimal_order
315PASS:  fs-test 55: get configuration files
316PASS:  fs-test 56: get a delta stream on a file
317PASS:  fs-test 57: get merging txns with newer revisions
318PASS:  fs-test 58: test creating FSFS repository with different opts
319PASS:  fs-test 59: test pool lifetime dependencies with txn roots
320PASS:  fs-test 60: test modify txn being written in FSFS
321PASS:  fs-test 61: test property and text rep-sharing collision
322PASS:  fs-test 62: test setting and getting internal txn props
323PASS:  fs-test 63: test svn_fs_check_related for transactions
324PASS:  fs-test 64: freeze and commit
325PASS:  fs-test 65: test commit with locked rep-cache
326PASS:  fs-test 66: test rep-sharing on content rather than SHA1
327END: fs-test
328ELAPSED: fs-test 0:03:35.252628
329
330START: fs-x-pack-test
331SKIP:  fs-x-pack-test 1: pack a FSX filesystem
332SKIP:  fs-x-pack-test 2: pack FSX where revs % shard = 0
333SKIP:  fs-x-pack-test 3: read from a packed FSX filesystem
334SKIP:  fs-x-pack-test 4: commit to a packed FSX filesystem
335SKIP:  fs-x-pack-test 5: get/set revprop while packing FSX filesystem
336SKIP:  fs-x-pack-test 6: get/set large packed revprops in FSX
337SKIP:  fs-x-pack-test 7: get/set huge packed revprops in FSX
338SKIP:  fs-x-pack-test 8: recover a fully packed filesystem
339SKIP:  fs-x-pack-test 9: test file hint at shard boundary
340SKIP:  fs-x-pack-test 10: test svn_fs_info
341SKIP:  fs-x-pack-test 11: test representations container
342SKIP:  fs-x-pack-test 12: test packing with shard size = 1
343END: fs-x-pack-test
344ELAPSED: fs-x-pack-test 0:00:00.254391
345
346START: hashdump-test
347PASS:  hashdump-test 1: write a hash to a file
348PASS:  hashdump-test 2: read a file into a hash
349PASS:  hashdump-test 3: write hash out, read back in, compare
350END: hashdump-test
351ELAPSED: hashdump-test 0:00:00.205075
352
353START: io-test
354PASS:  io-test 1: two file size comparison
355PASS:  io-test 2: two file content comparison
356PASS:  io-test 3: three file size comparison
357PASS:  io-test 4: three file content comparison
358PASS:  io-test 5: svn_io_read_length_line() shouldn't loop
359PASS:  io-test 6: test aligned seek
360PASS:  io-test 7: test ignore-enoent
361PASS:  io-test 8: test svn_stream__install_stream to long path
362PASS:  io-test 9: test workaround for APR in svn_io_file_trunc
363END: io-test
364ELAPSED: io-test 0:00:15.126839
365
366START: locks-test
367PASS:  locks-test 1: test that locks can expire
368PASS:  locks-test 2: lock only
369PASS:  locks-test 3: lookup lock by path
370PASS:  locks-test 4: attach lock
371PASS:  locks-test 5: get locks
372PASS:  locks-test 6: basic locking
373PASS:  locks-test 7: test that locking requires proper credentials
374PASS:  locks-test 8: test that locking is enforced in final commit step
375PASS:  locks-test 9: dir propchange can be committed with locked child
376PASS:  locks-test 10: breaking, stealing, refreshing a lock
377PASS:  locks-test 11: check out-of-dateness before locking
378PASS:  locks-test 12: lock multiple paths
379PASS:  locks-test 13: lock callback error
380PASS:  locks-test 14: lock/unlock when 'write-lock' couldn't be obtained
381PASS:  locks-test 15: lock parent and it's child
382END: locks-test
383ELAPSED: locks-test 0:00:30.419720
384
385START: mergeinfo-test
386PASS:  mergeinfo-test 1: parse single line mergeinfo
387PASS:  mergeinfo-test 2: copy a mergeinfo data structure
388PASS:  mergeinfo-test 3: parse single line mergeinfo and combine ranges
389PASS:  mergeinfo-test 4: parse broken single line mergeinfo
390PASS:  mergeinfo-test 5: remove rangelists
391PASS:  mergeinfo-test 6: test rangelist remove with random data
392PASS:  mergeinfo-test 7: remove of mergeinfo
393PASS:  mergeinfo-test 8: reversal of rangelist
394PASS:  mergeinfo-test 9: intersection of rangelists
395PASS:  mergeinfo-test 10: test rangelist intersect with random data
396PASS:  mergeinfo-test 11: diff of mergeinfo
397PASS:  mergeinfo-test 12: merging of mergeinfo hashes
398PASS:  mergeinfo-test 13: intersection of mergeinfo
399PASS:  mergeinfo-test 14: turning rangelist back into a string
400PASS:  mergeinfo-test 15: turning mergeinfo back into a string
401PASS:  mergeinfo-test 16: merge of rangelists
402PASS:  mergeinfo-test 17: diff of rangelists
403PASS:  mergeinfo-test 18: removal of prefix paths from catalog keys
404END: mergeinfo-test
405ELAPSED: mergeinfo-test 0:00:00.227738
406
407START: mtcc-test
408PASS:  mtcc-test 1: test mtcc mkdir
409PASS:  mtcc-test 2: test making greek tree
410PASS:  mtcc-test 3: swapping some trees
411PASS:  mtcc-test 4: test propset and propdel
412PASS:  mtcc-test 5: test update files
413PASS:  mtcc-test 6: test overwrite
414PASS:  mtcc-test 7: test mtcc anchoring for root operations
415PASS:  mtcc-test 8: test mtcc replace tree
416PASS:  mtcc-test 9: test ra_get_file_revs2 both ways
417PASS:  mtcc-test 10: test iprops url format
418END: mtcc-test
419ELAPSED: mtcc-test 0:00:39.935840
420
421START: op-depth-test
422PASS:  op-depth-test 1: test_wc_wc_copies
423PASS:  op-depth-test 2: test_reverts
424PASS:  op-depth-test 3: test_deletes
425PASS:  op-depth-test 4: test_delete_of_copies
426PASS:  op-depth-test 5: test_delete_with_base
427PASS:  op-depth-test 6: test_adds
428PASS:  op-depth-test 7: test_repo_wc_copies
429PASS:  op-depth-test 8: test_delete_with_update
430PASS:  op-depth-test 9: test_adds_change_kind
431PASS:  op-depth-test 10: test_base_dir_insert_remove
432PASS:  op-depth-test 11: test_db_make_copy
433PASS:  op-depth-test 12: test_wc_move
434PASS:  op-depth-test 13: test_mixed_rev_copy
435PASS:  op-depth-test 14: test_delete_of_replace
436PASS:  op-depth-test 15: test_del_replace_not_present
437PASS:  op-depth-test 16: test_op_revert
438PASS:  op-depth-test 17: test_op_revert_changelist
439PASS:  op-depth-test 18: test_children_of_replaced_dir
440PASS:  op-depth-test 19: test_op_delete
441PASS:  op-depth-test 20: test_child_replace_with_same
442PASS:  op-depth-test 21: test_shadowed_update
443PASS:  op-depth-test 22: test_copy_of_deleted (issue #3873)
444XPASS: op-depth-test 23: test_case_rename on case (in)sensitive system
445PASS:  op-depth-test 24: commit_file_external (issue #4002)
446PASS:  op-depth-test 25: revert_file_externals
447PASS:  op-depth-test 26: copy_file_externals
448PASS:  op-depth-test 27: test_wc_wc_copy_server_excluded
449PASS:  op-depth-test 28: incomplete_switch (issue 4040)
450PASS:  op-depth-test 29: nested_moves_child_first
451PASS:  op-depth-test 30: nested_moves_child_last
452PASS:  op-depth-test 31: move_in_copy
453PASS:  op-depth-test 32: move_in_replace
454PASS:  op-depth-test 33: copy_a_move
455PASS:  op-depth-test 34: move_to_swap
456PASS:  op-depth-test 35: revert_nested_move
457PASS:  op-depth-test 36: move_on_move
458PASS:  op-depth-test 37: move_on_move2
459PASS:  op-depth-test 38: move_added
460PASS:  op-depth-test 39: move_update
461PASS:  op-depth-test 40: scan_delete
462PASS:  op-depth-test 41: follow_moved_to
463svn_tests: E200006: expected {1, "A",                "base-deleted", NO_COPY_FROM, FALSE, TRUE, "X"}; found {1, "A",                "base-deleted", NO_COPY_FROM}
464svn_tests: E200006: expected {1, "X",                "normal",       1, "A", MOVED_HERE}; found {1, "X",                "normal",       1, "A"}
465XFAIL: op-depth-test 42: mixed_rev_move [[WIMP: needs different libsvn_wc entry point]]
466PASS:  op-depth-test 43: update_prop_mod_into_moved
467PASS:  op-depth-test 44: nested_move_update
468PASS:  op-depth-test 45: nested_move_commit (issue 4291)
469PASS:  op-depth-test 46: nested_move_update2
470PASS:  op-depth-test 47: move_update_conflicts
471PASS:  op-depth-test 48: move_update_delete_mods
472PASS:  op-depth-test 49: nested_moves2
473PASS:  op-depth-test 50: move_in_delete (issue 4303)
474PASS:  op-depth-test 51: switch_move
475PASS:  op-depth-test 52: move_replace
476PASS:  op-depth-test 53: layered_moved_to
477PASS:  op-depth-test 54: update_within_move
478PASS:  op-depth-test 55: commit_moved_descendant
479svn_tests: E200006: The commit should have failed
480XFAIL: op-depth-test 56: commit_moved_away_descendant
481PASS:  op-depth-test 57: finite_move_update_bump
482PASS:  op-depth-test 58: move_away_delete_update
483PASS:  op-depth-test 59: move_not_present_variants
484PASS:  op-depth-test 60: update_child_under_add (issue 4111)
485PASS:  op-depth-test 61: delete_over_moved_away
486PASS:  op-depth-test 62: moved_to op_depth
487PASS:  op-depth-test 63: new_basemove
488PASS:  op-depth-test 64: move_back (issue 4302)
489PASS:  op-depth-test 65: move_update_subtree (issue 4232)
490PASS:  op-depth-test 66: move_parent_into_child (issue 4333)
491PASS:  op-depth-test 67: move depth expansion
492svn_tests: E155027: Tree conflict can only be resolved to 'working' state; '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/libsvn_wc/svn-test-work/working-copies/move_retract/A/B/A/C' not resolved
493XFAIL: op-depth-test 68: move retract (issue 4336)
494PASS:  op-depth-test 69: move/delete file externals (issue 4293)
495PASS:  op-depth-test 70: update with tree conflict (issue 4347)
496PASS:  op-depth-test 71: move update with replaced parent (issue 4388)
497PASS:  op-depth-test 72: copy mixed-rev with mods
498PASS:  op-depth-test 73: move child to parent and revert (issue 4436)
499PASS:  op-depth-test 74: move more than once, delete intermediate
500svn_tests: E200006: expected {1, "AAA_3",            "normal",       1, "C/A/A", MOVED_HERE}; found {1, "AAA_3",            "normal",       1, "C/A/A"}
501svn_tests: E200006: expected {1, "AAA_2",            "normal",       1, "B/A/A", MOVED_HERE}; found {1, "AAA_2",            "normal",       1, "B/A/A"}
502svn_tests: E200006: expected {1, "AAA_3/A",          "normal",       1, "C/A/A/A", MOVED_HERE}; found {1, "AAA_3/A",          "normal",       1, "C/A/A/A"}
503svn_tests: E200006: expected {2, "C/A/A",            "base-deleted", NO_COPY_FROM, FALSE, TRUE, "AAA_3"}; found {2, "C/A/A",            "base-deleted", NO_COPY_FROM}
504svn_tests: E200006: expected {1, "AAA_2/A",          "normal",       1, "B/A/A/A", MOVED_HERE}; found {1, "AAA_2/A",          "normal",       1, "B/A/A/A"}
505svn_tests: E200006: expected {1, "B/A/A",            "base-deleted", NO_COPY_FROM, FALSE, TRUE, "AAA_2"}; found {1, "B/A/A",            "base-deleted", NO_COPY_FROM}
506XFAIL: op-depth-test 75: move more than once, revert intermediate
507PASS:  op-depth-test 76: move replace ancestor with child
508PASS:  op-depth-test 77: move twice and then delete
509PASS:  op-depth-test 78: del4: edit AAA
510svn_tests: E155027: Tree conflict can only be resolved to 'working' state; '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/libsvn_wc/svn-test-work/working-copies/del4_update_delete_AAA/A/A/A/A' not resolved
511XFAIL: op-depth-test 79: del4: delete AAA
512svn_tests: E155027: Tree conflict can only be resolved to 'working' state; '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/libsvn_wc/svn-test-work/working-copies/del4_update_add_AAA/A/A/A/NEW' not resolved
513XFAIL: op-depth-test 80: del4: add AAA
514svn_tests: E155027: Tree conflict can only be resolved to 'working' state; '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/libsvn_wc/svn-test-work/working-copies/del4_update_replace_AAA/A/A/A/A' not resolved
515XFAIL: op-depth-test 81: del4: replace AAA
516PASS:  op-depth-test 82: del4: delete self AAA
517svn_tests: E155027: Tree conflict can only be resolved to 'working' state; '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/libsvn_wc/svn-test-work/working-copies/del4_update_replaceself_AAA/D/A/A' is no longer moved
518XFAIL: op-depth-test 83: del4: replace self AAA
519PASS:  op-depth-test 84: move4: edit AAA
520svn_tests: E155027: Tree conflict can only be resolved to 'working' state; '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/libsvn_wc/svn-test-work/working-copies/move4_update_delete_AAA/A/A/A/A' not resolved
521XFAIL: op-depth-test 85: move4: delete AAA
522svn_tests: E155027: Tree conflict can only be resolved to 'working' state; '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/libsvn_wc/svn-test-work/working-copies/move4_update_add_AAA/A/A/A/NEW' not resolved
523XFAIL: op-depth-test 86: move4: add AAA
524svn_tests: E155027: Tree conflict can only be resolved to 'working' state; '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/libsvn_wc/svn-test-work/working-copies/move4_update_replace_AAA/A/A/A/A' not resolved
525XFAIL: op-depth-test 87: move4: replace AAA
526PASS:  op-depth-test 88: move4: delete self AAA
527svn_tests: E155027: Tree conflict can only be resolved to 'working' state; '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/libsvn_wc/svn-test-work/working-copies/move4_update_replaceself_AAA/A_moved/A/A' is no longer moved
528XFAIL: op-depth-test 89: move4: replace self AAA
529PASS:  op-depth-test 90: simple move bump
530PASS:  op-depth-test 91: movedhere extract retract
531PASS:  op-depth-test 92: repo_wc_copy
532PASS:  op-depth-test 93: break move in delete (issue 4491)
533PASS:  op-depth-test 94: nested move delete
534svn_tests: E200006: expected {2, "A_mv/D_mv/H/omega","normal",       1, "A/D/H/omega", MOVED_HERE}; found {2, "A_mv/D_mv/H/omega","normal",       1, "A/D/H/omega"}
535svn_tests: E200006: expected {2, "A_mv/D_mv/G/rho",  "normal",       1, "A/D/G/rho", MOVED_HERE}; found {2, "A_mv/D_mv/G/rho",  "normal",       1, "A/D/G/rho"}
536svn_tests: E200006: expected {2, "A_mv/D_mv/H",      "normal",       1, "A/D/H", MOVED_HERE}; found {2, "A_mv/D_mv/H",      "normal",       1, "A/D/H"}
537svn_tests: E200006: expected {2, "A_mv/D_mv/G",      "normal",       1, "A/D/G", MOVED_HERE}; found {2, "A_mv/D_mv/G",      "normal",       1, "A/D/G"}
538svn_tests: E200006: expected {2, "A_mv/D_mv/H/psi",  "normal",       1, "A/D/H/psi", MOVED_HERE}; found {2, "A_mv/D_mv/H/psi",  "normal",       1, "A/D/H/psi"}
539svn_tests: E200006: expected {2, "A_mv/D_mv/gamma",  "normal",       1, "A/D/gamma", MOVED_HERE}; found {2, "A_mv/D_mv/gamma",  "normal",       1, "A/D/gamma"}
540svn_tests: E200006: expected {2, "A_mv/D_mv",        "normal",       1, "A/D", MOVED_HERE}; found {2, "A_mv/D_mv",        "normal",       1, "A/D"}
541svn_tests: E200006: expected {1, "A/D",              "base-deleted", NO_COPY_FROM, FALSE, TRUE, "A/D_mv"}; found {1, "A/D",              "base-deleted", NO_COPY_FROM}
542svn_tests: E200006: expected {2, "A_mv/D_mv/H/chi",  "normal",       1, "A/D/H/chi", MOVED_HERE}; found {2, "A_mv/D_mv/H/chi",  "normal",       1, "A/D/H/chi"}
543svn_tests: E200006: expected {2, "A_mv/D_mv/G/tau",  "normal",       1, "A/D/G/tau", MOVED_HERE}; found {2, "A_mv/D_mv/G/tau",  "normal",       1, "A/D/G/tau"}
544svn_tests: E200006: expected {2, "A_mv/D_mv/G/pi",   "normal",       1, "A/D/G/pi", MOVED_HERE}; found {2, "A_mv/D_mv/G/pi",   "normal",       1, "A/D/G/pi"}
545XFAIL: op-depth-test 95: move within mixed move
546PASS:  op-depth-test 96: move edit obstruction
547PASS:  op-depth-test 97: move deep bump
548PASS:  op-depth-test 98: make a copy of a mixed revision tree
549PASS:  op-depth-test 99: make a copy of a mixed revision tree and del
550PASS:  op-depth-test 100: test global commit
551PASS:  op-depth-test 101: test global commit switched
552END: op-depth-test
553ELAPSED: op-depth-test 0:04:52.884951
554
555START: opt-test
556PASS:  opt-test 1: test svn_opt_parse_path
557PASS:  opt-test 2: test svn_opt_args_to_target_array2
558END: opt-test
559ELAPSED: opt-test 0:00:00.190735
560
561START: packed-data-test
562PASS:  packed-data-test 1: test empty container
563PASS:  packed-data-test 2: test a single uint stream
564PASS:  packed-data-test 3: test a single int stream
565PASS:  packed-data-test 4: test a single bytes stream
566PASS:  packed-data-test 5: test empty, nested structure
567PASS:  packed-data-test 6: test nested structure
568END: packed-data-test
569ELAPSED: packed-data-test 0:00:00.191662
570
571START: parse-diff-test
572PASS:  parse-diff-test 1: test unidiff parsing
573PASS:  parse-diff-test 2: test git unidiff parsing
574PASS:  parse-diff-test 3: test git unidiff parsing of tree and text changes
575PASS:  parse-diff-test 4: test badly formatted git diff headers
576PASS:  parse-diff-test 5: test property unidiff parsing
577PASS:  parse-diff-test 6: test property and text unidiff parsing
578PASS:  parse-diff-test 7: test property diffs with odd symbols
579PASS:  parse-diff-test 8: test git diffs with spaces in paths
580PASS:  parse-diff-test 9: test parsing unidiffs lacking trailing eol
581PASS:  parse-diff-test 10: test parsing unidiffs with mergeinfo
582END: parse-diff-test
583ELAPSED: parse-diff-test 0:00:00.187041
584
585START: path-test
586PASS:  path-test 1: test svn_path_is_child
587PASS:  path-test 2: test svn_path_split
588PASS:  path-test 3: test svn_path_is_url
589PASS:  path-test 4: test svn_path_is_uri_safe
590PASS:  path-test 5: test svn_path_uri_[en/de]code
591PASS:  path-test 6: test svn_path_uri_decode with invalid escape
592PASS:  path-test 7: test svn_path_uri_autoescape
593PASS:  path-test 8: test svn_path_uri_from_iri
594PASS:  path-test 9: test svn_path_join(_many)
595PASS:  path-test 10: test svn_path_basename
596PASS:  path-test 11: test svn_path_dirname
597PASS:  path-test 12: test svn_path_decompose
598PASS:  path-test 13: test svn_path_canonicalize
599PASS:  path-test 14: test svn_path_remove_component
600PASS:  path-test 15: test svn_path_is_ancestor
601PASS:  path-test 16: test svn_path_check_valid
602PASS:  path-test 17: test svn_path_is_single_path_component
603PASS:  path-test 18: test svn_path_compare_paths
604PASS:  path-test 19: test svn_path_get_longest_ancestor
605PASS:  path-test 20: test svn_path_splitext
606PASS:  path-test 21: test svn_path_decompose
607PASS:  path-test 22: test svn_path_is_canonical
608PASS:  path-test 23: test svn_path_local_style
609PASS:  path-test 24: test svn_path_internal_style
610PASS:  path-test 25: test svn_path_condense_targets
611PASS:  path-test 26: test svn_path_is_repos_relative_url
612PASS:  path-test 27: test svn_path_resolve_repos_relative_url
613END: path-test
614ELAPSED: path-test 0:00:00.160400
615
616START: prefix-string-test
617PASS:  prefix-string-test 1: check empty strings
618PASS:  prefix-string-test 2: create many strings
619PASS:  prefix-string-test 3: compare strings
620END: prefix-string-test
621ELAPSED: prefix-string-test 0:00:00.159338
622
623START: priority-queue-test
624PASS:  priority-queue-test 1: test empty queue
625PASS:  priority-queue-test 2: data returned by a priority queue shall be ordered
626PASS:  priority-queue-test 3: priority queues can be built up incrementally
627PASS:  priority-queue-test 4: updating the head of the queue
628END: priority-queue-test
629ELAPSED: priority-queue-test 0:00:00.147650
630
631START: pristine-store-test
632PASS:  pristine-store-test 1: pristine_write_read
633PASS:  pristine-store-test 2: pristine_delete_while_open
634SKIP:  pristine-store-test 3: reject_mismatching_text
635END: pristine-store-test
636ELAPSED: pristine-store-test 0:00:01.459394
637
638START: ra-local-test
639PASS:  ra-local-test 1: open an ra session to a local repository
640PASS:  ra-local-test 2: get the youngest revision in a repository
641PASS:  ra-local-test 3: svn_ra_local__split_URL: syntax validation
642PASS:  ra-local-test 4: svn_ra_local__split_URL: invalid host names
643PASS:  ra-local-test 5: svn_ra_local__split_URL: valid host names
644PASS:  ra-local-test 6: test svn_ra_local__split_URL correctness
645END: ra-local-test
646ELAPSED: ra-local-test 0:00:03.310558
647
648START: ra-test
649dyld: Library not loaded: /opt/local/lib/libsvn_fs_x-1.0.dylib
650  Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svnserve/svnserve
651  Reason: image not found
652TEST ASSERTION FAILED: child_exit_code == 0
653PASS:  ra-test 1: test svn_ra_get_location_segments
654PASS:  ra-test 2: test ra_svn tunnel callback check
655FAIL:  ra-test: Unknown test failure; see tests.log.
656END: ra-test
657ELAPSED: ra-test 0:00:16.718744
658
659START: random-test
660PASS:  random-test 1: random delta test
661PASS:  random-test 2: random combine delta test
662END: random-test
663ELAPSED: random-test 0:00:02.966883
664
665START: repos-test
666PASS:  repos-test 1: test svn_repos_dir_delta2
667PASS:  repos-test 2: test deletions under copies in node_tree code
668PASS:  repos-test 3: test svn_repos_history() (partially)
669PASS:  repos-test 4: test svn_repos_node_locations
670PASS:  repos-test 5: test svn_repos_node_locations some more
671PASS:  repos-test 6: test removal of defunct locks
672PASS:  repos-test 7: test authz access control
673PASS:  repos-test 8: test authz stored in the repo
674PASS:  repos-test 9: test authz and global groups stored in the repo
675PASS:  repos-test 10: test authz with global groups
676PASS:  repos-test 11: test authz in the commit editor
677PASS:  repos-test 12: test commit with explicit txn
678PASS:  repos-test 13: test svn_repos_node_location_segments
679PASS:  repos-test 14: test reporter and svn_depth_exclude
680PASS:  repos-test 15: test if revprops are validated by repos
681PASS:  repos-test 16: test svn_repos_get_logs ranges and limits
682PASS:  repos-test 17: test svn_repos_get_file_revsN
683PASS:  repos-test 18: test issue 4060
684PASS:  repos-test 19: test svn_repos_delete
685PASS:  repos-test 20: test filenames with control characters
686PASS:  repos-test 21: test svn_repos_info_*
687PASS:  repos-test 22: test svn_repos__config_pool_*
688PASS:  repos-test 23: test test_repos_fs_type
689PASS:  repos-test 24: test deprecated access context api
690PASS:  repos-test 25: authz for svn_repos_trace_node_locations
691END: repos-test
692ELAPSED: repos-test 0:01:14.779440
693
694START: revision-test
695PASS:  revision-test 1: test svn_revnum_parse
696END: revision-test
697ELAPSED: revision-test 0:00:00.156808
698
699START: root-pools-test
700PASS:  root-pools-test 1: test root pool recycling
701PASS:  root-pools-test 2: test concurrent root pool recycling
702END: root-pools-test
703ELAPSED: root-pools-test 0:00:00.571979
704
705START: skel-test
706PASS:  skel-test 1: parse implicit-length atoms
707PASS:  skel-test 2: parse explicit-length atoms
708PASS:  skel-test 3: parse invalid atoms
709PASS:  skel-test 4: parse lists
710PASS:  skel-test 5: unparse implicit-length atoms
711PASS:  skel-test 6: unparse lists
712END: skel-test
713ELAPSED: skel-test 0:00:00.475199
714
715START: spillbuf-test
716PASS:  spillbuf-test 1: basic spill buffer test
717PASS:  spillbuf-test 2: basic spill buffer test (spill-all-data)
718PASS:  spillbuf-test 3: spill buffer read callback
719PASS:  spillbuf-test 4: spill buffer read callback (spill-all-data)
720PASS:  spillbuf-test 5: spill buffer file test
721PASS:  spillbuf-test 6: spill buffer file test (spill-all-data)
722PASS:  spillbuf-test 7: interleaving reads and writes
723PASS:  spillbuf-test 8: interleaving reads and writes (spill-all-data)
724PASS:  spillbuf-test 9: spill buffer reader test
725PASS:  spillbuf-test 10: spill buffer stream test
726PASS:  spillbuf-test 11: read/write spill file
727PASS:  spillbuf-test 12: read/write spill file (spill-all-data)
728PASS:  spillbuf-test 13: validate reaching EOF of spill file
729PASS:  spillbuf-test 14: validate reaching EOF (spill-all-data)
730PASS:  spillbuf-test 15: check spill file properties
731PASS:  spillbuf-test 16: check spill file properties (spill-all-data)
732END: spillbuf-test
733ELAPSED: spillbuf-test 0:00:00.243259
734
735START: sqlite-test
736PASS:  sqlite-test 1: sqlite reset
737PASS:  sqlite-test 2: sqlite busy on transaction commit
738END: sqlite-test
739ELAPSED: sqlite-test 0:00:00.441920
740
741START: stream-test
742PASS:  stream-test 1: test svn_stream_from_string
743PASS:  stream-test 2: test compressed streams
744PASS:  stream-test 3: test 'tee' streams
745PASS:  stream-test 4: test stream seeking for files
746PASS:  stream-test 5: test stream seeking for stringbufs
747PASS:  stream-test 6: test stream seeking for translated streams
748PASS:  stream-test 7: test setting a file readonly
749PASS:  stream-test 8: test compressed streams with empty files
750PASS:  stream-test 9: test base64 encoding/decoding streams
751PASS:  stream-test 10: base64 decoding allocation problem
752PASS:  stream-test 11: test svn_stringbuf_from_stream
753PASS:  stream-test 12: test compression for streams without partial read
754END: stream-test
755ELAPSED: stream-test 0:00:00.169195
756
757START: string-table-test
758PASS:  string-table-test 1: create an empty string table
759PASS:  string-table-test 2: string table with short strings only
760PASS:  string-table-test 3: string table with large strings only
761PASS:  string-table-test 4: string table with many strings
762PASS:  string-table-test 5: store and load an empty string table
763PASS:  string-table-test 6: store and load table with short strings only
764PASS:  string-table-test 7: store and load table with large strings only
765PASS:  string-table-test 8: store and load string table with many strings
766END: string-table-test
767ELAPSED: string-table-test 0:00:00.406514
768
769START: string-test
770PASS:  string-test 1: make svn_stringbuf_t from cstring
771PASS:  string-test 2: make svn_stringbuf_t from substring of cstring
772PASS:  string-test 3: append svn_stringbuf_t to svn_stringbuf_t
773PASS:  string-test 4: append C string to svn_stringbuf_t
774PASS:  string-test 5: append bytes, then compare two strings
775PASS:  string-test 6: dup two strings, then compare
776PASS:  string-test 7: chopping a string
777PASS:  string-test 8: emptying a string
778PASS:  string-test 9: fill string with hashmarks
779PASS:  string-test 10: block initialization and growth
780PASS:  string-test 11: formatting strings from varargs
781PASS:  string-test 12: create string from file
782PASS:  string-test 13: find_char_backward; middle case
783PASS:  string-test 14: find_char_backward; 0 case
784PASS:  string-test 15: find_char_backward; strlen - 1 case
785PASS:  string-test 16: find_char_backward; len = 0 case
786PASS:  string-test 17: find_char_backward; no occurrence case
787PASS:  string-test 18: check whitespace removal; common case
788PASS:  string-test 19: check whitespace removal; no whitespace case
789PASS:  string-test 20: check whitespace removal; all whitespace case
790PASS:  string-test 21: check that whitespace will be stripped correctly
791PASS:  string-test 22: compare stringbufs; different lengths
792PASS:  string-test 23: compare stringbufs; same length, different content
793PASS:  string-test 24: verify i64toa
794PASS:  string-test 25: verify base36 conversion
795PASS:  string-test 26: check inserting into svn_stringbuf_t
796PASS:  string-test 27: check deletion from svn_stringbuf_t
797PASS:  string-test 28: check replacement in svn_stringbuf_t
798PASS:  string-test 29: test string similarity scores
799PASS:  string-test 30: test string matching
800PASS:  string-test 31: test svn_cstring_skip_prefix()
801END: string-test
802ELAPSED: string-test 0:00:00.189185
803
804START: strings-reps-test
805PASS:  strings-reps-test 1: write a new rep, get a new key back
806PASS:  strings-reps-test 2: write a new rep, then overwrite it
807PASS:  strings-reps-test 3: write and overwrite a new rep; confirm with reads
808PASS:  strings-reps-test 4: write, then delete, a new rep; confirm deletion
809PASS:  strings-reps-test 5: test many strings table functions together
810PASS:  strings-reps-test 6: write a null string
811PASS:  strings-reps-test 7: write a string, then abort during an overwrite
812PASS:  strings-reps-test 8: create and copy a string
813END: strings-reps-test
814ELAPSED: strings-reps-test 0:00:40.130603
815
816START: subst_translate-test
817PASS:  subst_translate-test 1: test svn_subst_translate_string2()
818PASS:  subst_translate-test 2: test svn_subst_translate_string2(encoding = NULL)
819PASS:  subst_translate-test 3: test repairing svn_subst_translate_string2()
820PASS:  subst_translate-test 4: test svn_subst_translate_cstring2()
821PASS:  subst_translate-test 5: test svn_subst_build_keywords3()
822PASS:  subst_translate-test 6: test truncated keywords (issue 4349)
823PASS:  subst_translate-test 7: test long keywords (issue 4350)
824END: subst_translate-test
825ELAPSED: subst_translate-test 0:00:00.342451
826
827START: time-test
828PASS:  time-test 1: test svn_time_to_cstring
829PASS:  time-test 2: test svn_time_from_cstring
830PASS:  time-test 3: test svn_time_from_cstring (old format)
831PASS:  time-test 4: test svn_time_[to/from]_cstring() invariant
832PASS:  time-test 5: test svn_parse_date
833END: time-test
834ELAPSED: time-test 0:00:00.162854
835
836START: translate-test
837PASS:  translate-test 1: no conversions
838PASS:  translate-test 2: convert CRLF to CRLF
839PASS:  translate-test 3: convert LF to CRLF
840PASS:  translate-test 4: convert CR to CRLF
841PASS:  translate-test 5: convert mixed line endings to CRLF
842PASS:  translate-test 6: convert LF to LF
843PASS:  translate-test 7: convert CRLF to LF
844PASS:  translate-test 8: convert CR to LF
845PASS:  translate-test 9: convert mixed line endings to LF
846PASS:  translate-test 10: convert CRLF to CR
847PASS:  translate-test 11: convert LF to CR
848PASS:  translate-test 12: convert CR to CR
849PASS:  translate-test 13: convert mixed line endings to CR
850PASS:  translate-test 14: keep mixed line endings without repair flag
851PASS:  translate-test 15: expand author
852PASS:  translate-test 16: expand date
853PASS:  translate-test 17: expand author and date
854PASS:  translate-test 18: expand author and rev
855PASS:  translate-test 19: expand rev
856PASS:  translate-test 20: expand rev and url
857PASS:  translate-test 21: expand author, date, rev, and url
858PASS:  translate-test 22: lf_to_crlf; expand author
859PASS:  translate-test 23: mixed_to_lf; expand author and date
860PASS:  translate-test 24: crlf_to_cr; expand author and rev
861PASS:  translate-test 25: cr_to_crlf; expand rev
862PASS:  translate-test 26: cr_to_crlf; expand rev and url
863PASS:  translate-test 27: mixed_to_crlf; expand author, date, rev, and url
864PASS:  translate-test 28: unexpand author
865PASS:  translate-test 29: unexpand date
866PASS:  translate-test 30: unexpand author and date
867PASS:  translate-test 31: unexpand author and rev
868PASS:  translate-test 32: unexpand rev
869PASS:  translate-test 33: unexpand rev and url
870PASS:  translate-test 34: unexpand author, date, rev, and url
871PASS:  translate-test 35: lf_to_crlf; unexpand author
872PASS:  translate-test 36: mixed_to_lf; unexpand author and date
873PASS:  translate-test 37: crlf_to_cr; unexpand author and rev
874PASS:  translate-test 38: cr_to_crlf; unexpand rev
875PASS:  translate-test 39: cr_to_crlf; unexpand rev and url
876PASS:  translate-test 40: mixed_to_crlf; unexpand author, date, rev, url
877END: translate-test
878ELAPSED: translate-test 0:00:00.547837
879
880START: utf-test
881PASS:  utf-test 1: test is_valid/last_valid
882PASS:  utf-test 2: test last_valid/last_valid2
883PASS:  utf-test 3: test svn_utf_cstring_to_utf8_ex2
884PASS:  utf-test 4: test svn_utf_cstring_from_utf8_ex2
885PASS:  utf-test 5: test svn_utf__normcmp
886PASS:  utf-test 6: test svn_utf__glob
887PASS:  utf-test 7: test svn_utf__fuzzy_escape
888PASS:  utf-test 8: test svn_utf__is_normalized
889PASS:  utf-test 9: test svn_utf__utf{16,32}_to_utf8
890END: utf-test
891ELAPSED: utf-test 0:00:00.808171
892
893START: wc-queries-test
894DBG: Using Sqlite 3.23.0
895PASS:  wc-queries-test 1: sqlite up-to-date
896PASS:  wc-queries-test 2: queries are parsable
897PASS:  wc-queries-test 3: test query expectations
898PASS:  wc-queries-test 4: test query duplicates
899PASS:  wc-queries-test 5: test schema statistics
900PASS:  wc-queries-test 6: verify queries are parsable
901END: wc-queries-test
902ELAPSED: wc-queries-test 0:00:00.592017
903
904START: wc-test
905PASS:  wc-test 1: test_node_get_base
906PASS:  wc-test 2: test_node_get_origin
907PASS:  wc-test 3: test svn_wc_parse_externals_description3
908PASS:  wc-test 4: parse erratic externals definition
909PASS:  wc-test 5: test legacy commit1
910PASS:  wc-test 6: test legacy commit2
911END: wc-test
912ELAPSED: wc-test 0:00:10.133763
913
914START: window-test
915expected: f6fd44565e14c6e44b35292719deb77e
916  actual: f6fd44565e14c6e44b35292719deb77e
917PASS:  window-test 1: txdelta stream and windows test
918END: window-test
919ELAPSED: window-test 0:00:00.186294
920
921START: x509-test
922PASS:  x509-test 1: test svn_x509_parse_cert
923END: x509-test
924ELAPSED: x509-test 0:00:00.169460
925
926START: authz_tests.py
927SKIP:  authz_tests.py 1: authz issue #2486 - open root
928SKIP:  authz_tests.py 2: authz issue #2486 - open directory
929SKIP:  authz_tests.py 3: broken authz files cause errors
930SKIP:  authz_tests.py 4: test authz for read operations
931SKIP:  authz_tests.py 5: test authz for write operations
932SKIP:  authz_tests.py 6: test authz for checkout
933SKIP:  authz_tests.py 7: test authz for log and tracing path changes
934SKIP:  authz_tests.py 8: test authz for checkout and update
935SKIP:  authz_tests.py 9: test authz for export with unreadable subfolder
936SKIP:  authz_tests.py 10: test authz for aliases
937SKIP:  authz_tests.py 11: test the authz validation rules
938SKIP:  authz_tests.py 12: test authz for locking
939SKIP:  authz_tests.py 13: authz issue #2712
940SKIP:  authz_tests.py 14: switched to directory, no read access on parents
941SKIP:  authz_tests.py 15: authz issue #3242 - access required at repo root
942SKIP:  authz_tests.py 16: more authz issue #3242 - update to renamed file
943SKIP:  authz_tests.py 17: multiple lines matching a user
944SKIP:  authz_tests.py 18: wc-to-wc-copy with absent nodes and then revert
945SKIP:  authz_tests.py 19: recursive ls with private subtrees
946SKIP:  authz_tests.py 20: authz issue #3781, check case sensitivity
947SKIP:  authz_tests.py 21: authz should notice a tree conflict
948SKIP:  authz_tests.py 22: wc delete with absent nodes
949SKIP:  authz_tests.py 23: verify commit error reporting
950SKIP:  authz_tests.py 24: upgrade absent nodes to server-excluded
951SKIP:  authz_tests.py 25: remove a subdir with authz file
952SKIP:  authz_tests.py 26: authz with configured global groups
953SKIP:  authz_tests.py 27: delete file without rights on the root
954SKIP:  authz_tests.py 28: log --diff on dontdothat
955SKIP:  authz_tests.py 29: replace file external with authz node
956SKIP:  authz_tests.py 30: log censors revprops for partially visible revs
957SKIP:  authz_tests.py 31: remove a subdir with authz file
958END: authz_tests.py
959ELAPSED: authz_tests.py 0:00:03.321279
960
961START: autoprop_tests.py
962PASS:  autoprop_tests.py 1: add: config=no,  commandline=none
963PASS:  autoprop_tests.py 2: add: config=yes, commandline=none
964PASS:  autoprop_tests.py 3: add: config=no,  commandline=yes
965PASS:  autoprop_tests.py 4: add: config=yes, commandline=yes
966PASS:  autoprop_tests.py 5: add: config=no,  commandline=no
967PASS:  autoprop_tests.py 6: add: config=yes, commandline=no
968PASS:  autoprop_tests.py 7: import: config=no,  commandline=none
969PASS:  autoprop_tests.py 8: import: config=yes, commandline=none
970PASS:  autoprop_tests.py 9: import: config=no,  commandline=yes
971PASS:  autoprop_tests.py 10: import: config=yes, commandline=yes
972PASS:  autoprop_tests.py 11: import: config=no,  commandline=no
973PASS:  autoprop_tests.py 12: import: config=yes, commandline=no
974PASS:  autoprop_tests.py 13: add directory
975PASS:  autoprop_tests.py 14: import directory
976PASS:  autoprop_tests.py 15: fail to add a file with mixed EOL style
977PASS:  autoprop_tests.py 16: inherit add: config=no, commandline=none
978PASS:  autoprop_tests.py 17: inherit add: config=yes,  commandline=none
979PASS:  autoprop_tests.py 18: inherit add: config=no,  commandline=yes
980PASS:  autoprop_tests.py 19: inherit add: config=yes, commandline=yes
981PASS:  autoprop_tests.py 20: inherit add: config=no,  commandline=no
982PASS:  autoprop_tests.py 21: inherit add: config=yes, commandline=no
983PASS:  autoprop_tests.py 22: inherit import: config=no, commandline=none
984PASS:  autoprop_tests.py 23: inherit import: config=yes, commandline=none
985PASS:  autoprop_tests.py 24: inherit import: config=no,  commandline=yes
986PASS:  autoprop_tests.py 25: inherit import: config=yes, commandline=yes
987PASS:  autoprop_tests.py 26: inherit import: config=no,  commandline=no
988PASS:  autoprop_tests.py 27: inherit import: config=yes, commandline=no
989PASS:  autoprop_tests.py 28: svn:auto-props and versioned target
990PASS:  autoprop_tests.py 29: svn:auto-props can't be set on files
991PASS:  autoprop_tests.py 30: versioned target and unversioned subtrees
992END: autoprop_tests.py
993ELAPSED: autoprop_tests.py 0:05:14.911417
994
995START: basic_tests.py
996PASS:  basic_tests.py 1: basic checkout of a wc
997PASS:  basic_tests.py 2: basic status command
998PASS:  basic_tests.py 3: basic commit command
999PASS:  basic_tests.py 4: basic update command
1000PASS:  basic_tests.py 5: basic mkdir URL
1001PASS:  basic_tests.py 6: basic mkdir URL, including parent directories
1002PASS:  basic_tests.py 7: basic mkdir, including parent directories
1003PASS:  basic_tests.py 8: basic corruption detection on commit
1004PASS:  basic_tests.py 9: basic corruption detection on update
1005PASS:  basic_tests.py 10: receiving text merges as part of an update
1006PASS:  basic_tests.py 11: basic conflict creation and resolution
1007PASS:  basic_tests.py 12: basic cleanup command
1008PASS:  basic_tests.py 13: basic revert command
1009PASS:  basic_tests.py 14: basic switch command
1010PASS:  basic_tests.py 15: basic delete command
1011PASS:  basic_tests.py 16: checkout a path no longer in HEAD
1012PASS:  basic_tests.py 17: attempt to change node kind
1013PASS:  basic_tests.py 18: basic import of single new file
1014PASS:  basic_tests.py 19: basic cat of files
1015PASS:  basic_tests.py 20: basic ls
1016PASS:  basic_tests.py 21: 'svn log file:///nonexistent_path' should fail
1017PASS:  basic_tests.py 22: basic auth caching
1018PASS:  basic_tests.py 23: ignored files in added dirs should not be added
1019PASS:  basic_tests.py 24: test add --parents
1020PASS:  basic_tests.py 25: make sure URI syntaxes are parsed correctly
1021PASS:  basic_tests.py 26: trying to check out a file should fail
1022PASS:  basic_tests.py 27: basic info command
1023PASS:  basic_tests.py 28: ignore files matching local ignores in added dirs
1024PASS:  basic_tests.py 29: add ignored files in added dirs
1025PASS:  basic_tests.py 30: check that repos root gets set on checkout
1026PASS:  basic_tests.py 31: checks peg revision on filename with @ sign
1027PASS:  basic_tests.py 32: info on file not existing in HEAD
1028PASS:  basic_tests.py 33: ls a path no longer in HEAD
1029PASS:  basic_tests.py 34: cat added file using -rPREV
1030PASS:  basic_tests.py 35: basic ls of repos with space in name
1031PASS:  basic_tests.py 36: delete file and directory with --keep-local
1032PASS:  basic_tests.py 37: delete file and directory with --keep-local twice
1033PASS:  basic_tests.py 38: use folders with names like 'c:hi'
1034PASS:  basic_tests.py 39: remotely remove directories from one repository
1035PASS:  basic_tests.py 40: remotely remove directories from two repositories
1036PASS:  basic_tests.py 41: automatic conflict resolution
1037PASS:  basic_tests.py 42: get info on a file not in the repo
1038PASS:  basic_tests.py 43: basic relative url target using current dir
1039PASS:  basic_tests.py 44: basic relative url target using other targets
1040PASS:  basic_tests.py 45: basic relative url target with multiple repos
1041PASS:  basic_tests.py 46: basic relative url non-canonical targets
1042PASS:  basic_tests.py 47: basic relative url targets with peg revisions
1043PASS:  basic_tests.py 48: basic auth test
1044PASS:  basic_tests.py 49: test add --parents .svn/format
1045PASS:  basic_tests.py 50: mkdir mix url and local path should error
1046PASS:  basic_tests.py 51: delete a directory with ' ' using its url
1047SKIP:  basic_tests.py 52: verify that neon/serf are compiled if tested
1048PASS:  basic_tests.py 53: commit deletes a file and adds one with same text
1049PASS:  basic_tests.py 54: rm child, commit, rm parent
1050PASS:  basic_tests.py 55: basic relocate of a wc
1051PASS:  basic_tests.py 56: delete multiple targets with spaces
1052PASS:  basic_tests.py 57: special characters in svn ls URL
1053PASS:  basic_tests.py 58: ls multiple and non-existent targets
1054PASS:  basic_tests.py 59: add multiple targets
1055PASS:  basic_tests.py 60: commits with --quiet
1056PASS:  basic_tests.py 61: rm missing item with case-clashing ondisk item
1057PASS:  basic_tests.py 62: delete multiple targets one conflict
1058W: svn: E155010: The node '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/basic_tests-63/A3/mu3' was not found.
1059W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
1060W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn cat -r2 svn-test-work/working_copies/basic_tests-63/A3/mu3@3 ..."; exit code 1
1061Traceback (most recent call last):
1062  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
1063    rc = self.pred.run(sandbox)
1064  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
1065    return self._delegate.run(sandbox)
1066  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
1067    result = self.func(sandbox)
1068  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/basic_tests.py", line 3045, in peg_rev_on_non_existent_wc_path
1069    'cat', '-r2', sbox.ospath('A3/mu3') + '@3')
1070  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
1071    expected_exit, *varargs)
1072  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 351, in run_and_verify_svn2
1073    exit_code, out, err = main.run_svn(want_err, *varargs)
1074  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
1075    *(_with_auth(_with_config_dir(varargs))))
1076  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
1077    None, *varargs)
1078  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
1079    '"; exit code ' + str(exit_code))
1080Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn cat -r2 svn-test-work/working_copies/basic_tests-63/A3/mu3@3 ..."; exit code 1
1081XFAIL: basic_tests.py 63: peg rev resolution on non-existent wc paths
1082PASS:  basic_tests.py 64: mkdir parents target exists on disk
1083END: basic_tests.py
1084ELAPSED: basic_tests.py 0:05:45.484625
1085
1086START: blame_tests.py
1087PASS:  blame_tests.py 1: annotate a file whose name contains a space
1088PASS:  blame_tests.py 2: annotate a binary file
1089PASS:  blame_tests.py 3: annotating a directory not allowed
1090PASS:  blame_tests.py 4: blame output in XML format
1091PASS:  blame_tests.py 5: blame lines from unknown revisions
1092PASS:  blame_tests.py 6: blame targets with peg-revisions
1093PASS:  blame_tests.py 7: blame with different eol styles
1094PASS:  blame_tests.py 8: ignore whitespace when blaming
1095PASS:  blame_tests.py 9: ignore eol styles when blaming
1096PASS:  blame_tests.py 10: test 'svn blame -g'
1097PASS:  blame_tests.py 11: don't look for merged files out of range
1098PASS:  blame_tests.py 12: blame target not in HEAD with peg-revisions
1099PASS:  blame_tests.py 13: blame target not in HEAD
1100PASS:  blame_tests.py 14: blame -g output with inserted lines
1101W: Unexpected output
1102W: EXPECTED STDOUT:
1103W: |        1    jrandom This is the file 'psi'.
1104W: | G      3    jrandom trunk edit in revision three.
1105W: | G      5    jrandom trunk edit in revision five.
1106W: ACTUAL STDOUT:
1107W: |        1    jrandom This is the file 'psi'.
1108W: | G      5    jrandom trunk edit in revision three.
1109W: | G      5    jrandom trunk edit in revision five.
1110W: DIFF STDOUT:
1111W: | --- EXPECTED STDOUT
1112W: | +++ ACTUAL STDOUT
1113W: | @@ -1,3 +1,3 @@
1114W: |         1    jrandom This is the file 'psi'.
1115W: | -G      3    jrandom trunk edit in revision three.
1116W: | +G      5    jrandom trunk edit in revision three.
1117W: |  G      5    jrandom trunk edit in revision five.
1118W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
1119W: EXCEPTION: SVNLineUnequal
1120Traceback (most recent call last):
1121  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
1122    rc = self.pred.run(sandbox)
1123  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 258, in run
1124    return self._delegate.run(sandbox)
1125  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
1126    return self._delegate.run(sandbox)
1127  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
1128    result = self.func(sandbox)
1129  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/blame_tests.py", line 814, in merge_sensitive_blame_and_empty_mergeinfo
1130    'blame', '-g', psi_COPY_path)
1131  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
1132    expected_exit, *varargs)
1133  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 353, in run_and_verify_svn2
1134    expected_stdout, expected_stderr)
1135  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 452, in verify_outputs
1136    compare_and_display_lines(message, label, expected, actual, raisable)
1137  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 425, in compare_and_display_lines
1138    raise raisable
1139SVNLineUnequal
1140XFAIL: blame_tests.py 15: blame -g handles changes from empty mergeinfo
1141PASS:  blame_tests.py 16: blame multiple target
1142PASS:  blame_tests.py 17: blame it on the eol handling
1143PASS:  blame_tests.py 18: blame_youngest_to_oldest
1144PASS:  blame_tests.py 19: blame reverse towards a revision with no change
1145END: blame_tests.py
1146ELAPSED: blame_tests.py 0:03:29.028624
1147
1148START: cat_tests.py
1149PASS:  cat_tests.py 1: cat a local directory
1150PASS:  cat_tests.py 2: cat a remote directory
1151PASS:  cat_tests.py 3: cat a file at revision BASE
1152PASS:  cat_tests.py 4: cat a nonexistent file
1153PASS:  cat_tests.py 5: cat should skip uncattable resources
1154PASS:  cat_tests.py 6: cat an unversioned file parent dir thinks exists
1155PASS:  cat_tests.py 7: cat a file with the svn:keywords property
1156PASS:  cat_tests.py 8: special characters in svn cat URL
1157PASS:  cat_tests.py 9: cat non-existing remote file
1158END: cat_tests.py
1159ELAPSED: cat_tests.py 0:00:25.963974
1160
1161START: changelist_tests.py
1162PASS:  changelist_tests.py 1: add and remove files from changelists
1163PASS:  changelist_tests.py 2: commit with single --changelist
1164PASS:  changelist_tests.py 3: commit with multiple --changelist's
1165PASS:  changelist_tests.py 4: info --changelist
1166PASS:  changelist_tests.py 5: diff --changelist (wc-wc and repos-wc)
1167PASS:  changelist_tests.py 6: propset/del/get/list --changelist
1168PASS:  changelist_tests.py 7: revert --changelist
1169PASS:  changelist_tests.py 8: update --changelist
1170PASS:  changelist_tests.py 9: tree conflicts, changelists and commit
1171PASS:  changelist_tests.py 10: more tree conflicts, changelists and commit
1172PASS:  changelist_tests.py 11: 'svn mv' of existing keeps the changelist
1173PASS:  changelist_tests.py 12: 'svn mv' of added keeps the changelist
1174PASS:  changelist_tests.py 13: change file in changelist to dir
1175PASS:  changelist_tests.py 14: revert a deleted file in a changelist
1176PASS:  changelist_tests.py 15: add and remove non-existent target to changelist
1177PASS:  changelist_tests.py 16: add and remove unversioned target to changelist
1178PASS:  changelist_tests.py 17: add new file to changelist, revert and readd
1179END: changelist_tests.py
1180ELAPSED: changelist_tests.py 0:01:35.976217
1181
1182START: checkout_tests.py
1183PASS:  checkout_tests.py 1: co with obstructions conflicts without --force
1184PASS:  checkout_tests.py 2: forced co flags conflict if a dir obstructs a file
1185PASS:  checkout_tests.py 3: forced co flags conflict if a file obstructs a dir
1186PASS:  checkout_tests.py 4: co with faux obstructions ok with --force
1187PASS:  checkout_tests.py 5: co with real obstructions ok with --force
1188PASS:  checkout_tests.py 6: co with real obstructions and unversioned files
1189PASS:  checkout_tests.py 7: forced co with versioned obstruction
1190PASS:  checkout_tests.py 8: import and checkout
1191PASS:  checkout_tests.py 9: checkout file with broken eol style
1192PASS:  checkout_tests.py 10: checkout and create some intermediate folders
1193PASS:  checkout_tests.py 11: checkout with peg revision
1194PASS:  checkout_tests.py 12: checkout with peg revision date
1195PASS:  checkout_tests.py 13: co handles obstructing paths scheduled for add
1196SKIP:  checkout_tests.py 14: checkout from the root of a Windows drive
1197END: checkout_tests.py
1198ELAPSED: checkout_tests.py 0:01:17.374872
1199
1200START: commit_tests.py
1201PASS:  commit_tests.py 1: commit one file
1202PASS:  commit_tests.py 2: commit one newly added file
1203PASS:  commit_tests.py 3: commit one newly added binary file
1204PASS:  commit_tests.py 4: commit multiple targets
1205PASS:  commit_tests.py 5: commit multiple targets, 2nd variation
1206PASS:  commit_tests.py 6: commit wc_dir/A/D -- includes D. (anchor=A, tgt=D)
1207PASS:  commit_tests.py 7: commit wc_dir -- (anchor=wc_dir, tgt={})
1208PASS:  commit_tests.py 8: committing unversioned object produces error
1209PASS:  commit_tests.py 9: replace two nested dirs, verify empty contents
1210PASS:  commit_tests.py 10: hudson prob 1.0:  delete file, commit, update
1211PASS:  commit_tests.py 11: hudson prob 1.1:  delete dir, commit, update
1212PASS:  commit_tests.py 12: hudson prob 1.2:  delete, commit, re-add, commit
1213PASS:  commit_tests.py 13: hudson prob 2.0:  prop commit on old dir fails
1214PASS:  commit_tests.py 14: hudson prob 2.1:  move files, update empty dir
1215PASS:  commit_tests.py 15: hook testing
1216PASS:  commit_tests.py 16: commit mixed-rev wc (no erroneous merge error)
1217PASS:  commit_tests.py 17: commit files and dirs with URI-unsafe characters
1218PASS:  commit_tests.py 18: commit deleted yet edited files
1219PASS:  commit_tests.py 19: commit a file inside dir scheduled for addition
1220PASS:  commit_tests.py 20: commit deleted (and missing) file
1221PASS:  commit_tests.py 21: issue 644 attempt to add a file twice
1222PASS:  commit_tests.py 22: commit from a dir with a longer name than the wc
1223PASS:  commit_tests.py 23: try to commit when directory is locked
1224PASS:  commit_tests.py 24: commit the current directory
1225PASS:  commit_tests.py 25: commit from two nested working copies
1226PASS:  commit_tests.py 26: commit from two working copies
1227PASS:  commit_tests.py 27: committing two WCs from different repos fails
1228PASS:  commit_tests.py 28: commit named targets with -N
1229PASS:  commit_tests.py 29: commit with conflicts and check txn in repo
1230PASS:  commit_tests.py 30: commit deletion of out-of-date file or dir
1231PASS:  commit_tests.py 31: commit with a log message containing bad data
1232PASS:  commit_tests.py 32: commit with log message with mixed EOL
1233PASS:  commit_tests.py 33: commit with log message with mixed EOL in tail
1234PASS:  commit_tests.py 34: commit with invalid external editor cmd
1235PASS:  commit_tests.py 35: commit with mods in schedule delete
1236PASS:  commit_tests.py 36: tabs in paths
1237PASS:  commit_tests.py 37: local ops should not be treated like commits
1238PASS:  commit_tests.py 38: post commit hook failure case testing
1239PASS:  commit_tests.py 39: commit two targets, both the same folder
1240PASS:  commit_tests.py 40: commit files with inconsistent eol should fail
1241PASS:  commit_tests.py 41: set revision props during remote mkdir
1242PASS:  commit_tests.py 42: set revision props during remote delete
1243PASS:  commit_tests.py 43: set revision props during commit
1244PASS:  commit_tests.py 44: set revision props during import
1245PASS:  commit_tests.py 45: set revision props during repos-to-repos copy
1246PASS:  commit_tests.py 46: set revision props during wc-to-repos copy
1247PASS:  commit_tests.py 47: set revision props during repos-to-repos move
1248PASS:  commit_tests.py 48: set revision props during remote property edit
1249PASS:  commit_tests.py 49: set multiple revision props during remote mkdir
1250PASS:  commit_tests.py 50: set revprop without value ('') during remote mkdir
1251PASS:  commit_tests.py 51: set revprop without '=' during remote mkdir
1252PASS:  commit_tests.py 52: set invalid revision props during remote mkdir
1253PASS:  commit_tests.py 53: start-commit hook failure case testing
1254PASS:  commit_tests.py 54: pre-commit hook failure case testing
1255PASS:  commit_tests.py 55: 'svn commit -F foo' when foo is a versioned file
1256PASS:  commit_tests.py 56: 'svn commit --changelist=foo' above a conflict
1257PASS:  commit_tests.py 57: try to commit a file that is out-of-date
1258PASS:  commit_tests.py 58: start-commit hook sees client capabilities
1259PASS:  commit_tests.py 59: commit a missing to-be-added file should fail
1260PASS:  commit_tests.py 60: tree conflicts block commit
1261PASS:  commit_tests.py 61: tree conflicts resolved
1262PASS:  commit_tests.py 62: committing multiple nested deletes
1263PASS:  commit_tests.py 63: commit an incomplete dir
1264PASS:  commit_tests.py 64: committing add with explicit subadd targets
1265PASS:  commit_tests.py 65: verify committing some dangling children fails
1266Bad 'svn info' output:
1267  Received: [{'Node Kind': 'directory', 'Schedule': 'normal', 'URL': 'file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/commit_tests-66/A/B_copied/E', 'Last Changed Date': '2018-04-04 19:38:03 +0200 (Wed, 04 Apr 2018)', 'Repository Root': 'file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/commit_tests-66', 'Last Changed Author': 'jrandom', 'Repository UUID': '7cf72844-9ec9-4f79-80f7-06a23b8011e8', 'Working Copy Root Path': '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/commit_tests-66', 'Last Changed Rev': '1', 'Path': 'svn-test-work/working_copies/commit_tests-66/A/B_copied/E', 'Revision': '2', 'Relative URL': '^/A/B_copied/E'}]
1268  Expected: [{'Last Changed Rev': '2', 'Revision': '2'}]
1269W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
1270W: EXCEPTION: SVNUnexpectedStdout: On 'svn-test-work/working_copies/commit_tests-66/A/B_copied/E': Values of key 'Last Changed Rev' don't match:
1271  Expected: '2' (regex)
1272  Found:    '1' (string)
1273Traceback (most recent call last):
1274  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
1275    rc = self.pred.run(sandbox)
1276  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
1277    return self._delegate.run(sandbox)
1278  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
1279    result = self.func(sandbox)
1280  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/commit_tests.py", line 2899, in last_changed_of_copied_subdir
1281    svntest.actions.run_and_verify_info([expected], E_copied)
1282  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1009, in run_and_verify_info
1283    % (path, key, value, actual[key]))
1284SVNUnexpectedStdout: On 'svn-test-work/working_copies/commit_tests-66/A/B_copied/E': Values of key 'Last Changed Rev' don't match:
1285  Expected: '2' (regex)
1286  Found:    '1' (string)
1287
1288XFAIL: commit_tests.py 66: last changed of copied subdir
1289PASS:  commit_tests.py 67: verify behavior on unversioned targets
1290PASS:  commit_tests.py 68: verify behavior of a copy with a deep (>=3) delete
1291PASS:  commit_tests.py 69: try to commit a deep descendant of a deleted node
1292PASS:  commit_tests.py 70: commit of mergeinfo that should cause out of date
1293PASS:  commit_tests.py 71: mkdir conflict should produce a proper error
1294PASS:  commit_tests.py 72: commit an xml file
1295END: commit_tests.py
1296ELAPSED: commit_tests.py 0:07:00.854208
1297
1298START: copy_tests.py
1299PASS:  copy_tests.py 1: basic copy and move commands -- on files only
1300PASS:  copy_tests.py 2: receive a copied directory during update
1301PASS:  copy_tests.py 3: resurrect a deleted directory
1302PASS:  copy_tests.py 4: svn cp URL URL cannot overwrite destination
1303PASS:  copy_tests.py 5: svn cp PATH PATH cannot overwrite destination
1304PASS:  copy_tests.py 6: copy a tree and modify before commit
1305PASS:  copy_tests.py 7: copy files with properties
1306PASS:  copy_tests.py 8: copy a tree and delete part of it before commit
1307PASS:  copy_tests.py 9: move and revert a directory
1308PASS:  copy_tests.py 10: executable bit should be preserved when copying
1309PASS:  copy_tests.py 11: working-copy to repository copy
1310PASS:  copy_tests.py 12: repository to working-copy copy
1311PASS:  copy_tests.py 13: copy item to root of repository
1312PASS:  copy_tests.py 14: copy URL URL/subdir
1313PASS:  copy_tests.py 15: copy WC URL/subdir
1314PASS:  copy_tests.py 16: resurrect a deleted file
1315PASS:  copy_tests.py 17: copy file from repos to working copy and run diff
1316PASS:  copy_tests.py 18: repos->WC copy with keyword or eol property set
1317PASS:  copy_tests.py 19: revision-kind keywords with non-URL source
1318PASS:  copy_tests.py 20: copy over a missing file
1319PASS:  copy_tests.py 21: copy a deleted directory back from the repos
1320PASS:  copy_tests.py 22: check for double URI escaping in svn ls -R
1321PASS:  copy_tests.py 23: wc to wc copy attempts between different repos
1322PASS:  copy_tests.py 24: wc to wc copy with presence=not-present items
1323PASS:  copy_tests.py 25: svn cp src-URL non-existent-URL-path
1324PASS:  copy_tests.py 26: svn cp oldrev-of-deleted-URL URL
1325PASS:  copy_tests.py 27: test URL to URL copying edge case
1326PASS:  copy_tests.py 28: copy wc dir to itself
1327PASS:  copy_tests.py 29: copy a complex mixed-rev wc
1328PASS:  copy_tests.py 30: svn cp PATH PATH replace file
1329PASS:  copy_tests.py 31: svn cp PATH PATH replace file with props
1330PASS:  copy_tests.py 32: svn cp URL PATH replace file
1331PASS:  copy_tests.py 33: svn cp URL PATH replace file with props
1332PASS:  copy_tests.py 34: delete a file scheduled for replacement
1333PASS:  copy_tests.py 35: move an unversioned file
1334PASS:  copy_tests.py 36: 'move' should not lose local mods
1335PASS:  copy_tests.py 37: copy a deleted dir to a prefix of its old path
1336PASS:  copy_tests.py 38: copy a copied file and dir
1337PASS:  copy_tests.py 39: move a copied file and dir
1338PASS:  copy_tests.py 40: move a moved file and dir
1339PASS:  copy_tests.py 41: move a file twice within a moved dir
1340PASS:  copy_tests.py 42: move a file out of a moved dir
1341PASS:  copy_tests.py 43: move a dir twice within a moved dir
1342PASS:  copy_tests.py 44: move a dir out of a moved dir
1343PASS:  copy_tests.py 45: move a moved file back to original location
1344PASS:  copy_tests.py 46: move a moved dir back to original location
1345PASS:  copy_tests.py 47: copy and move added paths without commits
1346PASS:  copy_tests.py 48: copy added uncommitted paths with props
1347PASS:  copy_tests.py 49: copy added path to URL
1348PASS:  copy_tests.py 50: move file using relative dst path names
1349PASS:  copy_tests.py 51: move file using relative src path names
1350PASS:  copy_tests.py 52: copy file using relative dst path names
1351PASS:  copy_tests.py 53: copy file using relative src path names
1352PASS:  copy_tests.py 54: svn mv multiple files to a common directory
1353PASS:  copy_tests.py 55: svn cp multiple files to a common directory
1354PASS:  copy_tests.py 56: move multiple files within a repo
1355PASS:  copy_tests.py 57: copy multiple files within a repo
1356PASS:  copy_tests.py 58: copy multiple files from a repo to a wc
1357PASS:  copy_tests.py 59: copy multiple files from a wc to a repo
1358PASS:  copy_tests.py 60: copy local files using peg rev syntax
1359PASS:  copy_tests.py 61: copy local dirs using peg rev syntax
1360PASS:  copy_tests.py 62: copy urls using peg rev syntax
1361PASS:  copy_tests.py 63: copy old revision of wc dir to new dir
1362PASS:  copy_tests.py 64: svn cp --parents WC_PATH WC_PATH
1363PASS:  copy_tests.py 65: svn cp --parents URL WC_PATH
1364PASS:  copy_tests.py 66: svn cp --parents WC_PATH URL
1365PASS:  copy_tests.py 67: svn cp --parents URL URL
1366PASS:  copy_tests.py 68: copy a URL that needs URI encoding to WC
1367PASS:  copy_tests.py 69: copy wc in unversioned parent to other wc
1368PASS:  copy_tests.py 70: svn cp --parents FILE_URL DIR_URL
1369PASS:  copy_tests.py 71: svn cp --parents URL/src_dir URL/dst_dir
1370PASS:  copy_tests.py 72: copy file into missing dir
1371PASS:  copy_tests.py 73: renaming inside a copied subtree shouldn't hang
1372PASS:  copy_tests.py 74: issue #2475 - move and copy between working copies
1373PASS:  copy_tests.py 75: issue #2475 - direct copy in the repository
1374PASS:  copy_tests.py 76: copy a wcdir, then commit it with --depth empty
1375PASS:  copy_tests.py 77: copy a dir below a copied dir
1376PASS:  copy_tests.py 78: move a dir below a moved dir
1377PASS:  copy_tests.py 79: reverse merge move
1378PASS:  copy_tests.py 80: commit only top of copy; check child behavior
1379PASS:  copy_tests.py 81: copy/mv of new dir with copied file keeps history
1380PASS:  copy_tests.py 82: copy broken symlink
1381PASS:  copy_tests.py 83: move a directory containing moved node
1382PASS:  copy_tests.py 84: copy a directory with whitespace to one without
1383PASS:  copy_tests.py 85: changed data after commit should match checkout
1384PASS:  copy_tests.py 86: changed dir after commit should match checkout
1385PASS:  copy_tests.py 87: move added nodes
1386PASS:  copy_tests.py 88: copy a directory over a deleted directory
1387PASS:  copy_tests.py 89: copy mixed-rev and delete children
1388PASS:  copy_tests.py 90: copy, delete child, delete copy
1389PASS:  copy_tests.py 91: copy, delete child, revert copy
1390PASS:  copy_tests.py 92: delete a directory scheduled for replacement
1391PASS:  copy_tests.py 93: copy repos node over deleted node, same kind
1392PASS:  copy_tests.py 94: copy repos node over deleted node, other kind
1393PASS:  copy_tests.py 95: copy WC node over a deleted node, same kind
1394PASS:  copy_tests.py 96: copy WC node over deleted node, other kind
1395PASS:  copy_tests.py 97: move wc and repo dir to itself
1396PASS:  copy_tests.py 98: copy wc to url with several absent children
1397PASS:  copy_tests.py 99: copy using URL shortcut source
1398PASS:  copy_tests.py 100: address a deleted file hidden by case clash
1399PASS:  copy_tests.py 101: copy -rBASE deleted
1400XPASS: copy_tests.py 102: case-only rename
1401W: =============================================================
1402Expected 'alpha' and actual 'alpha' in disk tree are different!
1403=============================================================
1404EXPECTED NODE TO BE:
1405=============================================================
1406 * Node name:   alpha
1407    Path:       __SVN_ROOT_NODE/alpha
1408    Contents:   This is the file 'alpha'.
1409Local edit
1410
1411    Properties: {}
1412    Attributes: {}
1413    Children:  None (node is probably a file)
1414=============================================================
1415ACTUAL NODE FOUND:
1416=============================================================
1417 * Node name:   alpha
1418    Path:       __SVN_ROOT_NODE/alpha
1419    Contents:   This is the file 'alpha'.
1420<<<<<<< .working
1421Local edit
1422||||||| .merge-left.r3
1423=======
1424Edit for merge
1425>>>>>>> .merge-right.r4
1426
1427    Properties: {}
1428    Attributes: {}
1429    Children:  None (node is probably a file)
1430
1431W: Unequal at node alpha
1432W: EXPECTED DISK TREE:
1433svntest.wc.State(wc_dir, {
1434  'H'                 : Item(props={'foo':'100'}),
1435  'H/chi'             : Item(contents="This is the file 'chi'.\n", props={'foo':'100'}),
1436  'H/psi'             : Item(contents="This is the file 'psi'.\n"),
1437  'H/omega'           : Item(contents="This is the file 'omega'.\n"),
1438  'D'                 : Item(),
1439  'B/E/beta'          : Item(contents="This is the file 'beta'.\nEdit for merge\n"),
1440  'B/lambda'          : Item(contents="This is the file 'lambda'.\n"),
1441  'B/F'               : Item(),
1442  'alpha'             : Item(contents="This is the file 'alpha'.\nLocal edit\n"),
1443  'G/rho'             : Item(contents="This is the file 'rho'.\nLocal edit\n"),
1444  'G/pi'              : Item(contents="This is the file 'pi'.\n"),
1445  'G/tau'             : Item(contents="This is the file 'tau'.\n"),
1446  'Q/sigma'           : Item(contents="New local file\n"),
1447})
1448W: ACTUAL DISK TREE:
1449svntest.wc.State(wc_dir, {
1450  'H'                 : Item(props={'foo':'100'}),
1451  'H/chi'             : Item(contents="This is the file 'chi'.\n", props={'foo':'100'}),
1452  'H/psi'             : Item(contents="This is the file 'psi'.\n"),
1453  'H/omega'           : Item(contents="This is the file 'omega'.\n"),
1454  'B/E/beta'          : Item(contents="This is the file 'beta'.\nEdit for merge\n"),
1455  'B/lambda'          : Item(contents="This is the file 'lambda'.\n"),
1456  'B/F'               : Item(),
1457  'D'                 : Item(),
1458  'G/tau'             : Item(contents="This is the file 'tau'.\n"),
1459  'G/rho'             : Item(contents="This is the file 'rho'.\nLocal edit\n"),
1460  'G/pi'              : Item(contents="This is the file 'pi'.\n"),
1461  'Q/sigma'           : Item(contents="New local file\n"),
1462  'alpha'             : Item(contents="This is the file 'alpha'.\n<<<<<<< .working\nLocal edit\n||||||| .merge-left.r3\n=======\nEdit for merge\n>>>>>>> .merge-right.r4\n"),
1463})
1464W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
1465W: EXCEPTION: SVNTreeUnequal
1466Traceback (most recent call last):
1467  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
1468    rc = self.pred.run(sandbox)
1469  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
1470    return self._delegate.run(sandbox)
1471  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
1472    result = self.func(sandbox)
1473  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/copy_tests.py", line 5415, in copy_and_move_conflicts
1474    svntest.actions.verify_disk(wc('move-dest'), expected_disk, True)
1475  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 867, in verify_disk
1476    singleton_handler_b, b_baton)
1477  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
1478    singleton_handler_b, b_baton)
1479  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 677, in compare_trees
1480    raise SVNTreeUnequal
1481SVNTreeUnequal
1482XFAIL: copy_tests.py 103: copy and move conflicts
1483PASS:  copy_tests.py 104: try to copy a deleted directory that exists
1484PASS:  copy_tests.py 105: attempt to commit the copied part of move
1485PASS:  copy_tests.py 106: attempt to commit the deleted part of move
1486PASS:  copy_tests.py 107: wc-to-wc copy of an incomplete directory
1487PASS:  copy_tests.py 108: three nested moves
1488PASS:  copy_tests.py 109: copy to unversioned parent
1489PASS:  copy_tests.py 110: copy with a text conflict should not copy markers
1490PASS:  copy_tests.py 111: copy on top of excluded should give error
1491PASS:  copy_tests.py 112: copy from a relocated location
1492PASS:  copy_tests.py 113: copy deleted tree from separate wc
1493PASS:  copy_tests.py 114: copy to-be-deleted subtree
1494PASS:  copy_tests.py 115: resurrect directory at root
1495END: copy_tests.py
1496ELAPSED: copy_tests.py 0:09:44.191286
1497
1498START: depth_tests.py
1499PASS:  depth_tests.py 1: depth-empty checkout
1500PASS:  depth_tests.py 2: depth-files checkout
1501PASS:  depth_tests.py 3: non-recursive checkout equals depth-files
1502PASS:  depth_tests.py 4: update depth-empty wc shouldn't receive file mod
1503PASS:  depth_tests.py 5: update depth-immediates wc gets top file mod only
1504PASS:  depth_tests.py 6: commit a file from a depth-empty working copy
1505PASS:  depth_tests.py 7: act on a file in a depth-empty working copy
1506PASS:  depth_tests.py 8: bring a dir into a depth-empty working copy
1507PASS:  depth_tests.py 9: bring a file into a depth-immediates working copy
1508PASS:  depth_tests.py 10: bring a dir into a depth-immediates working copy
1509PASS:  depth_tests.py 11: bring a dir into a mixed-depth working copy
1510PASS:  depth_tests.py 12: depth-empty working copy ignores a deletion
1511PASS:  depth_tests.py 13: depth-immediates working copy ignores a deletion
1512PASS:  depth_tests.py 14: depth-immediates working copy receives a deletion
1513PASS:  depth_tests.py 15: gradually update an empty wc to depth=infinity
1514PASS:  depth_tests.py 16: depth-immediates commit subdir propset, update
1515PASS:  depth_tests.py 17: depth-immediates update receives subdir propset
1516PASS:  depth_tests.py 18: commit property mods only, using --depth=empty
1517PASS:  depth_tests.py 19: diff at various depths in non-infinity wc
1518PASS:  depth_tests.py 20: commit some files with --depth=immediates
1519PASS:  depth_tests.py 21: depth-immediates wc receives new directory
1520PASS:  depth_tests.py 22: add multi-subdir tree with --depth options
1521PASS:  depth_tests.py 23: upgrade a depth=empty wc from above
1522PASS:  depth_tests.py 24: status -u at various depths in non-infinity wc
1523PASS:  depth_tests.py 25: 'update -N' above a WC path deleted in repos HEAD
1524PASS:  depth_tests.py 26: gradually fold wc from depth=infinity to empty
1525PASS:  depth_tests.py 27: gradually fold wc, focusing on depth=immediates
1526PASS:  depth_tests.py 28: expand target while contracting subtree
1527PASS:  depth_tests.py 29: checkout and verify subtree with depth immediates
1528PASS:  depth_tests.py 30: unversioned & modified items left untouched
1529PASS:  depth_tests.py 31: depth-empty update on a file doesn't break it
1530PASS:  depth_tests.py 32: make sure update handle svn_depth_exclude properly
1531PASS:  depth_tests.py 33: make sure other subcommands handle exclude
1532PASS:  depth_tests.py 34: exclude flag should be cleared upon remote removal
1533PASS:  depth_tests.py 35: 'up --set-depth exclude' doesn't lose entries
1534PASS:  depth_tests.py 36: 'info' should treat excluded item as versioned
1535PASS:  depth_tests.py 37: tree conflicts resolved depth-empty
1536PASS:  depth_tests.py 38: tree conflicts resolved depth-files
1537PASS:  depth_tests.py 39: tree conflicts resolved depth-immediates
1538PASS:  depth_tests.py 40: tree conflicts resolved depth-infinity
1539PASS:  depth_tests.py 41: set-depth from excluded to all other depths
1540PASS:  depth_tests.py 42: update depth=empty root of depth=infinite children
1541PASS:  depth_tests.py 43: update --parents
1542PASS:  depth_tests.py 44: update below depth empty shouldn't be applied
1543PASS:  depth_tests.py 45: deep commit followed by update --depth immediates
1544PASS:  depth_tests.py 46: depth immediate+files should revert deleted files
1545PASS:  depth_tests.py 47: update produces no spurious rows
1546PASS:  depth_tests.py 48: commit an excluded node
1547END: depth_tests.py
1548ELAPSED: depth_tests.py 0:04:41.328893
1549
1550START: diff_tests.py
1551PASS:  diff_tests.py 1: update a file
1552PASS:  diff_tests.py 2: add a file
1553PASS:  diff_tests.py 3: add a file in an added directory
1554PASS:  diff_tests.py 4: replace a file with a file
1555PASS:  diff_tests.py 5: multiple revisions diff'd forwards and backwards
1556PASS:  diff_tests.py 6: non-recursive behaviour
1557PASS:  diff_tests.py 7: diff only part of the repository
1558PASS:  diff_tests.py 8: non version controlled files
1559PASS:  diff_tests.py 9: pure repository diff update a file
1560PASS:  diff_tests.py 10: diff when property was changed but text was not
1561PASS:  diff_tests.py 11: don't diff file marked as binary type
1562PASS:  diff_tests.py 12: svn diff errors against a non-existent URL
1563PASS:  diff_tests.py 13: diff against the head of a moved file
1564PASS:  diff_tests.py 14: diff text-bases against repository
1565PASS:  diff_tests.py 15: repos-repos diff on item deleted from HEAD
1566PASS:  diff_tests.py 16: select diff targets
1567PASS:  diff_tests.py 17: diff for branches
1568PASS:  diff_tests.py 18: diff between repos URLs and WC paths
1569PASS:  diff_tests.py 19: diff between two file URLs
1570PASS:  diff_tests.py 20: diff a property change plus a local edit
1571PASS:  diff_tests.py 21: check for omitted prefix in path component
1572PASS:  diff_tests.py 22: diff a file that has been renamed
1573PASS:  diff_tests.py 23: diff a file within a renamed directory
1574PASS:  diff_tests.py 24: diff a prop change on a dir named explicitly
1575PASS:  diff_tests.py 25: ensure that diff won't show keywords
1576PASS:  diff_tests.py 26: show diffs for binary files
1577PASS:  diff_tests.py 27: scheduled deleted
1578PASS:  diff_tests.py 28: diff a renamed directory
1579PASS:  diff_tests.py 29: diff to BASE with local property mods
1580PASS:  diff_tests.py 30: repos-wc diffs with local svn:mime-type prop mods
1581PASS:  diff_tests.py 31: diff a property change plus a local prop edit
1582PASS:  diff_tests.py 32: repos-wc diff showing added entries with props
1583PASS:  diff_tests.py 33: nonrecursive diff + deleted directories
1584PASS:  diff_tests.py 34: repos->WORKING diff showing added modifed dir
1585PASS:  diff_tests.py 35: base->repos diff of moved file
1586PASS:  diff_tests.py 36: wc->repos diff of added subtree
1587PASS:  diff_tests.py 37: basic diff summarize
1588PASS:  diff_tests.py 38: diff with svn:author that has < in it
1589PASS:  diff_tests.py 39: ignore whitespace when diffing
1590PASS:  diff_tests.py 40: ignore eol styles when diffing
1591PASS:  diff_tests.py 41: diff a revision of a file in a renamed folder
1592PASS:  diff_tests.py 42: test diffs at various depths
1593PASS:  diff_tests.py 43: ignore eol styles when diffing empty lines
1594PASS:  diff_tests.py 44: backward repos->wc diff with copied file
1595PASS:  diff_tests.py 45: xml diff summarize
1596PASS:  diff_tests.py 46: svn diff --depth=empty FILE_WITH_LOCAL_MODS
1597PASS:  diff_tests.py 47: 'svn diff -x wc -r#' should return error
1598PASS:  diff_tests.py 48: svn diff --diff-cmd provides the correct arguments
1599PASS:  diff_tests.py 49: diff URL against working copy with local mods
1600PASS:  diff_tests.py 50: diff -r1 of dir with removed-then-readded file
1601PASS:  diff_tests.py 51: create a diff in git unidiff format for wc-wc
1602PASS:  diff_tests.py 52: create a diff in git unidiff format for url-wc
1603PASS:  diff_tests.py 53: create a diff in git unidiff format for url-url
1604PASS:  diff_tests.py 54: diff for property has missing context
1605PASS:  diff_tests.py 55: diff for property with multiple hunks
1606PASS:  diff_tests.py 56: create a diff in git format for empty files
1607PASS:  diff_tests.py 57: create a diff in git format showing prop changes
1608PASS:  diff_tests.py 58: diff in git format showing prop changes on dir
1609PASS:  diff_tests.py 59: diff absolute localpath from wc folder
1610PASS:  diff_tests.py 60: no spurious conflict on update
1611PASS:  diff_tests.py 61: diff WC-WC shows the correct base rev num
1612PASS:  diff_tests.py 62: diff between two working copies
1613PASS:  diff_tests.py 63: diff -cN of URL deleted in rN
1614PASS:  diff_tests.py 64: diff arbitrary files and dirs
1615PASS:  diff_tests.py 65: diff --properties-only
1616PASS:  diff_tests.py 66: diff props; check no-newline-at-end messages
1617PASS:  diff_tests.py 67: diff arbitrary files and dirs but same
1618PASS:  diff_tests.py 68: create a diff in git unidff format for wc dir mv
1619PASS:  diff_tests.py 69: diff some simple ancestry changes
1620PASS:  diff_tests.py 70: diff a replaced tree
1621PASS:  diff_tests.py 71: diff a directory replaced by a file
1622PASS:  diff_tests.py 72: diff a directory replaced by a directory tree
1623PASS:  diff_tests.py 73: repos diff of rev which adds empty file
1624PASS:  diff_tests.py 74: diff with missing tree-conflict victim in wc
1625PASS:  diff_tests.py 75: diff local missing and obstructed files
1626PASS:  diff_tests.py 76: diff copied-along child that contains a moved file
1627W: Unexpected output
1628W: EXPECTED STDOUT:
1629W: | Index: svn-test-work/working_copies/diff_tests-77/iota_copy
1630W: | ===================================================================
1631W: | --- svn-test-work/working_copies/diff_tests-77/iota_copy   (file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/diff_tests-77/iota)       (nonexistent)
1632W: | +++ svn-test-work/working_copies/diff_tests-77/iota_copy   (.../svn-test-work/working_copies/diff_tests-77/iota_copy)      (working copy)
1633W: | @@ -0,0 +1 @@
1634W: | +This is the file 'iota'.
1635W: ACTUAL STDOUT:
1636W: | Index: svn-test-work/working_copies/diff_tests-77/iota_copy
1637W: | ===================================================================
1638W: | --- svn-test-work/working_copies/diff_tests-77/iota_copy   (.../iota)      (revision 1)
1639W: | +++ svn-test-work/working_copies/diff_tests-77/iota_copy   (.../iota_copy) (nonexistent)
1640W: | @@ -1 +0,0 @@
1641W: | -This is the file 'iota'.
1642W: | Index: svn-test-work/working_copies/diff_tests-77/iota_copy
1643W: | ===================================================================
1644W: | --- svn-test-work/working_copies/diff_tests-77/iota_copy   (.../iota)      (nonexistent)
1645W: | +++ svn-test-work/working_copies/diff_tests-77/iota_copy   (.../iota_copy) (working copy)
1646W: | @@ -0,0 +1 @@
1647W: | +This is the file 'iota'.
1648W: DIFF STDOUT:
1649W: | --- EXPECTED STDOUT
1650W: | +++ ACTUAL STDOUT
1651W: | @@ -1,6 +1,12 @@
1652W: |  Index: svn-test-work/working_copies/diff_tests-77/iota_copy
1653W: |  ===================================================================
1654W: | ---- svn-test-work/working_copies/diff_tests-77/iota_copy  (file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/diff_tests-77/iota)       (nonexistent)
1655W: | -+++ svn-test-work/working_copies/diff_tests-77/iota_copy  (.../svn-test-work/working_copies/diff_tests-77/iota_copy)      (working copy)
1656W: | +--- svn-test-work/working_copies/diff_tests-77/iota_copy  (.../iota)      (revision 1)
1657W: | ++++ svn-test-work/working_copies/diff_tests-77/iota_copy  (.../iota_copy) (nonexistent)
1658W: | +@@ -1 +0,0 @@
1659W: | +-This is the file 'iota'.
1660W: | +Index: svn-test-work/working_copies/diff_tests-77/iota_copy
1661W: | +===================================================================
1662W: | +--- svn-test-work/working_copies/diff_tests-77/iota_copy  (.../iota)      (nonexistent)
1663W: | ++++ svn-test-work/working_copies/diff_tests-77/iota_copy  (.../iota_copy) (working copy)
1664W: |  @@ -0,0 +1 @@
1665W: |  +This is the file 'iota'.
1666W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
1667W: EXCEPTION: SVNLineUnequal
1668Traceback (most recent call last):
1669  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
1670    rc = self.pred.run(sandbox)
1671  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
1672    return self._delegate.run(sandbox)
1673  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
1674    result = self.func(sandbox)
1675  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/diff_tests.py", line 4517, in diff_repo_wc_copies
1676    iota_url, iota_copy)
1677  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
1678    expected_exit, *varargs)
1679  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 353, in run_and_verify_svn2
1680    expected_stdout, expected_stderr)
1681  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 452, in verify_outputs
1682    compare_and_display_lines(message, label, expected, actual, raisable)
1683  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 425, in compare_and_display_lines
1684    raise raisable
1685SVNLineUnequal
1686XFAIL: diff_tests.py 77: diff repo to wc of a copy
1687PASS:  diff_tests.py 78: diff repo to wc file target with props
1688PASS:  diff_tests.py 79: diff repo to repo added file with mime-type
1689PASS:  diff_tests.py 80: diff a switched file against repository
1690PASS:  diff_tests.py 81: diff parent directory
1691PASS:  diff_tests.py 82: diff deleted in move against repository
1692PASS:  diff_tests.py 83: diff against a replaced moved node
1693PASS:  diff_tests.py 84: local WC diff of copied dir
1694PASS:  diff_tests.py 85: diff --summarize --ignore-properties
1695END: diff_tests.py
1696ELAPSED: diff_tests.py 0:08:27.472859
1697
1698START: entries_tests.py
1699PASS:  entries_tests.py 1: basic entries behavior
1700PASS:  entries_tests.py 2: validate entries when obstructions exist
1701PASS:  entries_tests.py 3: various details about deleted nodes
1702END: entries_tests.py
1703ELAPSED: entries_tests.py 0:00:20.080341
1704
1705START: export_tests.py
1706PASS:  export_tests.py 1: export an empty directory
1707PASS:  export_tests.py 2: export the greek tree
1708PASS:  export_tests.py 3: attempt to export a nonexistent URL
1709PASS:  export_tests.py 4: export working copy
1710PASS:  export_tests.py 5: export working copy with mods
1711PASS:  export_tests.py 6: export over existing dir
1712PASS:  export_tests.py 7: export with keyword translation
1713PASS:  export_tests.py 8: export with eol translation
1714PASS:  export_tests.py 9: export working copy with keyword translation
1715PASS:  export_tests.py 10: export working copy with property mods
1716W: Couldn't find node 'rho' in actual output tree
1717W:  * Node name:   rho
1718    Path:       svn-test-work/working_copies/export_tests-11.export/A/D/G/rho
1719    Contents:   None
1720    Properties: {}
1721    Attributes: {'status': 'A '}
1722    Children:  None (node is probably a file)
1723
1724W: Unequal at node G
1725W: Unequal at node D
1726W: Unequal at node A
1727W: Unequal at node export_tests-11.export
1728W: Unequal at node working_copies
1729W: Unequal at node svn-test-work
1730W: ACTUAL OUTPUT TREE:
1731svntest.wc.State(wc_dir, {
1732  'A'                 : Item(status='A '),
1733  'A/C'               : Item(status='A '),
1734  'A/D'               : Item(status='A '),
1735  'A/D/G'             : Item(status='A '),
1736  'A/D/G/tau'         : Item(status='A '),
1737  'A/D/G/pi'          : Item(status='A '),
1738  'A/D/gamma'         : Item(status='A '),
1739  'A/D/H'             : Item(status='A '),
1740  'A/D/H/psi'         : Item(status='A '),
1741  'A/D/H/omega'       : Item(status='A '),
1742  'A/B'               : Item(status='A '),
1743  'A/B/lambda'        : Item(status='A '),
1744  'A/B/F'             : Item(status='A '),
1745  'A/B/E'             : Item(status='A '),
1746  'A/B/E/beta'        : Item(status='A '),
1747  'A/B/E/alpha'       : Item(status='A '),
1748  'A/mu'              : Item(status='A '),
1749  'iota'              : Item(status='A '),
1750  'K'                 : Item(status='A '),
1751})
1752W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
1753W: EXCEPTION: SVNTreeUnequal
1754Traceback (most recent call last):
1755  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
1756    rc = self.pred.run(sandbox)
1757  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
1758    return self._delegate.run(sandbox)
1759  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
1760    result = self.func(sandbox)
1761  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/export_tests.py", line 428, in export_working_copy_at_base_revision
1762    '-rBASE')
1763  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 566, in run_and_verify_export
1764    tree.compare_trees("output", actual, output_tree)
1765  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
1766    singleton_handler_b, b_baton)
1767  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
1768    singleton_handler_b, b_baton)
1769  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
1770    singleton_handler_b, b_baton)
1771  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
1772    singleton_handler_b, b_baton)
1773  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
1774    singleton_handler_b, b_baton)
1775  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
1776    singleton_handler_b, b_baton)
1777  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 706, in compare_trees
1778    singleton_handler_b(b_child, b_baton)
1779  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 593, in default_singleton_handler
1780    raise SVNTreeUnequal
1781SVNTreeUnequal
1782XFAIL: export_tests.py 11: export working copy at base revision
1783PASS:  export_tests.py 12: export with --native-eol
1784PASS:  export_tests.py 13: export nonexistent file
1785PASS:  export_tests.py 14: export unversioned file
1786PASS:  export_tests.py 15: export with state deleted=true
1787PASS:  export_tests.py 16: export and create some intermediate folders
1788PASS:  export_tests.py 17: export -r {HEAD+1} fails
1789PASS:  export_tests.py 18: export a single file to '.', via url
1790PASS:  export_tests.py 19: export a single file to '.', via wc
1791PASS:  export_tests.py 20: exporting a file refuses to silently overwrite
1792PASS:  export_tests.py 21: export ignoring keyword translation
1793PASS:  export_tests.py 22: export working copy ignoring keyword translation
1794PASS:  export_tests.py 23: export file with URL unsafe characters
1795PASS:  export_tests.py 24: export working copy with different depths
1796PASS:  export_tests.py 25: export externals with eol translation
1797PASS:  export_tests.py 26: export to current dir
1798PASS:  export_tests.py 27: exporting a file with force option
1799PASS:  export_tests.py 28: export with custom keywords
1800PASS:  export_tests.py 29: export file external from WC and URL
1801PASS:  export_tests.py 30: exporting file externals
1802END: export_tests.py
1803ELAPSED: export_tests.py 0:01:27.990544
1804
1805START: externals_tests.py
1806PASS:  externals_tests.py 1: test checkouts with externals
1807PASS:  externals_tests.py 2: update to receive a new external module
1808PASS:  externals_tests.py 3: update to lose an external module
1809PASS:  externals_tests.py 4: update change to an unmodified external module
1810PASS:  externals_tests.py 5: update changes to a modified external module
1811PASS:  externals_tests.py 6: update changes under an external module
1812PASS:  externals_tests.py 7: commit and update additional externals
1813PASS:  externals_tests.py 8: error if external target dir involves '.' or '..'
1814PASS:  externals_tests.py 9: test exports with externals
1815PASS:  externals_tests.py 10: test exports from working copies with externals
1816PASS:  externals_tests.py 11: use a peg revision to specify an external module
1817PASS:  externals_tests.py 12: check the new '-rN URL PATH' syntax
1818PASS:  externals_tests.py 13: error if propset'ing external with invalid format
1819PASS:  externals_tests.py 14: old 'PATH URL' format should ignore peg revisions
1820PASS:  externals_tests.py 15: should not be able to mv or rm a file external
1821PASS:  externals_tests.py 16: place a file external into a directory external
1822PASS:  externals_tests.py 17: allow spaces in external local paths
1823PASS:  externals_tests.py 18: binary file externals
1824PASS:  externals_tests.py 19: delete a file external
1825PASS:  externals_tests.py 20: switch a relative external
1826PASS:  externals_tests.py 21: export from a sparse working copy with externals
1827PASS:  externals_tests.py 22: relegate external from one repo to another
1828PASS:  externals_tests.py 23: tag directory with file externals from wc to url
1829PASS:  externals_tests.py 24: merge target with externals
1830PASS:  externals_tests.py 25: update that modifies a file external
1831PASS:  externals_tests.py 26: update an external on a locally added dir
1832PASS:  externals_tests.py 27: switch an external on a locally added dir
1833PASS:  externals_tests.py 28: update a file external in sibling dir
1834PASS:  externals_tests.py 29: update a file external without committing target
1835PASS:  externals_tests.py 30: bring in a new file over a file external
1836PASS:  externals_tests.py 31: bring in a new file external over a file
1837PASS:  externals_tests.py 32: try to exclude externals
1838PASS:  externals_tests.py 33: update file externals via different url
1839PASS:  externals_tests.py 34: file external in unversioned dir
1840PASS:  externals_tests.py 35: a WC->WC copy should exclude file externals
1841PASS:  externals_tests.py 36: commit --include-externals
1842PASS:  externals_tests.py 37: commit --include-externals --depth=immediates
1843PASS:  externals_tests.py 38: external shadows an existing dir
1844PASS:  externals_tests.py 39: file external remap segfaults due to deleted props
1845PASS:  externals_tests.py 40: whether '-r1 ^/A B' updates properly
1846PASS:  externals_tests.py 41: url-to-wc copy of externals
1847PASS:  externals_tests.py 42: local path appears twice in one svn:external prop
1848PASS:  externals_tests.py 43: list with --include-externals
1849PASS:  externals_tests.py 44: move with file externals
1850PASS:  externals_tests.py 45: pinned external
1851PASS:  externals_tests.py 46: shallow update should remove externals
1852PASS:  externals_tests.py 47: switch parent-relative file external
1853PASS:  externals_tests.py 48: file externals unversioned obstruction
1854W: Couldn't find node 'mu-ext' in actual disk tree
1855W:  * Node name:   mu-ext
1856    Path:       __SVN_ROOT_NODE/A/mu-ext
1857    Contents:   This is the file 'mu'.
1858
1859    Properties: {}
1860    Attributes: {}
1861    Children:  None (node is probably a file)
1862
1863W: Unequal at node A
1864W: EXPECTED DISK TREE:
1865svntest.wc.State(wc_dir, {
1866  'A/B/E/beta'        : Item(contents="This is the file 'beta'.\n"),
1867  'A/B/E/alpha'       : Item(contents="This is the file 'alpha'.\n"),
1868  'A/B/F'             : Item(),
1869  'A/B/lambda'        : Item(contents="This is the file 'lambda'.\n"),
1870  'A/D/G/rho'         : Item(contents="This is the file 'rho'.\n"),
1871  'A/D/G/pi'          : Item(contents="This is the file 'pi'.\n"),
1872  'A/D/G/tau'         : Item(contents="This is the file 'tau'.\n"),
1873  'A/D/H/psi'         : Item(contents="This is the file 'psi'.\n"),
1874  'A/D/H/omega'       : Item(contents="This is the file 'omega'.\n"),
1875  'A/D/H/chi'         : Item(contents="This is the file 'chi'.\n"),
1876  'A/D/gamma'         : Item(contents="This is the file 'gamma'.\n"),
1877  'A/mu'              : Item(contents="This is the file 'mu'.\n"),
1878  'A/mu-ext'          : Item(contents="This is the file 'mu'.\n"),
1879  'A/C'               : Item(),
1880  'iota'              : Item(contents="This is the file 'iota'.\n"),
1881})
1882W: ACTUAL DISK TREE:
1883svntest.wc.State(wc_dir, {
1884  'A/B/E/beta'        : Item(contents="This is the file 'beta'.\n"),
1885  'A/B/E/alpha'       : Item(contents="This is the file 'alpha'.\n"),
1886  'A/B/F'             : Item(),
1887  'A/B/lambda'        : Item(contents="This is the file 'lambda'.\n"),
1888  'A/D/G/tau'         : Item(contents="This is the file 'tau'.\n"),
1889  'A/D/G/rho'         : Item(contents="This is the file 'rho'.\n"),
1890  'A/D/G/pi'          : Item(contents="This is the file 'pi'.\n"),
1891  'A/D/H/psi'         : Item(contents="This is the file 'psi'.\n"),
1892  'A/D/H/omega'       : Item(contents="This is the file 'omega'.\n"),
1893  'A/D/H/chi'         : Item(contents="This is the file 'chi'.\n"),
1894  'A/D/gamma'         : Item(contents="This is the file 'gamma'.\n"),
1895  'A/C'               : Item(),
1896  'A/mu'              : Item(contents="This is the file 'mu'.\n"),
1897  'iota'              : Item(contents="This is the file 'iota'.\n"),
1898})
1899W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
1900W: EXCEPTION: SVNTreeUnequal
1901Traceback (most recent call last):
1902  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
1903    rc = self.pred.run(sandbox)
1904  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
1905    return self._delegate.run(sandbox)
1906  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
1907    result = self.func(sandbox)
1908  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/externals_tests.py", line 3319, in file_external_versioned_obstruction
1909    expected_status)
1910  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 912, in run_and_verify_update
1911    check_props, **kw)
1912  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 836, in verify_update
1913    extra_files=extra_files)
1914  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 867, in verify_disk
1915    singleton_handler_b, b_baton)
1916  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
1917    singleton_handler_b, b_baton)
1918  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 706, in compare_trees
1919    singleton_handler_b(b_child, b_baton)
1920  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 593, in default_singleton_handler
1921    raise SVNTreeUnequal
1922SVNTreeUnequal
1923XFAIL: externals_tests.py 49: file externals versioned obstruction
1924PASS:  externals_tests.py 50: update external peg rev
1925PASS:  externals_tests.py 51: update deletes a file external
1926PASS:  externals_tests.py 52: switch relative externals
1927PASS:  externals_tests.py 53: explicitly copy file external to repo
1928PASS:  externals_tests.py 54: replace tree with foreign external
1929PASS:  externals_tests.py 55: svn copy --pin-externals repos->repos
1930PASS:  externals_tests.py 56: svn copy --pin-externals repos->wc
1931PASS:  externals_tests.py 57: svn copy --pin-externals wc->repos
1932PASS:  externals_tests.py 58: svn copy --pin-externals wc->wc
1933PASS:  externals_tests.py 59: pin externals which were moved since last changed
1934PASS:  externals_tests.py 60: already pinned external which was removed in HEAD
1935PASS:  externals_tests.py 61: copy from an old revision with pinning
1936PASS:  externals_tests.py 62: cannot pin WC externals with local mods
1937PASS:  externals_tests.py 63: cannot pin WC externals with switched subtrees
1938PASS:  externals_tests.py 64: cannot pin WC externals with mixed revisions
1939PASS:  externals_tests.py 65: copy --pin-externals with whitepace dir
1940PASS:  externals_tests.py 66: notification for nested externals
1941PASS:  externals_tests.py 67: change a file external to a normal file
1942PASS:  externals_tests.py 68: check file external recorded info
1943PASS:  externals_tests.py 69: external externally removed
1944END: externals_tests.py
1945ELAPSED: externals_tests.py 0:45:09.358428
1946
1947START: getopt_tests.py
1948PASS:  getopt_tests.py 1: run svn with no arguments
1949PASS:  getopt_tests.py 2: run svn --version
1950PASS:  getopt_tests.py 3: run svn --version --quiet
1951PASS:  getopt_tests.py 4: run svn --version --verbose
1952PASS:  getopt_tests.py 5: run svn --help
1953PASS:  getopt_tests.py 6: run svn help
1954PASS:  getopt_tests.py 7: run svn help bogus-cmd
1955PASS:  getopt_tests.py 8: run svn help log switch
1956PASS:  getopt_tests.py 9: --config-option's spell checking
1957END: getopt_tests.py
1958ELAPSED: getopt_tests.py 0:00:04.118693
1959
1960START: history_tests.py
1961PASS:  history_tests.py 1: verify that 'svn cat' traces renames
1962PASS:  history_tests.py 2: verify that 'svn cat' avoids false identities
1963END: history_tests.py
1964ELAPSED: history_tests.py 0:00:21.461649
1965
1966START: import_tests.py
1967PASS:  import_tests.py 1: import of executable files
1968PASS:  import_tests.py 2: do not import ignored files in imported dirs
1969PASS:  import_tests.py 3: avoid creating empty revisions with import
1970PASS:  import_tests.py 4: import ignored files in imported dirs
1971PASS:  import_tests.py 5: import should honor the eol-style property
1972PASS:  import_tests.py 6: import into a foreign repo
1973PASS:  import_tests.py 7: import and inherited ignores
1974END: import_tests.py
1975ELAPSED: import_tests.py 0:00:44.297443
1976
1977START: info_tests.py
1978PASS:  info_tests.py 1: info with tree conflicts
1979PASS:  info_tests.py 2: info on added file
1980PASS:  info_tests.py 3: info on new dir with mkdir
1981PASS:  info_tests.py 4: wc root paths in 'svn info' output
1982PASS:  info_tests.py 5: special characters in svn info URL
1983PASS:  info_tests.py 6: info multiple targets
1984PASS:  info_tests.py 7: verify values for repository root
1985PASS:  info_tests.py 8: tests 'info --depth' variants on excluded node
1986PASS:  info_tests.py 9: svn info shouldn't crash on conflict
1987PASS:  info_tests.py 10: relpath escaping should be usable as-is
1988PASS:  info_tests.py 11: fetch svn info on 'hidden' nodes
1989PASS:  info_tests.py 12: show one info item
1990PASS:  info_tests.py 13: show one info item with multiple targets
1991PASS:  info_tests.py 14: show one info item with URL targets
1992PASS:  info_tests.py 15: show one info item on uncommitted targets
1993PASS:  info_tests.py 16: failure modes of 'svn info --show-item'
1994END: info_tests.py
1995ELAPSED: info_tests.py 0:01:12.542558
1996
1997START: input_validation_tests.py
1998PASS:  input_validation_tests.py 1: non-working copy paths for 'add'
1999PASS:  input_validation_tests.py 2: non-working copy paths for 'changelist'
2000PASS:  input_validation_tests.py 3: non-working copy paths for 'cleanup'
2001PASS:  input_validation_tests.py 4: non-working copy paths for 'commit'
2002PASS:  input_validation_tests.py 5: invalid sources for 'copy'
2003PASS:  input_validation_tests.py 6: invalid target for 'copy'
2004PASS:  input_validation_tests.py 7: invalid targets for 'delete'
2005PASS:  input_validation_tests.py 8: invalid targets for 'diff'
2006PASS:  input_validation_tests.py 9: invalid targets for 'export'
2007PASS:  input_validation_tests.py 10: invalid arguments for 'import'
2008PASS:  input_validation_tests.py 11: invalid targets for 'log'
2009PASS:  input_validation_tests.py 12: invalid arguments for 'merge'
2010PASS:  input_validation_tests.py 13: non-working copy paths for 'upgrade'
2011PASS:  input_validation_tests.py 14: non-working copy paths for 'resolve'
2012PASS:  input_validation_tests.py 15: non-working copy paths for 'resolved'
2013PASS:  input_validation_tests.py 16: non-working copy paths for 'revert'
2014PASS:  input_validation_tests.py 17: wc paths and repo URL target mixture for 'lock'
2015PASS:  input_validation_tests.py 18: wc paths and repo URL target mixture for 'unlock'
2016PASS:  input_validation_tests.py 19: non-working copy paths for 'status'
2017PASS:  input_validation_tests.py 20: non-working copy paths for 'patch'
2018PASS:  input_validation_tests.py 21: non-working copy paths for 'switch'
2019PASS:  input_validation_tests.py 22: non-working copy paths for 'relocate'
2020PASS:  input_validation_tests.py 23: invalid targets for 'mkdir'
2021PASS:  input_validation_tests.py 24: non-working copy paths for 'update'
2022PASS:  input_validation_tests.py 25: do stupid things with the repository root
2023END: input_validation_tests.py
2024ELAPSED: input_validation_tests.py 0:00:31.978527
2025
2026START: iprop_authz_tests.py
2027SKIP:  iprop_authz_tests.py 1: property inheritance and read restricted parents
2028END: iprop_authz_tests.py
2029ELAPSED: iprop_authz_tests.py 0:00:03.262335
2030
2031START: iprop_tests.py
2032PASS:  iprop_tests.py 1: basic inherited working properties
2033PASS:  iprop_tests.py 2: basic inherited repository properties
2034PASS:  iprop_tests.py 3: inherited properties in switched subtrees
2035PASS:  iprop_tests.py 4: iprops of pegged wc targets at operative revs
2036PASS:  iprop_tests.py 5: iprops of pegged url targets at operative revs
2037PASS:  iprop_tests.py 6: iprop caching works with shallow updates
2038PASS:  iprop_tests.py 7: iprop caching works with directory externals
2039PASS:  iprop_tests.py 8: iprop caching works with file externals
2040PASS:  iprop_tests.py 9: verify that iprops survive a commit
2041END: iprop_tests.py
2042ELAPSED: iprop_tests.py 0:01:53.013451
2043
2044START: lock_tests.py
2045PASS:  lock_tests.py 1: lock a file and verify that it's locked
2046PASS:  lock_tests.py 2: commit a file and keep lock
2047PASS:  lock_tests.py 3: commit a file and release lock
2048PASS:  lock_tests.py 4: commit a locked file with a prop change
2049PASS:  lock_tests.py 5: lock a file and verify lock breaking behavior
2050PASS:  lock_tests.py 6: lock a file and verify lock stealing behavior
2051PASS:  lock_tests.py 7: examine the fields of a lockfile for correctness
2052PASS:  lock_tests.py 8: verify behavior when a lock in a wc is defunct
2053PASS:  lock_tests.py 9: verify svn:needs-lock read-only behavior
2054PASS:  lock_tests.py 10: verify svn:needs-lock behavior with defunct lock
2055PASS:  lock_tests.py 11: verify lock removal on a deleted path
2056PASS:  lock_tests.py 12: lock and unlock some files
2057PASS:  lock_tests.py 13: verify removal of a directory with locks inside
2058PASS:  lock_tests.py 14: verify status of lock in working copy
2059PASS:  lock_tests.py 15: verify status of stolen lock
2060PASS:  lock_tests.py 16: verify status of broken lock
2061PASS:  lock_tests.py 17: verify error on locking non-existent file
2062PASS:  lock_tests.py 18: lock an out-of-date file and ensure failure
2063PASS:  lock_tests.py 19: update handles svn:needs-lock correctly
2064PASS:  lock_tests.py 20: verify svn:needs-lock behavior with revert
2065PASS:  lock_tests.py 21: examine the fields of a lock from a URL
2066PASS:  lock_tests.py 22: lock/unlock several files in one go
2067PASS:  lock_tests.py 23: lock/unlock switched files
2068PASS:  lock_tests.py 24: lock and unlock a file with an URI-unsafe name
2069PASS:  lock_tests.py 25: svn:needs-lock and svn:executable, part I
2070PASS:  lock_tests.py 26: svn:needs-lock and svn:executable, part II
2071PASS:  lock_tests.py 27: commit file with xml-unsafe name and release lock
2072PASS:  lock_tests.py 28: verify info path@X or path -rY return repos lock
2073PASS:  lock_tests.py 29: (un)lock set of files, one already (un)locked
2074PASS:  lock_tests.py 30: show correct lock info on moved path
2075PASS:  lock_tests.py 31: ls locked path needing URL encoding
2076PASS:  lock_tests.py 32: verify unlocking with wrong lock token
2077PASS:  lock_tests.py 33: verify recursive info shows lock info
2078PASS:  lock_tests.py 34: unlock file locked by other user
2079PASS:  lock_tests.py 35: lock a file using a comment with xml special chars
2080PASS:  lock_tests.py 36: try to lock a file twice in one working copy
2081PASS:  lock_tests.py 37: lock path that does not exist in HEAD
2082PASS:  lock_tests.py 38: verify escaping of lock paths
2083PASS:  lock_tests.py 39: test replace + propset of locked file
2084PASS:  lock_tests.py 40: uncommitted svn:needs-lock add/cp not read-only
2085PASS:  lock_tests.py 41: updating locked scheduled-for-delete file
2086PASS:  lock_tests.py 42: block unlock operation if pre-unlock hook fails
2087PASS:  lock_tests.py 43: verify pre-lock hook returning invalid token
2088PASS:  lock_tests.py 44: obtain locks in multiple working copies in one go
2089PASS:  lock_tests.py 45: locks are kept alive over switching
2090PASS:  lock_tests.py 46: lock/unlock a deleted file
2091PASS:  lock_tests.py 47: commit with a stolen lock
2092PASS:  lock_tests.py 48: drop locks when the parent is deleted
2093PASS:  lock_tests.py 49: copy with lock on source
2094PASS:  lock_tests.py 50: verify (un)lock message is transferred correctly
2095PASS:  lock_tests.py 51: locking with failing post-lock and post-unlock
2096PASS:  lock_tests.py 52: break a lock, delete and add the file
2097PASS:  lock_tests.py 53: unlock a lock with timeout
2098SKIP:  lock_tests.py 54: create generic DAV lock with timeout
2099PASS:  lock_tests.py 55: locks for working copies not at repos root
2100PASS:  lock_tests.py 56: many locks with hooks
2101SKIP:  lock_tests.py 57: refresh timeout of DAV lock
2102SKIP:  lock_tests.py 58: lock and delete a file called 'a %( ) .txt'
2103PASS:  lock_tests.py 59: a commit should not bump just locked files
2104PASS:  lock_tests.py 60: copy a directory containing a locked file
2105PASS:  lock_tests.py 61: delete a directory containing lots of locked files
2106PASS:  lock_tests.py 62: delete locks on depth-limited commit
2107PASS:  lock_tests.py 63: replace directory containing lots of locked files
2108END: lock_tests.py
2109ELAPSED: lock_tests.py 0:06:32.000245
2110
2111START: log_tests.py
2112PASS:  log_tests.py 1: 'svn log', no args, top of wc
2113PASS:  log_tests.py 2: 'svn log' on an empty repository
2114PASS:  log_tests.py 3: 'svn log -rN some_dir_unchanged_in_N'
2115PASS:  log_tests.py 4: 'svn log -v -r 1:0 wc_root'
2116PASS:  log_tests.py 5: 'svn log -r COMMITTED' of dynamic/local WC rev
2117PASS:  log_tests.py 6: 'svn log', with args, top of wc
2118PASS:  log_tests.py 7: 'svn log wc_target@N'
2119PASS:  log_tests.py 8: 'svn log target@N' when target removed from HEAD
2120PASS:  log_tests.py 9: 'svn log TGT' with copyfrom history
2121PASS:  log_tests.py 10: mod_dav_svn must escape invalid XML control chars
2122PASS:  log_tests.py 11: svn log --xml must not print empty date elements
2123PASS:  log_tests.py 12: svn log --limit
2124PASS:  log_tests.py 13: run log on an @BASE target
2125PASS:  log_tests.py 14: run log with verbose output
2126PASS:  log_tests.py 15: meta-test for the log parser
2127PASS:  log_tests.py 16: test 'svn log -g' on a single revision
2128PASS:  log_tests.py 17: test 'svn log -g' on a branching revision
2129PASS:  log_tests.py 18: test 'svn log -g' on a non-branching revision
2130PASS:  log_tests.py 19: test 'svn log -g' a path added before merge
2131PASS:  log_tests.py 20: test log -c for a single change
2132PASS:  log_tests.py 21: test log -c on range of changes
2133PASS:  log_tests.py 22: test log -c on comma-separated list of changes
2134PASS:  log_tests.py 23: test log -c on complex set of ranges
2135PASS:  log_tests.py 24: svn log of two wc paths is disallowed
2136PASS:  log_tests.py 25: test revprop retrieval
2137PASS:  log_tests.py 26: log --xml escapes non-utf8 data
2138PASS:  log_tests.py 27: 'svn log -g target_with_bogus_mergeinfo'
2139PASS:  log_tests.py 28: log -g and explicit mergeinfo replacing inherited
2140PASS:  log_tests.py 29: log -g and simple propmod to merge-inheriting path
2141PASS:  log_tests.py 30: svn log on an uncommitted copy
2142PASS:  log_tests.py 31: log -g differentiates forward and reverse merges
2143PASS:  log_tests.py 32: log -g should ignore cyclic merges
2144PASS:  log_tests.py 33: log with unrelated peg and operative rev targets
2145PASS:  log_tests.py 34: log on nonexistent path does not error out
2146PASS:  log_tests.py 35: log -g on copied path with inherited mergeinfo
2147PASS:  log_tests.py 36: 'svn log --diff'
2148PASS:  log_tests.py 37: log --xml shows kind for old style repository
2149PASS:  log_tests.py 38: log --diff on moved file
2150PASS:  log_tests.py 39: 'svn log --search'
2151PASS:  log_tests.py 40: test 'svn log -g --search'
2152PASS:  log_tests.py 41: log for multiple revs which span a rename
2153PASS:  log_tests.py 42: 'mergeinfo --log' on a path with mergeinfo
2154PASS:  log_tests.py 43: log -g --xml differentiates forward/reverse merges
2155PASS:  log_tests.py 44: log revision handling over move/copy
2156END: log_tests.py
2157ELAPSED: log_tests.py 0:10:27.284457
2158
2159START: merge_authz_tests.py
2160SKIP:  merge_authz_tests.py 1: skipped paths get overriding mergeinfo
2161PASS:  merge_authz_tests.py 2: merge fails if subtree is deleted on src
2162SKIP:  merge_authz_tests.py 3: reintegrate fails if no root access
2163PASS:  merge_authz_tests.py 4: diff directory without reading parent
2164END: merge_authz_tests.py
2165ELAPSED: merge_authz_tests.py 0:00:21.336975
2166
2167START: merge_automatic_tests.py
2168PASS:  merge_automatic_tests.py 1: merge_once_1
2169PASS:  merge_automatic_tests.py 2: merge_once_2
2170PASS:  merge_automatic_tests.py 3: merge_once_3
2171PASS:  merge_automatic_tests.py 4: merge_once_4
2172PASS:  merge_automatic_tests.py 5: merge_twice_same_direction_1
2173PASS:  merge_automatic_tests.py 6: merge_twice_same_direction_2
2174PASS:  merge_automatic_tests.py 7: merge_to_and_fro_1_1
2175PASS:  merge_automatic_tests.py 8: merge_to_and_fro_1_2
2176PASS:  merge_automatic_tests.py 9: merge_to_and_fro_2_1
2177PASS:  merge_automatic_tests.py 10: merge_to_and_fro_2_2
2178PASS:  merge_automatic_tests.py 11: merge_to_and_fro_3_1
2179PASS:  merge_automatic_tests.py 12: merge_to_and_fro_3_2
2180PASS:  merge_automatic_tests.py 13: merge_to_and_fro_4_1
2181PASS:  merge_automatic_tests.py 14: merge_to_and_fro_4_2
2182PASS:  merge_automatic_tests.py 15: cherry1_fwd
2183W: svn: E195020: Cannot merge into mixed-revision working copy [1:3]; try updating first
2184W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/merge_automatic_tests-16
2185W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn merge -c8 B ..."; exit code 1
2186Traceback (most recent call last):
2187  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2188    rc = self.pred.run(sandbox)
2189  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 258, in run
2190    return self._delegate.run(sandbox)
2191  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2192    return self._delegate.run(sandbox)
2193  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2194    result = self.func(sandbox)
2195  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/merge_automatic_tests.py", line 717, in cherry2_fwd
2196    cherry_pick(sbox, 8, 'B', 'A')
2197  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/merge_automatic_tests.py", line 337, in cherry_pick
2198    svn_merge(rev, source, target)
2199  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/mergetrees.py", line 449, in svn_merge
2200    'merge', rev_arg, source, target, *args)
2201  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
2202    expected_exit, *varargs)
2203  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 351, in run_and_verify_svn2
2204    exit_code, out, err = main.run_svn(want_err, *varargs)
2205  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
2206    *(_with_auth(_with_config_dir(varargs))))
2207  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
2208    None, *varargs)
2209  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
2210    '"; exit code ' + str(exit_code))
2211Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn merge -c8 B ..."; exit code 1
2212XFAIL: merge_automatic_tests.py 16: cherry2_fwd
2213W: svn: E195020: Cannot merge into mixed-revision working copy [1:3]; try updating first
2214W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/merge_automatic_tests-17
2215W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn merge -c6 B ..."; exit code 1
2216Traceback (most recent call last):
2217  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2218    rc = self.pred.run(sandbox)
2219  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 258, in run
2220    return self._delegate.run(sandbox)
2221  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2222    return self._delegate.run(sandbox)
2223  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2224    result = self.func(sandbox)
2225  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/merge_automatic_tests.py", line 749, in cherry3_fwd
2226    cherry_pick(sbox, 6, 'B', 'A')
2227  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/merge_automatic_tests.py", line 337, in cherry_pick
2228    svn_merge(rev, source, target)
2229  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/mergetrees.py", line 449, in svn_merge
2230    'merge', rev_arg, source, target, *args)
2231  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
2232    expected_exit, *varargs)
2233  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 351, in run_and_verify_svn2
2234    exit_code, out, err = main.run_svn(want_err, *varargs)
2235  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
2236    *(_with_auth(_with_config_dir(varargs))))
2237  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
2238    None, *varargs)
2239  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
2240    '"; exit code ' + str(exit_code))
2241Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn merge -c6 B ..."; exit code 1
2242XFAIL: merge_automatic_tests.py 17: cherry3_fwd
2243PASS:  merge_automatic_tests.py 18: reintegrate considers source subtree mergeinfo
2244PASS:  merge_automatic_tests.py 19: sync merge considers target subtree mergeinfo
2245PASS:  merge_automatic_tests.py 20: notice ancestory for replaced files
2246PASS:  merge_automatic_tests.py 21: automerge handles replacements in merge source
2247PASS:  merge_automatic_tests.py 22: an effectively synced branch gets reintegrated
2248PASS:  merge_automatic_tests.py 23: reintegrate subtree not updated
2249PASS:  merge_automatic_tests.py 24: merge peg to a copy and add
2250PASS:  merge_automatic_tests.py 25: merge the deletion of a strict CRLF file
2251END: merge_automatic_tests.py
2252ELAPSED: merge_automatic_tests.py 0:06:21.689862
2253
2254START: merge_reintegrate_tests.py
2255PASS:  merge_reintegrate_tests.py 1: basic merge --reintegrate support
2256PASS:  merge_reintegrate_tests.py 2: merge --reintegrate with renamed file on branch
2257PASS:  merge_reintegrate_tests.py 3: merge --reintegrate on a never-updated branch
2258PASS:  merge_reintegrate_tests.py 4: merge --reintegrate should fail in modified wc
2259PASS:  merge_reintegrate_tests.py 5: merge --reintegrate should fail in mixed-rev wc
2260PASS:  merge_reintegrate_tests.py 6: merge --reintegrate should fail in switched wc
2261PASS:  merge_reintegrate_tests.py 7: merge --reintegrate in shallow wc
2262PASS:  merge_reintegrate_tests.py 8: merge --reintegrate should fail on stale source
2263PASS:  merge_reintegrate_tests.py 9: merge a file with space in its path
2264PASS:  merge_reintegrate_tests.py 10: merge --reintegrate with subtree mergeinfo
2265PASS:  merge_reintegrate_tests.py 11: multiple reintegrates create self-referential
2266PASS:  merge_reintegrate_tests.py 12: source has target's history as explicit mergeinfo
2267PASS:  merge_reintegrate_tests.py 13: reintegrate with prior subtree merges to source
2268PASS:  merge_reintegrate_tests.py 14: added subtrees with mergeinfo break reintegrate
2269PASS:  merge_reintegrate_tests.py 15: 2-URL merge removes valid mergeinfo from target
2270PASS:  merge_reintegrate_tests.py 16: reintegrate creates bogus mergeinfo
2271PASS:  merge_reintegrate_tests.py 17: source without subtree mergeinfo
2272PASS:  merge_reintegrate_tests.py 18: reintegrate a replaced source branch
2273PASS:  merge_reintegrate_tests.py 19: reintegrate symlink deletion
2274PASS:  merge_reintegrate_tests.py 20: no-op reintegrate
2275PASS:  merge_reintegrate_tests.py 21: reintegrate a branch that has been renamed
2276PASS:  merge_reintegrate_tests.py 22: reintegrate no-op branch into renamed branch
2277END: merge_reintegrate_tests.py
2278ELAPSED: merge_reintegrate_tests.py 0:07:46.653037
2279
2280START: merge_tests.py
2281PASS:  merge_tests.py 1: performing a merge, with mixed results
2282PASS:  merge_tests.py 2: merge and add new files/dirs with history
2283PASS:  merge_tests.py 3: some simple property merges
2284PASS:  merge_tests.py 4: merging a file w/no explicit target path using -r
2285PASS:  merge_tests.py 5: merging a file w/no explicit target path using -c
2286PASS:  merge_tests.py 6: merging a file w/no explicit target path or revs
2287PASS:  merge_tests.py 7: merging similar trees ancestrally unrelated
2288PASS:  merge_tests.py 8: merge operations using PREV revision
2289PASS:  merge_tests.py 9: merge change into unchanged binary file
2290PASS:  merge_tests.py 10: merge one file using the -r option
2291PASS:  merge_tests.py 11: merge one file using the -c option
2292PASS:  merge_tests.py 12: merge one file without explicit revisions
2293PASS:  merge_tests.py 13: mark a revision range as merged
2294PASS:  merge_tests.py 14: diff after merge that creates a new file
2295PASS:  merge_tests.py 15: merge should skip over unversioned obstructions
2296PASS:  merge_tests.py 16: merge into missing must not break working copy
2297PASS:  merge_tests.py 17: merge --dry-run adding a new file with props
2298PASS:  merge_tests.py 18: merge binary files with common ancestry
2299PASS:  merge_tests.py 19: merge with funny characters
2300PASS:  merge_tests.py 20: merge changes to keyword expansion property
2301PASS:  merge_tests.py 21: merge prop change into deleted target
2302PASS:  merge_tests.py 22: merge a file whose name contains a space
2303PASS:  merge_tests.py 23: merge between branches
2304PASS:  merge_tests.py 24: property merges don't overwrite existing prop-mods
2305PASS:  merge_tests.py 25: property merge conflict even without local mods
2306PASS:  merge_tests.py 26: undo, then redo a property merge
2307PASS:  merge_tests.py 27: cherry-pick a dependent change, get conflict
2308PASS:  merge_tests.py 28: merge a replacement of a file
2309PASS:  merge_tests.py 29: merge a replacement of a directory
2310PASS:  merge_tests.py 30: replace both dir and one of its children
2311PASS:  merge_tests.py 31: merge a replacement of a file to mixed rev wc
2312PASS:  merge_tests.py 32: ignore whitespace when merging
2313PASS:  merge_tests.py 33: ignore eolstyle when merging
2314PASS:  merge_tests.py 34: conflict markers should match the file's eol style
2315PASS:  merge_tests.py 35: handle eol-style propchange during merge
2316PASS:  merge_tests.py 36: use inherited mergeinfo to avoid repeated merge
2317PASS:  merge_tests.py 37: use subtree's mergeinfo to avoid repeated merge
2318PASS:  merge_tests.py 38: drive reporter api in depth first order
2319PASS:  merge_tests.py 39: target inherits mergeinfo from nearest ancestor
2320PASS:  merge_tests.py 40: mergeinfo elides to ancestor with identical info
2321PASS:  merge_tests.py 41: discontinuous merges produce correct mergeinfo
2322PASS:  merge_tests.py 42: merge works when target has copied children
2323PASS:  merge_tests.py 43: merge to switched path does not inherit or elide
2324PASS:  merge_tests.py 44: merge to path with switched children
2325PASS:  merge_tests.py 45: merge a change to a file, using relative path
2326PASS:  merge_tests.py 46: mergeinfo can explicitly be empty
2327PASS:  merge_tests.py 47: merge adding prop to child of merge target works
2328PASS:  merge_tests.py 48: set no mergeinfo when merging from foreign repos
2329W: Couldn't find node 'tfile1' in expected output tree
2330W:  * Node name:   tfile1
2331    Path:       svn-test-work/working_copies/merge_tests-49/A/tfile1
2332    Contents:   None
2333    Properties: {}
2334    Attributes: {'status': '  ', 'treeconflict': 'C'}
2335    Children:  None (node is probably a file)
2336
2337W: Unequal at node A
2338W: Unequal at node merge_tests-49
2339W: Unequal at node working_copies
2340W: Unequal at node svn-test-work
2341W: ACTUAL OUTPUT TREE:
2342svntest.wc.State(wc_dir, {
2343  'bfile2'            : Item(status='A '),
2344  'tfile1'            : Item(status='  ', treeconflict='C'),
2345  'tfile2'            : Item(status='  ', treeconflict='C'),
2346  'bfile1'            : Item(status='A '),
2347})
2348W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
2349W: EXCEPTION: SVNTreeUnequal
2350Traceback (most recent call last):
2351  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2352    rc = self.pred.run(sandbox)
2353  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2354    return self._delegate.run(sandbox)
2355  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2356    result = self.func(sandbox)
2357  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/merge_tests.py", line 6268, in avoid_reflected_revs
2358    check_props=True)
2359  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1175, in run_and_verify_merge
2360    check_props, **kw)
2361  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 808, in verify_update
2362    tree.compare_trees("output", actual_output, output_tree)
2363  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
2364    singleton_handler_b, b_baton)
2365  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
2366    singleton_handler_b, b_baton)
2367  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
2368    singleton_handler_b, b_baton)
2369  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
2370    singleton_handler_b, b_baton)
2371  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 703, in compare_trees
2372    singleton_handler_a(a_child, a_baton)
2373  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 593, in default_singleton_handler
2374    raise SVNTreeUnequal
2375SVNTreeUnequal
2376XFAIL: merge_tests.py 49: avoid repeated merges for cyclic merging
2377PASS:  merge_tests.py 50: update does not merge mergeinfo
2378PASS:  merge_tests.py 51: merge should merge mergeinfo
2379PASS:  merge_tests.py 52: replace-style merge capability for a single file
2380PASS:  merge_tests.py 53: merge to ood path can lead to inaccurate mergeinfo
2381PASS:  merge_tests.py 54: merge test for --depth files
2382PASS:  merge_tests.py 55: subtrees can lose non-inheritable ranges
2383PASS:  merge_tests.py 56: merge to sparse directories
2384PASS:  merge_tests.py 57: merge -rold(before rename):head renamed dir
2385PASS:  merge_tests.py 58: child having different rev ranges to merge
2386PASS:  merge_tests.py 59: merge -rold(before rename):head renamed file
2387PASS:  merge_tests.py 60: merge with auto detection of revision ranges
2388PASS:  merge_tests.py 61: command line supports cherry picked merge ranges
2389PASS:  merge_tests.py 62: merge of propchange on subdir raises conflict
2390PASS:  merge_tests.py 63: reverse merge of prop add on child
2391W: =============================================================
2392Expected '__SVN_ROOT_NODE' and actual '__SVN_ROOT_NODE' in output tree are different!
2393=============================================================
2394EXPECTED NODE TO BE:
2395=============================================================
2396 * Node name:   __SVN_ROOT_NODE
2397    Path:       __SVN_ROOT_NODE
2398    Contents:   N/A (node is a directory)
2399    Properties: {}
2400    Attributes: {}
2401    Children:   1
2402=============================================================
2403ACTUAL NODE FOUND:
2404=============================================================
2405 * Node name:   __SVN_ROOT_NODE
2406    Path:       __SVN_ROOT_NODE
2407    Contents:   None
2408    Properties: {}
2409    Attributes: {}
2410    Children:  None (node is probably a file)
2411
2412W: Unequal Types: one Node is a file, the other is a directory
2413W: ACTUAL OUTPUT TREE:
2414svntest.wc.State(wc_dir, {})
2415W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
2416W: EXCEPTION: SVNTreeUnequal
2417Traceback (most recent call last):
2418  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2419    rc = self.pred.run(sandbox)
2420  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2421    return self._delegate.run(sandbox)
2422  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2423    result = self.func(sandbox)
2424  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/merge_tests.py", line 8626, in merge_target_with_non_inheritable_mergeinfo
2425    [], True, True)
2426  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1175, in run_and_verify_merge
2427    check_props, **kw)
2428  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 808, in verify_update
2429    tree.compare_trees("output", actual_output, output_tree)
2430  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 709, in compare_trees
2431    raise SVNTreeUnequal
2432SVNTreeUnequal
2433XFAIL: merge_tests.py 64: merge target with non inheritable mergeinfo
2434PASS:  merge_tests.py 65: revert a commit on a target
2435PASS:  merge_tests.py 66: --ignore-ancestry also ignores mergeinfo
2436PASS:  merge_tests.py 67: merge from renamed branch
2437PASS:  merge_tests.py 68: normalized mergeinfo is recorded on subtrees
2438PASS:  merge_tests.py 69: subtrees added after start of merge range are ok
2439PASS:  merge_tests.py 70: cyclic merges don't add mergeinfo from own history
2440PASS:  merge_tests.py 71: merge range predates history
2441PASS:  merge_tests.py 72: merge from a foreign repository
2442PASS:  merge_tests.py 73: verify uuid of items added via foreign repo merge
2443PASS:  merge_tests.py 74: 2-url merge from a foreign repository
2444PASS:  merge_tests.py 75: merge added subtree
2445PASS:  merge_tests.py 76: merging an unknown url should return error
2446PASS:  merge_tests.py 77: merges that remove all mergeinfo work
2447PASS:  merge_tests.py 78: dont merge revs into a subtree that predate it
2448PASS:  merge_tests.py 79: merge fails with renamed subtrees with mergeinfo
2449PASS:  merge_tests.py 80: don't explicitly record implicit mergeinfo
2450PASS:  merge_tests.py 81: merge with broken symlinks in target
2451PASS:  merge_tests.py 82: subtree ranges might not intersect with target
2452PASS:  merge_tests.py 83: subtree merge source might not exist
2453PASS:  merge_tests.py 84: mergeinfo not set on subtree with empty mergeinfo
2454PASS:  merge_tests.py 85: commits to subtrees added by merge wreak havoc
2455PASS:  merge_tests.py 86: merge tries to delete a file of identical content
2456PASS:  merge_tests.py 87: merge tries to delete identical sched-add file
2457PASS:  merge_tests.py 88: subtree merges dont cause spurious conflicts
2458PASS:  merge_tests.py 89: target and subtrees need nonintersecting revs
2459PASS:  merge_tests.py 90: merge two successive edits to the same property
2460PASS:  merge_tests.py 91: merge an EOL unification and set svn:eol-style
2461PASS:  merge_tests.py 92: merge adds mergeinfo to subtrees correctly
2462PASS:  merge_tests.py 93: natural history filtering permits valid mergeinfo
2463PASS:  merge_tests.py 94: subtree gets changes even if ultimately deleted
2464PASS:  merge_tests.py 95: no self referential filtering on added path
2465PASS:  merge_tests.py 96: merge prior to rename src existence still dels src
2466PASS:  merge_tests.py 97: mergeinfo aware merges ignore natural history gaps
2467PASS:  merge_tests.py 98: mergeinfo deleted by a merge should disappear
2468PASS:  merge_tests.py 99: noop file merge does not segfault
2469PASS:  merge_tests.py 100: correctly consider natural history gaps
2470PASS:  merge_tests.py 101: copy then replace via merge
2471PASS:  merge_tests.py 102: record only merge applies mergeinfo diffs
2472PASS:  merge_tests.py 103: automatic conflict resolutions work with merge
2473PASS:  merge_tests.py 104: skipped files get correct mergeinfo set
2474PASS:  merge_tests.py 105: committed case only move causes revert to fail
2475PASS:  merge_tests.py 106: merge into WC of deleted branch should work
2476PASS:  merge_tests.py 107: merge del and ps variants from a foreign repos
2477PASS:  merge_tests.py 108: no spurious mergeinfo from immediate depth merges
2478PASS:  merge_tests.py 109: merge creates self referential mergeinfo
2479PASS:  merge_tests.py 110: dav skelta mode can cause spurious conflicts
2480PASS:  merge_tests.py 111: merge into locally added file
2481PASS:  merge_tests.py 112: merge into locally added directory
2482PASS:  merge_tests.py 113: merge tracking fails if target missing subtrees
2483W: =============================================================
2484Expected '.' and actual '.' in disk tree are different!
2485=============================================================
2486EXPECTED NODE TO BE:
2487=============================================================
2488 * Node name:   .
2489    Path:       __SVN_ROOT_NODE/.
2490    Contents:   None
2491    Properties: {'svn:mergeinfo': '/A/C/nu:8-11'}
2492    Attributes: {}
2493    Children:  None (node is probably a file)
2494=============================================================
2495ACTUAL NODE FOUND:
2496=============================================================
2497 * Node name:   .
2498    Path:       __SVN_ROOT_NODE/.
2499    Contents:   None
2500    Properties: {u'svn:mergeinfo': u'/A/C/nu:2-11'}
2501    Attributes: {}
2502    Children:  None (node is probably a file)
2503
2504W: Unequal at node .
2505W: EXPECTED DISK TREE:
2506svntest.wc.State(wc_dir, {
2507  '.'                 : Item(props={'svn:mergeinfo':'/A/C/nu:8-11'}),
2508})
2509W: ACTUAL DISK TREE:
2510svntest.wc.State(wc_dir, {
2511  '.'                 : Item(props={'svn:mergeinfo':'/A/C/nu:2-11'}),
2512})
2513W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
2514W: EXCEPTION: SVNTreeUnequal
2515Traceback (most recent call last):
2516  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2517    rc = self.pred.run(sandbox)
2518  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2519    return self._delegate.run(sandbox)
2520  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2521    result = self.func(sandbox)
2522  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/merge_tests.py", line 15720, in no_self_referential_or_nonexistent_inherited_mergeinfo
2523    check_props=True)
2524  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1175, in run_and_verify_merge
2525    check_props, **kw)
2526  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 836, in verify_update
2527    extra_files=extra_files)
2528  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 867, in verify_disk
2529    singleton_handler_b, b_baton)
2530  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
2531    singleton_handler_b, b_baton)
2532  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 677, in compare_trees
2533    raise SVNTreeUnequal
2534SVNTreeUnequal
2535XFAIL: merge_tests.py 114: don't inherit bogus mergeinfo
2536W: Unexpected output
2537W: EXPECTED STDOUT (regexp):
2538W: | /A/C/nu:9
2539W: ACTUAL STDOUT:
2540W: | /A/C/nu:3,7,9
2541W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
2542W: EXCEPTION: SVNUnmatchedError
2543Traceback (most recent call last):
2544  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2545    rc = self.pred.run(sandbox)
2546  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2547    return self._delegate.run(sandbox)
2548  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2549    result = self.func(sandbox)
2550  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/merge_tests.py", line 15814, in subtree_merges_inherit_invalid_working_mergeinfo
2551    '/A/C/nu:9', [], 'pg', SVN_PROP_MERGEINFO, nu_COPY_path)
2552  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
2553    expected_exit, *varargs)
2554  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 353, in run_and_verify_svn2
2555    expected_stdout, expected_stderr)
2556  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 452, in verify_outputs
2557    compare_and_display_lines(message, label, expected, actual, raisable)
2558  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 425, in compare_and_display_lines
2559    raise raisable
2560SVNUnmatchedError
2561XFAIL: merge_tests.py 115: don't inherit bogus working mergeinfo
2562PASS:  merge_tests.py 116: executable flag is maintained during binary merge
2563PASS:  merge_tests.py 117: dry run shouldn't resolve conflicts
2564PASS:  merge_tests.py 118: prop conflict from foreign repos merge
2565PASS:  merge_tests.py 119: merge adds subtree with mergeinfo
2566PASS:  merge_tests.py 120: reverse merge adds subtree
2567PASS:  merge_tests.py 121: merged deletion causes spurious tree conflict
2568PASS:  merge_tests.py 122: record only merge adds new subtree mergeinfo
2569PASS:  merge_tests.py 123: missing subtrees untouched by infinite depth merge
2570PASS:  merge_tests.py 124: shallow merge reaches all necessary subtrees
2571PASS:  merge_tests.py 125: svnmucc: merge a replacement
2572PASS:  merge_tests.py 126: replacement in merge source not notified correctly
2573PASS:  merge_tests.py 127: reverse merge applies revs in reverse order
2574PASS:  merge_tests.py 128: merge adds then deletes subtree
2575PASS:  merge_tests.py 129: merge with added subtrees with mergeinfo
2576PASS:  merge_tests.py 130: merge with externals with mergeinfo
2577PASS:  merge_tests.py 131: merge binary file with keywords
2578PASS:  merge_tests.py 132: merge conflict when keywords removed
2579PASS:  merge_tests.py 133: merge target selection handling
2580PASS:  merge_tests.py 134: merged directory properties are added
2581PASS:  merge_tests.py 135: conflicted split merge can be repeated
2582PASS:  merge_tests.py 136: each editor drive gets its own notification
2583PASS:  merge_tests.py 137: single editor drive merge notifications
2584PASS:  merge_tests.py 138: conflicted split merge with resolve
2585PASS:  merge_tests.py 139: repeat merge to infinite depth WC conflicts
2586PASS:  merge_tests.py 140: verify conflict file naming
2587PASS:  merge_tests.py 141: merge a directory delete with --force
2588END: merge_tests.py
2589ELAPSED: merge_tests.py 0:36:49.655462
2590
2591START: merge_tree_conflict_tests.py
2592PASS:  merge_tree_conflict_tests.py 1: merge that deletes items
2593PASS:  merge_tree_conflict_tests.py 2: merge should not die if a target file is absent
2594PASS:  merge_tree_conflict_tests.py 3: merge on deleted directory in target
2595PASS:  merge_tree_conflict_tests.py 4: 3-way merge of 'file add' into existing binary
2596PASS:  merge_tree_conflict_tests.py 5: merge an added dir on a deleted dir in target
2597PASS:  merge_tree_conflict_tests.py 6: conflict from merge of add over versioned file
2598PASS:  merge_tree_conflict_tests.py 7: mergeinfo recording in skipped merge
2599PASS:  merge_tree_conflict_tests.py 8: merge tries to delete a file of different content
2600PASS:  merge_tree_conflict_tests.py 9: tree conflicts and obstructions
2601PASS:  merge_tree_conflict_tests.py 10: tree conflicts 4.1: tree del, leaf edit
2602PASS:  merge_tree_conflict_tests.py 11: tree conflicts 4.2: tree del, leaf del
2603PASS:  merge_tree_conflict_tests.py 12: tree conflicts 5.1: leaf edit, tree del
2604PASS:  merge_tree_conflict_tests.py 13: tree conflicts 5.2: leaf del, tree del
2605PASS:  merge_tree_conflict_tests.py 14: tree conflicts 6: tree del, tree del
2606PASS:  merge_tree_conflict_tests.py 15: tree conflicts 4.1: tree del (no ci), leaf edit
2607PASS:  merge_tree_conflict_tests.py 16: tree conflicts 4.2: tree del (no ci), leaf del
2608PASS:  merge_tree_conflict_tests.py 17: tree conflicts 5.1: leaf edit (no ci), tree del
2609PASS:  merge_tree_conflict_tests.py 18: tree conflicts 5.2: leaf del (no ci), tree del
2610PASS:  merge_tree_conflict_tests.py 19: tree conflicts 6: tree del (no ci), tree del
2611PASS:  merge_tree_conflict_tests.py 20: tree conflicts: tree missing, leaf edit
2612PASS:  merge_tree_conflict_tests.py 21: tree conflicts: tree missing, leaf del
2613PASS:  merge_tree_conflict_tests.py 22: replace vs. edit tree-conflicts
2614PASS:  merge_tree_conflict_tests.py 23: replace vs. delete tree-conflicts
2615PASS:  merge_tree_conflict_tests.py 24: merge replace on local delete fails
2616PASS:  merge_tree_conflict_tests.py 25: merge conflict details
2617PASS:  merge_tree_conflict_tests.py 26: merge obstruction recording
2618PASS:  merge_tree_conflict_tests.py 27: tree conflict stores added revision for victim
2619PASS:  merge_tree_conflict_tests.py 28: spurious tree conflict with unmodified added file
2620END: merge_tree_conflict_tests.py
2621ELAPSED: merge_tree_conflict_tests.py 0:05:04.651787
2622
2623START: mergeinfo_tests.py
2624PASS:  mergeinfo_tests.py 1: 'mergeinfo' on a URL that lacks mergeinfo
2625PASS:  mergeinfo_tests.py 2: 'mergeinfo' on a path with mergeinfo
2626PASS:  mergeinfo_tests.py 3: 'mergeinfo' with source selection
2627PASS:  mergeinfo_tests.py 4: 'mergeinfo' with uninteresting source selection
2628PASS:  mergeinfo_tests.py 5: mergeinfo of an unknown url should return error
2629PASS:  mergeinfo_tests.py 6: non-inheritable mergeinfo shows as merged
2630PASS:  mergeinfo_tests.py 7: test svn mergeinfo -R
2631PASS:  mergeinfo_tests.py 8: svn mergeinfo on pegged working copy target
2632PASS:  mergeinfo_tests.py 9: wc target inherits mergeinfo from repos
2633PASS:  mergeinfo_tests.py 10: natural history is not eligible nor merged
2634PASS:  mergeinfo_tests.py 11: noninheritable mergeinfo not always eligible
2635PASS:  mergeinfo_tests.py 12: 'mergeinfo' on a locally moved path
2636PASS:  mergeinfo_tests.py 13: do not record mergeinfo on tree conflict victims
2637END: mergeinfo_tests.py
2638ELAPSED: mergeinfo_tests.py 0:02:54.464618
2639
2640START: mod_authz_svn_tests.py
2641SKIP:  mod_authz_svn_tests.py 1: test anonymous access
2642SKIP:  mod_authz_svn_tests.py 2: test mixed anonymous and authenticated access
2643SKIP:  mod_authz_svn_tests.py 3: test mixed with noauthwhenanon directive
2644SKIP:  mod_authz_svn_tests.py 4: test authenticated only access
2645SKIP:  mod_authz_svn_tests.py 5: test authenticated only access with anonoff
2646SKIP:  mod_authz_svn_tests.py 6: test authenticated only access with lcuser
2647SKIP:  mod_authz_svn_tests.py 7: test authenticated only access via groups
2648SKIP:  mod_authz_svn_tests.py 8: test satisfy all require any config
2649SKIP:  mod_authz_svn_tests.py 9: test satisfy all require all config
2650END: mod_authz_svn_tests.py
2651ELAPSED: mod_authz_svn_tests.py 0:00:03.576514
2652
2653START: move_tests.py
2654PASS:  move_tests.py 1: lateral (rename) move of a file test
2655PASS:  move_tests.py 2: sibling move of a file test
2656PASS:  move_tests.py 3: shallower move of a file test
2657PASS:  move_tests.py 4: deeper move of a file test
2658PASS:  move_tests.py 5: test property merging on move-update
2659PASS:  move_tests.py 6: move a missing directory
2660PASS:  move_tests.py 7: nested replaces
2661PASS:  move_tests.py 8: move many and delete-on-update
2662PASS:  move_tests.py 9: move many and add-on-update
2663PASS:  move_tests.py 10: delete moved node, still a move
2664PASS:  move_tests.py 11: copy, move and commit
2665PASS:  move_tests.py 12: move to and from an external
2666PASS:  move_tests.py 13: revert delete root of move
2667PASS:  move_tests.py 14: move conflict details
2668END: move_tests.py
2669ELAPSED: move_tests.py 0:07:05.844251
2670
2671START: patch_tests.py
2672PASS:  patch_tests.py 1: basic patch
2673PASS:  patch_tests.py 2: patch containing absolute paths
2674PASS:  patch_tests.py 3: patch with offset searching
2675PASS:  patch_tests.py 4: patch with chopped leading spaces
2676PASS:  patch_tests.py 5: patch with --strip 1
2677PASS:  patch_tests.py 6: patch with no index lines
2678PASS:  patch_tests.py 7: patch with missing dirs
2679PASS:  patch_tests.py 8: patch deleting all children of a directory
2680PASS:  patch_tests.py 9: patch which is rejected
2681PASS:  patch_tests.py 10: patch containing keywords
2682PASS:  patch_tests.py 11: patch with fuzz
2683PASS:  patch_tests.py 12: patch in reverse
2684PASS:  patch_tests.py 13: patch target with no svn:eol-style
2685PASS:  patch_tests.py 14: patch target with svn:eol-style
2686PASS:  patch_tests.py 15: patch target with uncommitted svn:eol-style
2687PASS:  patch_tests.py 16: ignore whitespace when patching
2688PASS:  patch_tests.py 17: patch that replaces a locally deleted file
2689PASS:  patch_tests.py 18: patch with no eol at eof
2690PASS:  patch_tests.py 19: patch with properties
2691PASS:  patch_tests.py 20: apply the same patch twice
2692PASS:  patch_tests.py 21: patch with dir properties
2693PASS:  patch_tests.py 22: patch that adds paths with props
2694PASS:  patch_tests.py 23: property patch with offset searching
2695PASS:  patch_tests.py 24: property patch with fuzz
2696PASS:  patch_tests.py 25: patch that contains empty files
2697PASS:  patch_tests.py 26: patch using old target names
2698PASS:  patch_tests.py 27: revert a patch by reverse patching
2699PASS:  patch_tests.py 28: patch --strip propchanges cwd
2700PASS:  patch_tests.py 29: patch doesn't append newline to properties
2701PASS:  patch_tests.py 30: patch that adds a symlink
2702PASS:  patch_tests.py 31: patch a file that was moved away
2703PASS:  patch_tests.py 32: patch file lacking trailing eol
2704PASS:  patch_tests.py 33: patch deletes prop, directly and via reversed add
2705PASS:  patch_tests.py 34: reverse patch new file+props atop uncommitted
2706PASS:  patch_tests.py 35: reverse patch new file+props
2707PASS:  patch_tests.py 36: patch with /dev/null filenames
2708PASS:  patch_tests.py 37: patch that deletes and skips
2709PASS:  patch_tests.py 38: patch target with no eol at eof
2710PASS:  patch_tests.py 39: patch add multiple levels and delete
2711PASS:  patch_tests.py 40: apply git patch with 'index' line
2712PASS:  patch_tests.py 41: patch changes symlink target
2713PASS:  patch_tests.py 42: replace dir with file and file with dir
2714PASS:  patch_tests.py 43: single line replacement mismatch
2715PASS:  patch_tests.py 44: apply a patch to an empty file
2716PASS:  patch_tests.py 45: svn diff created patch should apply without fuz
2717W: =============================================================
2718Expected 'iota' and actual 'iota' in disk tree are different!
2719=============================================================
2720EXPECTED NODE TO BE:
2721=============================================================
2722 * Node name:   iota
2723    Path:       __SVN_ROOT_NODE/iota
2724    Contents:   Some more bytes
2725This is the file 'iota'.
2726
2727    Properties: {}
2728    Attributes: {}
2729    Children:  None (node is probably a file)
2730=============================================================
2731ACTUAL NODE FOUND:
2732=============================================================
2733 * Node name:   iota
2734    Path:       __SVN_ROOT_NODE/iota
2735    Contents:   Some more bytes
2736This is the file 'iota'.
2737    Properties: {}
2738    Attributes: {}
2739    Children:  None (node is probably a file)
2740
2741W: Unequal at node iota
2742W: EXPECTED DISK TREE:
2743svntest.wc.State(wc_dir, {
2744  'A/B/E/beta'        : Item(contents="This is the file 'beta'.\n"),
2745  'A/B/E/alpha'       : Item(contents="This is the file 'alpha'.\n"),
2746  'A/B/F'             : Item(),
2747  'A/B/lambda'        : Item(contents="This is the file 'lambda'.\n"),
2748  'A/D/G/rho'         : Item(contents="This is the file 'rho'.\n"),
2749  'A/D/G/pi'          : Item(contents="This is the file 'pi'.\n"),
2750  'A/D/G/tau'         : Item(contents="This is the file 'tau'.\n"),
2751  'A/D/H/psi'         : Item(contents="This is the file 'psi'.\n"),
2752  'A/D/H/omega'       : Item(contents="This is the file 'omega'.\n"),
2753  'A/D/H/chi'         : Item(contents="This is the file 'chi'.\n"),
2754  'A/D/gamma'         : Item(contents="This is the file 'gamma'.\n"),
2755  'A/mu'              : Item(contents="This is the file 'mu'.\n"),
2756  'A/C'               : Item(),
2757  'iota'              : Item(contents="Some more bytes\nThis is the file 'iota'.\n"),
2758})
2759W: ACTUAL DISK TREE:
2760svntest.wc.State(wc_dir, {
2761  'A/B/E/beta'        : Item(contents="This is the file 'beta'.\n"),
2762  'A/B/E/alpha'       : Item(contents="This is the file 'alpha'.\n"),
2763  'A/B/F'             : Item(),
2764  'A/B/lambda'        : Item(contents="This is the file 'lambda'.\n"),
2765  'A/D/G/tau'         : Item(contents="This is the file 'tau'.\n"),
2766  'A/D/G/rho'         : Item(contents="This is the file 'rho'.\n"),
2767  'A/D/G/pi'          : Item(contents="This is the file 'pi'.\n"),
2768  'A/D/H/psi'         : Item(contents="This is the file 'psi'.\n"),
2769  'A/D/H/omega'       : Item(contents="This is the file 'omega'.\n"),
2770  'A/D/H/chi'         : Item(contents="This is the file 'chi'.\n"),
2771  'A/D/gamma'         : Item(contents="This is the file 'gamma'.\n"),
2772  'A/C'               : Item(),
2773  'A/mu'              : Item(contents="This is the file 'mu'.\n"),
2774  'iota'              : Item(contents="Some more bytes\nThis is the file 'iota'."),
2775})
2776W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
2777W: EXCEPTION: SVNTreeUnequal
2778Traceback (most recent call last):
2779  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2780    rc = self.pred.run(sandbox)
2781  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2782    return self._delegate.run(sandbox)
2783  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2784    result = self.func(sandbox)
2785  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/patch_tests.py", line 4605, in patch_lacking_trailing_eol_on_context
2786    expected_status, expected_skip)
2787  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1275, in run_and_verify_patch
2788    check_props=check_props, **kw)
2789  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 836, in verify_update
2790    extra_files=extra_files)
2791  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 867, in verify_disk
2792    singleton_handler_b, b_baton)
2793  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
2794    singleton_handler_b, b_baton)
2795  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 677, in compare_trees
2796    raise SVNTreeUnequal
2797SVNTreeUnequal
2798XFAIL: patch_tests.py 46: patch file lacking trailing eol on context
2799PASS:  patch_tests.py 47: patch with custom keywords
2800PASS:  patch_tests.py 48: --git patch with rename header
2801PASS:  patch_tests.py 49: avoid reordering hunks
2802PASS:  patch_tests.py 50: avoid reordering hunks 2
2803PASS:  patch_tests.py 51: hunks that reorder
2804W: EXPECTED STDOUT:
2805W: | U         svn-test-work/working_copies/patch_tests-52/A/mu
2806W: | >         applied hunk @@ -9,6 +10,7 @@ with offset -5
2807W: ACTUAL STDOUT:
2808W: | C         svn-test-work/working_copies/patch_tests-52/A/mu
2809W: | >         rejected hunk @@ -9,6 +10,7 @@
2810W: | Summary of conflicts:
2811W: |   Text conflicts: 1
2812W: DIFF STDOUT:
2813W: | --- EXPECTED STDOUT
2814W: | +++ ACTUAL STDOUT
2815W: | @@ -1,2 +1,4 @@
2816W: | -U         svn-test-work/working_copies/patch_tests-52/A/mu
2817W: | ->         applied hunk @@ -9,6 +10,7 @@ with offset -5
2818W: | +C         svn-test-work/working_copies/patch_tests-52/A/mu
2819W: | +>         rejected hunk @@ -9,6 +10,7 @@
2820W: | +Summary of conflicts:
2821W: | +  Text conflicts: 1
2822W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
2823W: EXCEPTION: SVNLineUnequal
2824Traceback (most recent call last):
2825  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2826    rc = self.pred.run(sandbox)
2827  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2828    return self._delegate.run(sandbox)
2829  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2830    result = self.func(sandbox)
2831  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/patch_tests.py", line 5114, in patch_hunk_overlap
2832    expected_status, expected_skip)
2833  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1270, in run_and_verify_patch
2834    verify.verify_outputs(None, out, err, output_tree, error_re_string)
2835  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 452, in verify_outputs
2836    compare_and_display_lines(message, label, expected, actual, raisable)
2837  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 425, in compare_and_display_lines
2838    raise raisable
2839SVNLineUnequal
2840XFAIL: patch_tests.py 52: hunks that overlap
2841PASS:  patch_tests.py 53: patch delete modified
2842PASS:  patch_tests.py 54: find closest hunk
2843END: patch_tests.py
2844ELAPSED: patch_tests.py 0:06:26.461725
2845
2846START: prop_tests.py
2847PASS:  prop_tests.py 1: write/read props in wc only (ps, pl, pdel, pe)
2848PASS:  prop_tests.py 2: commit properties
2849PASS:  prop_tests.py 3: receive properties via update
2850PASS:  prop_tests.py 4: receive property changes as part of a downdate
2851PASS:  prop_tests.py 5: commit the removal of props
2852PASS:  prop_tests.py 6: update with conflicting props
2853PASS:  prop_tests.py 7: commit with conflicting dirprops
2854PASS:  prop_tests.py 8: props work when committing a replacement
2855PASS:  prop_tests.py 9: props work when reverting a replacement
2856PASS:  prop_tests.py 10: try to set inappropriate props
2857PASS:  prop_tests.py 11: file copies inherit (not re-derive) special props
2858PASS:  prop_tests.py 12: set, get, and delete a revprop change
2859PASS:  prop_tests.py 13: some svn: properties should be converted
2860PASS:  prop_tests.py 14: test binary property support
2861PASS:  prop_tests.py 15: recursive property operations in BASE and WC
2862PASS:  prop_tests.py 16: property operations on a URL
2863PASS:  prop_tests.py 17: removal of schedule added file with properties
2864PASS:  prop_tests.py 18: receive properties on the wc root via update
2865PASS:  prop_tests.py 19: test properties on replaced files
2866PASS:  prop_tests.py 20: test proplist at various depths on a wc
2867PASS:  prop_tests.py 21: test proplist at various depths on a url
2868PASS:  prop_tests.py 22: test prop* handle invalid property names
2869PASS:  prop_tests.py 23: propset shouldn't touch symlink perms
2870PASS:  prop_tests.py 24: remove a property with a custom namespace
2871PASS:  prop_tests.py 25: property retrieval with peg and operative revs
2872PASS:  prop_tests.py 26: test handling invalid svn:* property values
2873PASS:  prop_tests.py 27: commit replacement props when same as old props
2874PASS:  prop_tests.py 28: 'svn mv added_file' preserves props
2875PASS:  prop_tests.py 29: remove a property which doesn't exist
2876PASS:  prop_tests.py 30: post-revprop-change hook
2877PASS:  prop_tests.py 31: properties after a removal of a replaced file
2878PASS:  prop_tests.py 32: grind through all variants of prop rejects
2879PASS:  prop_tests.py 33: test properties of obstructed subdirectories
2880PASS:  prop_tests.py 34: test revprop atomicity guarantees of libsvn_ra
2881PASS:  prop_tests.py 35: pg of large text properties redirects properly
2882PASS:  prop_tests.py 36: prop conflict for file matching dir prop reject
2883PASS:  prop_tests.py 37: check if pristine properties are visible
2884PASS:  prop_tests.py 38: inheritable ignores with svn:ignores and config
2885PASS:  prop_tests.py 39: propset with svn: prefix but unknown name
2886PASS:  prop_tests.py 40: peg rev @BASE, peg rev @WORKING
2887PASS:  prop_tests.py 41: svn:author with XML unsafe chars
2888PASS:  prop_tests.py 42: svn:author with XML unsafe chars 2
2889PASS:  prop_tests.py 43: verify dir property conflict details
2890PASS:  prop_tests.py 44: test listing iprops via abspath
2891PASS:  prop_tests.py 45: perform wc specific operations on url
2892PASS:  prop_tests.py 46: property conflict on wc root
2893END: prop_tests.py
2894ELAPSED: prop_tests.py 0:05:36.509915
2895
2896START: redirect_tests.py
2897SKIP:  redirect_tests.py 1: temporary redirect should error out
2898SKIP:  redirect_tests.py 2: redirected checkout
2899SKIP:  redirect_tests.py 3: redirected update
2900SKIP:  redirect_tests.py 4: redirected update of non-repos-root wc
2901SKIP:  redirect_tests.py 5: redirected externals
2902SKIP:  redirect_tests.py 6: redirected copy
2903SKIP:  redirect_tests.py 7: redirected commands
2904END: redirect_tests.py
2905ELAPSED: redirect_tests.py 0:00:04.038737
2906
2907START: relocate_tests.py
2908PASS:  relocate_tests.py 1: relocate with deleted, missing and copied entries
2909PASS:  relocate_tests.py 2: relocate with prefixes longer than repo root
2910PASS:  relocate_tests.py 3: out of date propset should fail after a relocate
2911PASS:  relocate_tests.py 4: relocate a single file
2912PASS:  relocate_tests.py 5: relocate a directory with switched children
2913PASS:  relocate_tests.py 6: relocate a directory containing relative externals
2914END: relocate_tests.py
2915ELAPSED: relocate_tests.py 0:00:59.679291
2916
2917START: resolve_tests.py
2918PASS:  resolve_tests.py 1: resolve -R --accept [base | mf | tf]
2919PASS:  resolve_tests.py 2: resolving prop conflicts
2920PASS:  resolve_tests.py 3: resolve file with executable bit set
2921PASS:  resolve_tests.py 4: resolved on working copy root
2922PASS:  resolve_tests.py 5: resolved on deleted item
2923PASS:  resolve_tests.py 6: resolve to 'theirs-conflict' in sub-directory
2924PASS:  resolve_tests.py 7: multi range merge with --accept keeps going
2925PASS:  resolve_tests.py 8: resolve -R --accept [base | mf | tf] binary file
2926END: resolve_tests.py
2927ELAPSED: resolve_tests.py 0:01:31.520122
2928
2929START: revert_tests.py
2930PASS:  revert_tests.py 1: revert relative to wc root
2931PASS:  revert_tests.py 2: revert reexpands manually contracted keyword
2932PASS:  revert_tests.py 3: revert a replaced file with no properties
2933PASS:  revert_tests.py 4: revert a moved file
2934PASS:  revert_tests.py 5: revert svn cp PATH PATH replace file with props
2935PASS:  revert_tests.py 6: revert a merge replacement of file with history
2936PASS:  revert_tests.py 7: revert svn cp URL PATH replace file with props
2937PASS:  revert_tests.py 8: revert file after second replace
2938PASS:  revert_tests.py 9: revert after manual text-conflict resolution
2939PASS:  revert_tests.py 10: revert after manual property-conflict resolution
2940PASS:  revert_tests.py 11: revert a simple propset on a dir
2941PASS:  revert_tests.py 12: revert a simple propset on a file
2942PASS:  revert_tests.py 13: revert a simple propdel on a dir
2943PASS:  revert_tests.py 14: revert a simple propdel on a file
2944PASS:  revert_tests.py 15: revert a committed replace-with-history == no-op
2945PASS:  revert_tests.py 16: status after schedule-delete, revert, and local rm
2946PASS:  revert_tests.py 17: status after replace+, revert, and local rm
2947PASS:  revert_tests.py 18: reverted replace with history restores checksum
2948PASS:  revert_tests.py 19: revert tree conflicts in updated files
2949PASS:  revert_tests.py 20: reverting an add over not present directory
2950PASS:  revert_tests.py 21: revert an added tree fails
2951PASS:  revert_tests.py 22: revert a child of a copied directory
2952PASS:  revert_tests.py 23: non-recursive revert after delete
2953PASS:  revert_tests.py 24: permission-only reverts
2954W: svn: E155038: Try 'svn revert --depth infinity' instead?
2955W: svn: E155038: Can't revert '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/revert_tests-25/A/B/E2' without reverting children
2956W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
2957W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn revert --depth files ..."; exit code 1
2958Traceback (most recent call last):
2959  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2960    rc = self.pred.run(sandbox)
2961  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2962    return self._delegate.run(sandbox)
2963  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2964    result = self.func(sandbox)
2965  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/revert_tests.py", line 1222, in revert_copy_depth_files
2966    sbox.ospath('A/B/E2'))
2967  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
2968    expected_exit, *varargs)
2969  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 351, in run_and_verify_svn2
2970    exit_code, out, err = main.run_svn(want_err, *varargs)
2971  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
2972    *(_with_auth(_with_config_dir(varargs))))
2973  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
2974    None, *varargs)
2975  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
2976    '"; exit code ' + str(exit_code))
2977Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn revert --depth files ..."; exit code 1
2978XFAIL: revert_tests.py 25: revert a copy with depth=files
2979W: svn: E155038: Try 'svn revert --depth infinity' instead?
2980W: svn: E155038: Can't revert '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/revert_tests-26/A/X' without reverting children
2981W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
2982W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn revert --depth immediates ..."; exit code 1
2983Traceback (most recent call last):
2984  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
2985    rc = self.pred.run(sandbox)
2986  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
2987    return self._delegate.run(sandbox)
2988  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
2989    result = self.func(sandbox)
2990  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/revert_tests.py", line 1250, in revert_nested_add_depth_immediates
2991    sbox.ospath('A/X'))
2992  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
2993    expected_exit, *varargs)
2994  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 351, in run_and_verify_svn2
2995    exit_code, out, err = main.run_svn(want_err, *varargs)
2996  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
2997    *(_with_auth(_with_config_dir(varargs))))
2998  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
2999    None, *varargs)
3000  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
3001    '"; exit code ' + str(exit_code))
3002Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn revert --depth immediates ..."; exit code 1
3003XFAIL: revert_tests.py 26: revert a nested add with depth=immediates
3004PASS:  revert_tests.py 27: revert with superfluous actual node
3005PASS:  revert_tests.py 28: revert tree conflicts with replacements
3006PASS:  revert_tests.py 29: recursive revert with superfluous actual node
3007PASS:  revert_tests.py 30: revert conflict with no text change
3008PASS:  revert_tests.py 31: revert -R conflict with no text change
3009PASS:  revert_tests.py 32: revert with unversioned targets
3010PASS:  revert_tests.py 33: svn revert -R nonexistent
3011PASS:  revert_tests.py 34: revert with an obstructing working copy
3012PASS:  revert_tests.py 35: partial revert moved_dir
3013END: revert_tests.py
3014ELAPSED: revert_tests.py 0:03:23.341426
3015
3016START: schedule_tests.py
3017PASS:  schedule_tests.py 1: revert: add some files
3018PASS:  schedule_tests.py 2: revert: add some directories
3019PASS:  schedule_tests.py 3: revert: add some nested files and directories
3020PASS:  schedule_tests.py 4: revert: add some executable files
3021PASS:  schedule_tests.py 5: revert: delete some files
3022PASS:  schedule_tests.py 6: revert: delete some directories
3023PASS:  schedule_tests.py 7: unschedule addition on missing items
3024PASS:  schedule_tests.py 8: schedule and commit deletion on missing items
3025PASS:  schedule_tests.py 9: revert inside a newly added dir
3026PASS:  schedule_tests.py 10: status after add of deleted directory
3027PASS:  schedule_tests.py 11: 'svn add' should traverse already-versioned dirs
3028PASS:  schedule_tests.py 12: 'svn mkdir' should clean up after itself on error
3029PASS:  schedule_tests.py 13: 'svn rm non-existent' should exit with an error
3030PASS:  schedule_tests.py 14: retry of manually upset --keep-local deletion
3031PASS:  schedule_tests.py 15: calling svn propset on a deleted node should fail
3032PASS:  schedule_tests.py 16: replace a dir, then delete a child
3033END: schedule_tests.py
3034ELAPSED: schedule_tests.py 0:00:50.827488
3035
3036START: special_tests.py
3037PASS:  special_tests.py 1: general symlink handling
3038PASS:  special_tests.py 2: replace a normal file with a special file
3039PASS:  special_tests.py 3: import and export a symlink
3040PASS:  special_tests.py 4: 'svn cp dir1 dir2' which contains a symlink
3041PASS:  special_tests.py 5: replace a special file with a non-special file
3042PASS:  special_tests.py 6: remove a symlink
3043PASS:  special_tests.py 7: merge symlink into file
3044PASS:  special_tests.py 8: merge file into symlink
3045PASS:  special_tests.py 9: checkout a repository containing symlinks
3046PASS:  special_tests.py 10: diff a symlink to a directory
3047PASS:  special_tests.py 11: checkout repository with unknown special file type
3048PASS:  special_tests.py 12: replace a special file with a directory
3049PASS:  special_tests.py 13: symlink obstructs incoming delete
3050PASS:  special_tests.py 14: warn when attempt operation on a reserved name
3051PASS:  special_tests.py 15: 'ps svn:special' should normalize to '*'
3052PASS:  special_tests.py 16: commit foo while bar changed special status
3053PASS:  special_tests.py 17: revert a symlink destination change
3054PASS:  special_tests.py 18: merge symlink-add from foreign repos
3055PASS:  special_tests.py 19: operate on symlink to wc
3056PASS:  special_tests.py 20: svnversion on symlink to wc
3057PASS:  special_tests.py 21: update a symlink
3058PASS:  special_tests.py 22: replace symlinks
3059PASS:  special_tests.py 23: externals as symlink targets
3060W: svn: E200009: '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/special_tests-24/kappa' has no pristine version until it is committed
3061W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3062W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn cat svn-test-work/working_copies/special_tests-24/kappa --config-dir ..."; exit code 1
3063Traceback (most recent call last):
3064  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3065    rc = self.pred.run(sandbox)
3066  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
3067    return self._delegate.run(sandbox)
3068  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3069    result = self.func(sandbox)
3070  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/special_tests.py", line 1142, in cat_added_symlink
3071    "cat", kappa_path)
3072  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
3073    expected_exit, *varargs)
3074  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 351, in run_and_verify_svn2
3075    exit_code, out, err = main.run_svn(want_err, *varargs)
3076  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
3077    *(_with_auth(_with_config_dir(varargs))))
3078  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
3079    None, *varargs)
3080  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
3081    '"; exit code ' + str(exit_code))
3082Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn cat svn-test-work/working_copies/special_tests-24/kappa --config-dir ..."; exit code 1
3083XFAIL: special_tests.py 24: cat added symlink
3084PASS:  special_tests.py 25: verify incoming symlink change behavior
3085PASS:  special_tests.py 26: multiline file with svn:special
3086W: =============================================================
3087Expected 'dodgy-link2' and actual 'dodgy-link2' in status tree are different!
3088=============================================================
3089EXPECTED NODE TO BE:
3090=============================================================
3091 * Node name:   dodgy-link2
3092    Path:       svn-test-work/working_copies/special_tests-27/dodgy-link2
3093    Contents:   None
3094    Properties: {}
3095    Attributes: {'status': '  ', 'wc_rev': '2'}
3096    Children:  None (node is probably a file)
3097=============================================================
3098ACTUAL NODE FOUND:
3099=============================================================
3100 * Node name:   dodgy-link2
3101    Path:       svn-test-work/working_copies/special_tests-27/dodgy-link2
3102    Contents:   None
3103    Properties: {}
3104    Attributes: {'status': 'M ', 'wc_rev': '2'}
3105    Children:  None (node is probably a file)
3106
3107W: ACTUAL STATUS TREE:
3108svntest.wc.State(wc_dir, {
3109  ''                  : Item(status='  ', wc_rev='2'),
3110  'A'                 : Item(status='  ', wc_rev='2'),
3111  'A/B'               : Item(status='  ', wc_rev='2'),
3112  'A/B/E'             : Item(status='  ', wc_rev='2'),
3113  'A/B/E/beta'        : Item(status='  ', wc_rev='2'),
3114  'A/B/E/alpha'       : Item(status='  ', wc_rev='2'),
3115  'A/B/F'             : Item(status='  ', wc_rev='2'),
3116  'A/B/lambda'        : Item(status='  ', wc_rev='2'),
3117  'A/D'               : Item(status='  ', wc_rev='2'),
3118  'A/D/G'             : Item(status='  ', wc_rev='2'),
3119  'A/D/G/pi'          : Item(status='  ', wc_rev='2'),
3120  'A/D/G/tau'         : Item(status='  ', wc_rev='2'),
3121  'A/D/G/rho'         : Item(status='  ', wc_rev='2'),
3122  'A/D/H'             : Item(status='  ', wc_rev='2'),
3123  'A/D/H/psi'         : Item(status='  ', wc_rev='2'),
3124  'A/D/H/chi'         : Item(status='  ', wc_rev='2'),
3125  'A/D/H/omega'       : Item(status='  ', wc_rev='2'),
3126  'A/D/gamma'         : Item(status='  ', wc_rev='2'),
3127  'A/C'               : Item(status='  ', wc_rev='2'),
3128  'A/mu'              : Item(status='  ', wc_rev='2'),
3129  'iota'              : Item(status='  ', wc_rev='2'),
3130  'dodgy-link2'       : Item(status='M ', wc_rev='2'),
3131  'dodgy-link1'       : Item(status='M ', wc_rev='2'),
3132})
3133W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3134W: EXCEPTION: SVNTreeUnequal
3135Traceback (most recent call last):
3136  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3137    rc = self.pred.run(sandbox)
3138  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
3139    return self._delegate.run(sandbox)
3140  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3141    result = self.func(sandbox)
3142  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/special_tests.py", line 1306, in multiline_symlink_special
3143    svntest.actions.run_and_verify_status(wc_dir, expected_status)
3144  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1451, in run_and_verify_status
3145    status_tree.compare_and_display('status', actual_status)
3146  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/wc.py", line 346, in compare_and_display
3147    raise svntest.tree.SVNTreeUnequal
3148SVNTreeUnequal
3149XFAIL: special_tests.py 27: multiline link file with svn:special
3150END: special_tests.py
3151ELAPSED: special_tests.py 0:02:59.390574
3152
3153START: stat_tests.py
3154PASS:  stat_tests.py 1: status on unversioned file in current directory
3155PASS:  stat_tests.py 2: run 'status -u' when nested additions are pending
3156PASS:  stat_tests.py 3: status -vN shows all items in current directory
3157PASS:  stat_tests.py 4: status with a versioned file missing
3158PASS:  stat_tests.py 5: status on versioned items whose type has changed
3159PASS:  stat_tests.py 6: status on versioned items replaced by symlinks
3160PASS:  stat_tests.py 7: status -u with new files in the repository
3161PASS:  stat_tests.py 8: status for unignored file and directory
3162PASS:  stat_tests.py 9: status on missing and unversioned file
3163PASS:  stat_tests.py 10: status -u indicates out-of-dateness
3164PASS:  stat_tests.py 11: status -u on outdated, added file shows only that
3165PASS:  stat_tests.py 12: status -u on working copy deleted in HEAD
3166PASS:  stat_tests.py 13: timestamp behaviour
3167PASS:  stat_tests.py 14: status on '..' where '..' is not versioned
3168PASS:  stat_tests.py 15: status -u in partially non-recursive wc
3169PASS:  stat_tests.py 16: a missing dir in the anchor
3170PASS:  stat_tests.py 17: status output in XML format
3171PASS:  stat_tests.py 18: status on ignored directory
3172PASS:  stat_tests.py 19: status on unversioned dir in working copy
3173PASS:  stat_tests.py 20: status with a versioned directory missing
3174PASS:  stat_tests.py 21: status -v -N -u from different current directories
3175PASS:  stat_tests.py 22: status on conflicted added file
3176PASS:  stat_tests.py 23: status with inconsistent eol style
3177PASS:  stat_tests.py 24: run 'status -u' variations w/ incoming propchanges
3178PASS:  stat_tests.py 25: run 'status -uv' w/ incoming propchanges
3179PASS:  stat_tests.py 26: run 'status -uN' with incoming changes
3180PASS:  stat_tests.py 27: run 'status -u' with locally deleted directories
3181PASS:  stat_tests.py 28: run 'status --depth=X' with local changes
3182PASS:  stat_tests.py 29: run 'status --depth=X -u' with incoming changes
3183PASS:  stat_tests.py 30: run 'status --depth=X -u' with local changes
3184PASS:  stat_tests.py 31: status -u on versioned items whose type changed
3185PASS:  stat_tests.py 32: status with tree conflicts
3186PASS:  stat_tests.py 33: status on wc with nested old-format wc
3187PASS:  stat_tests.py 34: status with locked deleted file
3188PASS:  stat_tests.py 35: timestamp on wc-wc copies
3189PASS:  stat_tests.py 36: verbose/non-verbose on locked working copy
3190W: Unexpected output
3191W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3192W: EXCEPTION: SVNExpectedStdout
3193Traceback (most recent call last):
3194  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3195    rc = self.pred.run(sandbox)
3196  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
3197    return self._delegate.run(sandbox)
3198  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3199    result = self.func(sandbox)
3200  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/stat_tests.py", line 1923, in modified_modulo_translation
3201    'status', wc_dir)
3202  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
3203    expected_exit, *varargs)
3204  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 353, in run_and_verify_svn2
3205    expected_stdout, expected_stderr)
3206  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 452, in verify_outputs
3207    compare_and_display_lines(message, label, expected, actual, raisable)
3208  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 425, in compare_and_display_lines
3209    raise raisable
3210SVNExpectedStdout
3211XFAIL: stat_tests.py 37: modified before translation, unmodified after
3212PASS:  stat_tests.py 38: no status on not-present and excluded nodes
3213PASS:  stat_tests.py 39: status on unversioned dir
3214PASS:  stat_tests.py 40: status reporting on case changed nodes directly
3215PASS:  stat_tests.py 41: timestamp behaviour for move-update
3216PASS:  stat_tests.py 42: relative/absolute path handling
3217PASS:  stat_tests.py 43: move information when status is called directly
3218PASS:  stat_tests.py 44: move when status is called directly with base
3219PASS:  stat_tests.py 45: status missing certain conflicts
3220END: stat_tests.py
3221ELAPSED: stat_tests.py 0:03:38.101798
3222
3223START: svnadmin_tests.py
3224PASS:  svnadmin_tests.py 1: loading of dumpstream with extra headers
3225PASS:  svnadmin_tests.py 2: load success on oversized Content-length
3226PASS:  svnadmin_tests.py 3: load failure on undersized Content-length
3227PASS:  svnadmin_tests.py 4: preserve date-less revisions in load
3228PASS:  svnadmin_tests.py 5: 'svnadmin dump' on copied directory
3229PASS:  svnadmin_tests.py 6: 'svnadmin dump' on modified child of copied dir
3230PASS:  svnadmin_tests.py 7: 'svnadmin dump --quiet'
3231PASS:  svnadmin_tests.py 8: 'svnadmin hotcopy PATH .'
3232SKIP:  svnadmin_tests.py 9: 'svnadmin hotcopy' checking db/format file
3233PASS:  svnadmin_tests.py 10: setlog, setrevprop, delrevprop; bypass hooks
3234PASS:  svnadmin_tests.py 11: verify a repository containing paths like 'c:hi'
3235PASS:  svnadmin_tests.py 12: svnadmin verify detects corruption dump can't
3236PASS:  svnadmin_tests.py 13: fsfs recover db/current
3237PASS:  svnadmin_tests.py 14: fsfs recover db/current --compatible-version=1.3
3238PASS:  svnadmin_tests.py 15: 'svnadmin load --parent-dir' reparents mergeinfo
3239PASS:  svnadmin_tests.py 16: test 'svnadmin setuuid'
3240PASS:  svnadmin_tests.py 17: reflect dropped renumbered revs in svn:mergeinfo
3241PASS:  svnadmin_tests.py 18: fsfs recovery checks missing revs / revprops files
3242PASS:  svnadmin_tests.py 19: 'svnadmin create /path/to/repo/subdir'
3243PASS:  svnadmin_tests.py 20: svnadmin verify detects invalid revprops file
3244PASS:  svnadmin_tests.py 21: don't filter mergeinfo revs from incremental dump
3245PASS:  svnadmin_tests.py 22: 'svnadmin hotcopy' replicates symlink
3246PASS:  svnadmin_tests.py 23: svnadmin load with invalid svn: props
3247PASS:  svnadmin_tests.py 24: svnadmin verify with non-UTF-8 paths
3248PASS:  svnadmin_tests.py 25: test 'svnadmin lslocks' and 'svnadmin rmlocks'
3249PASS:  svnadmin_tests.py 26: 'svnadmin load --revision X:Y'
3250PASS:  svnadmin_tests.py 27: 'svnadmin hotcopy --incremental PATH .'
3251PASS:  svnadmin_tests.py 28: 'svnadmin hotcopy --incremental' with packing
3252PASS:  svnadmin_tests.py 29: svnadmin lock tests
3253PASS:  svnadmin_tests.py 30: concurrent mergeinfo commits invalidate pred-count
3254PASS:  svnadmin_tests.py 31: recover empty --compatible-version=1.3
3255PASS:  svnadmin_tests.py 32: svnadmin verify --keep-going test
3256PASS:  svnadmin_tests.py 33: svnadmin verify --keep-going --quiet test
3257PASS:  svnadmin_tests.py 34: detect invalid changed path list entries
3258PASS:  svnadmin_tests.py 35: detect denormalized names and name collisions
3259PASS:  svnadmin_tests.py 36: fsfs recover non-empty --compatible-version=1.3
3260PASS:  svnadmin_tests.py 37: fsfs hotcopy non-empty --compatible-version=1.3
3261PASS:  svnadmin_tests.py 38: svnadmin load --ignore-dates
3262PASS:  svnadmin_tests.py 39: fsfs hotcopy old with node-id and copy-id changes
3263PASS:  svnadmin_tests.py 40: verify packed with small shards
3264PASS:  svnadmin_tests.py 41: svnadmin freeze svnadmin freeze (some-cmd)
3265PASS:  svnadmin_tests.py 42: verify metadata only
3266PASS:  svnadmin_tests.py 43: verify quickly using metadata
3267PASS:  svnadmin_tests.py 44: hotcopy progress reporting
3268PASS:  svnadmin_tests.py 45: incremental hotcopy progress with changed revprops
3269PASS:  svnadmin_tests.py 46: hotcopy --compatible-version=1.3 progress
3270PASS:  svnadmin_tests.py 47: freeze multiple repositories with same UUID
3271PASS:  svnadmin_tests.py 48: upgrade --compatible-version=1.3
3272PASS:  svnadmin_tests.py 49: exercising svn_txdelta_target on BDB
3273PASS:  svnadmin_tests.py 50: load without svn:date on r0
3274PASS:  svnadmin_tests.py 51: 'svnadmin hotcopy' a read-only source repository
3275PASS:  svnadmin_tests.py 52: svnadmin dump with no-op changes
3276END: svnadmin_tests.py
3277ELAPSED: svnadmin_tests.py 0:07:15.019915
3278
3279START: svnauthz_tests.py
3280PASS:  svnauthz_tests.py 1: test 'svnauthz validate' on files
3281PASS:  svnauthz_tests.py 2: test 'svnauthz validate' on urls
3282W: wrong hook logfile content
3283W: EXPECTED HOOKLOG:
3284W: | Exit 0
3285W: ACTUAL HOOKLOG:
3286W: | dyld: Library not loaded: /opt/local/lib/libsvn_fs_x-1.0.dylib
3287W: |   Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/tools/server-side/svnauthz
3288W: |   Reason: image not found
3289W: | Exit -5
3290W: DIFF HOOKLOG:
3291W: | --- EXPECTED HOOKLOG
3292W: | +++ ACTUAL HOOKLOG
3293W: | @@ -1 +1,4 @@
3294W: | -Exit 0
3295W: | +dyld: Library not loaded: /opt/local/lib/libsvn_fs_x-1.0.dylib
3296W: | +  Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/tools/server-side/svnauthz
3297W: | +  Reason: image not found
3298W: | +Exit -5
3299W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3300W: EXCEPTION: SVNLineUnequal
3301Traceback (most recent call last):
3302  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3303    rc = self.pred.run(sandbox)
3304  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3305    result = self.func(sandbox)
3306  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svnauthz_tests.py", line 179, in svnauthz_validate_txn_test
3307    verify_logfile(logfilepath, expected_data)
3308  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svnauthz_tests.py", line 77, in verify_logfile
3309    expected_data, actual_data)
3310  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 425, in compare_and_display_lines
3311    raise raisable
3312SVNLineUnequal
3313FAIL:  svnauthz_tests.py 3: test 'svnauthz validate --transaction'
3314PASS:  svnauthz_tests.py 4: test 'svnauthz accessof' on files
3315PASS:  svnauthz_tests.py 5: test 'svnauthz accessof' on urls
3316PASS:  svnauthz_tests.py 6: test 'svnauthz accessof --groups-file' on files
3317PASS:  svnauthz_tests.py 7: test 'svnauthz accessof --groups-file' on urls
3318PASS:  svnauthz_tests.py 8: test 'svnauthz accessof --is' on files
3319PASS:  svnauthz_tests.py 9: test 'svnauthz accessof --is' on files and urls
3320W: wrong hook logfile content
3321W: EXPECTED HOOKLOG:
3322W: | Exit 0
3323W: ACTUAL HOOKLOG:
3324W: | dyld: Library not loaded: /opt/local/lib/libsvn_fs_x-1.0.dylib
3325W: |   Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/tools/server-side/svnauthz
3326W: |   Reason: image not found
3327W: | Exit -5
3328W: DIFF HOOKLOG:
3329W: | --- EXPECTED HOOKLOG
3330W: | +++ ACTUAL HOOKLOG
3331W: | @@ -1 +1,4 @@
3332W: | -Exit 0
3333W: | +dyld: Library not loaded: /opt/local/lib/libsvn_fs_x-1.0.dylib
3334W: | +  Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/tools/server-side/svnauthz
3335W: | +  Reason: image not found
3336W: | +Exit -5
3337W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3338W: EXCEPTION: SVNLineUnequal
3339Traceback (most recent call last):
3340  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3341    rc = self.pred.run(sandbox)
3342  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3343    result = self.func(sandbox)
3344  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svnauthz_tests.py", line 797, in svnauthz_accessof_txn_test
3345    verify_logfile(logfilepath, expected_data)
3346  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svnauthz_tests.py", line 77, in verify_logfile
3347    expected_data, actual_data)
3348  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 425, in compare_and_display_lines
3349    raise raisable
3350SVNLineUnequal
3351FAIL:  svnauthz_tests.py 10: test 'svnauthz accessof --transaction'
3352PASS:  svnauthz_tests.py 11: test 'svnauthz-validate' compatibility mode file
3353PASS:  svnauthz_tests.py 12: test 'svnauthz-validate' compatibility mode url
3354END: svnauthz_tests.py
3355ELAPSED: svnauthz_tests.py 0:01:01.991357
3356
3357START: svndumpfilter_tests.py
3358PASS:  svndumpfilter_tests.py 1: reflect dropped renumbered revs in svn:mergeinfo
3359PASS:  svndumpfilter_tests.py 2: svndumpfilter loses mergeinfo
3360PASS:  svndumpfilter_tests.py 3: svndumpfilter --targets blah
3361PASS:  svndumpfilter_tests.py 4: svndumpfilter --pattern PATH_PREFIX
3362PASS:  svndumpfilter_tests.py 5: filter mergeinfo revs outside of dump stream
3363PASS:  svndumpfilter_tests.py 6: mergeinfo maps correctly when dropping revs
3364PASS:  svndumpfilter_tests.py 7: svndumpfilter with an empty prefix
3365PASS:  svndumpfilter_tests.py 8: accepts deltas in the input
3366PASS:  svndumpfilter_tests.py 9: dumpfilter targets expect leading '/' in prefixes
3367PASS:  svndumpfilter_tests.py 10: drop all empty revisions except revision 0
3368END: svndumpfilter_tests.py
3369ELAPSED: svndumpfilter_tests.py 0:01:32.024369
3370
3371START: svnfsfs_tests.py
3372PASS:  svnfsfs_tests.py 1: load-index in a packed repo
3373PASS:  svnfsfs_tests.py 2: stats on empty repo shall not crash
3374END: svnfsfs_tests.py
3375ELAPSED: svnfsfs_tests.py 0:00:10.735236
3376
3377START: svnlook_tests.py
3378PASS:  svnlook_tests.py 1: test miscellaneous svnlook features
3379PASS:  svnlook_tests.py 2: delete file in moved dir
3380PASS:  svnlook_tests.py 3: test the printing of property diffs
3381PASS:  svnlook_tests.py 4: svnlook info must allow inconsistent newlines
3382PASS:  svnlook_tests.py 5: test --copy-info flag on the changed command
3383PASS:  svnlook_tests.py 6: test 'svnlook tree --non-recursive'
3384PASS:  svnlook_tests.py 7: history --limit
3385PASS:  svnlook_tests.py 8: test 'svnlook diff -x -b' and 'svnlook diff -x -w'
3386PASS:  svnlook_tests.py 9: test 'svnlook diff -x --ignore-eol-style'
3387PASS:  svnlook_tests.py 10: test 'svnlook diff' on binary files
3388PASS:  svnlook_tests.py 11: test 'svnlook filesize'
3389W: wrong hook logfile content
3390W: EXPECTED STDOUT:
3391W: | U   A/D/G/rho
3392W: | U   A/mu
3393W: | A/
3394W: | A/D/G/
3395W: ACTUAL STDOUT:
3396W: | dyld: Library not loaded: /opt/local/lib/libsvn_fs_x-1.0.dylib
3397W: |   Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svnlook/svnlook
3398W: |   Reason: image not found
3399W: | dyld: Library not loaded: /opt/local/lib/libsvn_fs_x-1.0.dylib
3400W: |   Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svnlook/svnlook
3401W: |   Reason: image not found
3402W: DIFF STDOUT:
3403W: | --- EXPECTED STDOUT
3404W: | +++ ACTUAL STDOUT
3405W: | @@ -1,4 +1,6 @@
3406W: | -U   A/D/G/rho
3407W: | -U   A/mu
3408W: | -A/
3409W: | -A/D/G/
3410W: | +dyld: Library not loaded: /opt/local/lib/libsvn_fs_x-1.0.dylib
3411W: | +  Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svnlook/svnlook
3412W: | +  Reason: image not found
3413W: | +dyld: Library not loaded: /opt/local/lib/libsvn_fs_x-1.0.dylib
3414W: | +  Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svnlook/svnlook
3415W: | +  Reason: image not found
3416W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3417W: EXCEPTION: SVNLineUnequal
3418Traceback (most recent call last):
3419  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3420    rc = self.pred.run(sandbox)
3421  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3422    result = self.func(sandbox)
3423  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svnlook_tests.py", line 675, in test_txn_flag
3424    verify_logfile(logfilepath, expected_data)
3425  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svnlook_tests.py", line 625, in verify_logfile
3426    expected_data, actual_data)
3427  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 425, in compare_and_display_lines
3428    raise raisable
3429SVNLineUnequal
3430FAIL:  svnlook_tests.py 12: test 'svnlook * -t'
3431PASS:  svnlook_tests.py 13: property delete
3432END: svnlook_tests.py
3433ELAPSED: svnlook_tests.py 0:01:37.738732
3434
3435START: svnmucc_tests.py
3436PASS:  svnmucc_tests.py 1: reject bogus mergeinfo
3437PASS:  svnmucc_tests.py 2: basic svnmucc tests
3438PASS:  svnmucc_tests.py 3: propset/propdel on repos root
3439PASS:  svnmucc_tests.py 4: test log message mutual exclusivity checks
3440PASS:  svnmucc_tests.py 5: test non-interactive without a log message
3441PASS:  svnmucc_tests.py 6: nested replaces
3442PASS:  svnmucc_tests.py 7: test prohibited delete and move operations
3443PASS:  svnmucc_tests.py 8: test type errors
3444PASS:  svnmucc_tests.py 9: propset and put
3445END: svnmucc_tests.py
3446ELAPSED: svnmucc_tests.py 0:02:05.853340
3447
3448START: svnrdump_tests.py
3449PASS:  svnrdump_tests.py 1: dump: standard sbox repos
3450PASS:  svnrdump_tests.py 2: dump: revision zero
3451PASS:  svnrdump_tests.py 3: load: revision zero
3452PASS:  svnrdump_tests.py 4: dump: skeleton repository
3453PASS:  svnrdump_tests.py 5: load: skeleton repository
3454PASS:  svnrdump_tests.py 6: dump: sparse file/dir propchanges
3455PASS:  svnrdump_tests.py 7: load: sparse file/dir propchanges
3456PASS:  svnrdump_tests.py 8: dump: copy and modify
3457PASS:  svnrdump_tests.py 9: load: copy and modify
3458PASS:  svnrdump_tests.py 10: dump: copy from previous version and modify
3459PASS:  svnrdump_tests.py 11: load: copy from previous version and modify
3460PASS:  svnrdump_tests.py 12: dump: modified in place
3461PASS:  svnrdump_tests.py 13: load: modified in place
3462PASS:  svnrdump_tests.py 14: dump: tag empty trunk
3463PASS:  svnrdump_tests.py 15: load: tag empty trunk
3464PASS:  svnrdump_tests.py 16: dump: tag trunk containing a file
3465PASS:  svnrdump_tests.py 17: load: tag trunk containing a file
3466PASS:  svnrdump_tests.py 18: dump: tag trunk containing a file (#2)
3467PASS:  svnrdump_tests.py 19: load: tag trunk containing a file (#2)
3468PASS:  svnrdump_tests.py 20: dump: directory property changes
3469PASS:  svnrdump_tests.py 21: load: directory property changes
3470PASS:  svnrdump_tests.py 22: dump: copy parent and modify prop
3471PASS:  svnrdump_tests.py 23: load: copy parent and modify prop
3472PASS:  svnrdump_tests.py 24: dump: url encoding issues
3473PASS:  svnrdump_tests.py 25: load: url encoding issues
3474PASS:  svnrdump_tests.py 26: dump: copy revprops other than svn:*
3475PASS:  svnrdump_tests.py 27: load: copy revprops other than svn:*
3476PASS:  svnrdump_tests.py 28: dump: subdirectory
3477PASS:  svnrdump_tests.py 29: dump: subdirectory with changes on root
3478PASS:  svnrdump_tests.py 30: dump: copy revs with no svn:author revprops
3479PASS:  svnrdump_tests.py 31: load: copy revs with no svn:author revprops
3480PASS:  svnrdump_tests.py 32: dump: move parent & modify child file in same rev
3481PASS:  svnrdump_tests.py 33: load: move parent & modify child file in same rev
3482PASS:  svnrdump_tests.py 34: dump: inconsistent line endings in svn:* props
3483PASS:  svnrdump_tests.py 35: load: inconsistent line endings in svn:* props
3484PASS:  svnrdump_tests.py 36: dump: non-LF line endings in svn:* props
3485PASS:  svnrdump_tests.py 37: dump: commit a copy of root
3486PASS:  svnrdump_tests.py 38: load: commit a copy of root
3487PASS:  svnrdump_tests.py 39: dump: descending into replaced dir looks in src
3488PASS:  svnrdump_tests.py 40: load: descending into replaced dir looks in src
3489PASS:  svnrdump_tests.py 41: dump: add with multiple props
3490PASS:  svnrdump_tests.py 42: load: multiple prop edits on a file
3491PASS:  svnrdump_tests.py 43: svnrdump renumbers dropped revs in mergeinfo
3492PASS:  svnrdump_tests.py 44: don't drop mergeinfo revs in incremental svnrdump
3493PASS:  svnrdump_tests.py 45: svnrdump load partial incremental dump
3494PASS:  svnrdump_tests.py 46: dump: using -rX:Y
3495PASS:  svnrdump_tests.py 47: dump: subdirectory using -rX:Y
3496PASS:  svnrdump_tests.py 48: dump: deeper subdirectory using -rX:Y
3497PASS:  svnrdump_tests.py 49: load: prop change in non-deltas dump
3498PASS:  svnrdump_tests.py 50: dump: mergeinfo that contains r0
3499W: Unexpected output
3500W: EXPECTED STDERR:
3501W: ACTUAL STDERR:
3502W: | svnrdump: E200020: Invalid svn:mergeinfo value
3503W: | svnrdump: E200020: Invalid revision number '0' found in range list
3504W: DIFF STDERR:
3505W: | --- EXPECTED STDERR
3506W: | +++ ACTUAL STDERR
3507W: | @@ -0,0 +1,2 @@
3508W: | +svnrdump: E200020: Invalid svn:mergeinfo value
3509W: | +svnrdump: E200020: Invalid revision number '0' found in range list
3510W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3511W: EXCEPTION: SVNLineUnequal
3512Traceback (most recent call last):
3513  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3514    rc = self.pred.run(sandbox)
3515  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
3516    return self._delegate.run(sandbox)
3517  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3518    result = self.func(sandbox)
3519  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svnrdump_tests.py", line 813, in load_mergeinfo_contains_r0
3520    expected_dumpfile_name="mergeinfo-contains-r0.expected.dump")
3521  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svnrdump_tests.py", line 175, in run_load_test
3522    [], 0, 'load', sbox.repo_url)
3523  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 400, in run_and_verify_svnrdump
3524    expected_stdout, expected_stderr)
3525  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 452, in verify_outputs
3526    compare_and_display_lines(message, label, expected, actual, raisable)
3527  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/verify.py", line 425, in compare_and_display_lines
3528    raise raisable
3529SVNLineUnequal
3530XFAIL: svnrdump_tests.py 51: load: mergeinfo that contains r0
3531PASS:  svnrdump_tests.py 52: load non-deltas copy with props
3532PASS:  svnrdump_tests.py 53: load non-deltas replace&copy with props
3533PASS:  svnrdump_tests.py 54: dump replace with copy
3534PASS:  svnrdump_tests.py 55: load non-deltas with props
3535END: svnrdump_tests.py
3536ELAPSED: svnrdump_tests.py 0:14:45.089309
3537
3538START: svnsync_authz_tests.py
3539SKIP:  svnsync_authz_tests.py 1: verify that unreadable content is not synced
3540SKIP:  svnsync_authz_tests.py 2: verify that copies from unreadable dirs work
3541SKIP:  svnsync_authz_tests.py 3: verify copies with mods from unreadable dirs
3542SKIP:  svnsync_authz_tests.py 4: verify copies with mods from unreadable dirs +copy
3543PASS:  svnsync_authz_tests.py 5: copy UTF-8 svn:* props identically
3544SKIP:  svnsync_authz_tests.py 6: verify if specifically denied paths dont sync
3545SKIP:  svnsync_authz_tests.py 7: copy, then rm at-src-unreadable child
3546END: svnsync_authz_tests.py
3547ELAPSED: svnsync_authz_tests.py 0:00:27.490979
3548
3549START: svnsync_tests.py
3550PASS:  svnsync_tests.py 1: copy and modify
3551PASS:  svnsync_tests.py 2: copy from previous version and modify
3552PASS:  svnsync_tests.py 3: copy from previous version
3553PASS:  svnsync_tests.py 4: modified in place
3554PASS:  svnsync_tests.py 5: tag empty trunk
3555PASS:  svnsync_tests.py 6: tag trunk containing a sub-directory
3556PASS:  svnsync_tests.py 7: tag trunk containing a file
3557PASS:  svnsync_tests.py 8: tag trunk containing a file (#2)
3558PASS:  svnsync_tests.py 9: tag with a modified file
3559PASS:  svnsync_tests.py 10: directory property changes
3560PASS:  svnsync_tests.py 11: files and dirs mixed together
3561PASS:  svnsync_tests.py 12: copy parent and modify prop
3562PASS:  svnsync_tests.py 13: detect non-svnsync commits in destination
3563PASS:  svnsync_tests.py 14: test url encoding issues
3564PASS:  svnsync_tests.py 15: test copying revs with no svn:author revprops
3565PASS:  svnsync_tests.py 16: test copying revprops other than svn:*
3566PASS:  svnsync_tests.py 17: test syncing subdirectories
3567PASS:  svnsync_tests.py 18: test syncing subdirectories with changes on root
3568PASS:  svnsync_tests.py 19: test move parent and modify child file in same rev
3569PASS:  svnsync_tests.py 20: test info cmd on a synchronized repo
3570PASS:  svnsync_tests.py 21: test info cmd on an un-synchronized repo
3571PASS:  svnsync_tests.py 22: copy with inconsistent line endings in svn:* props
3572PASS:  svnsync_tests.py 23: copy with non-LF line endings in svn:* props
3573PASS:  svnsync_tests.py 24: copy and reencode non-UTF-8 svn:* props
3574PASS:  svnsync_tests.py 25: copy with svn:* prop deletions
3575PASS:  svnsync_tests.py 26: commit a copy of root causes sync to fail
3576PASS:  svnsync_tests.py 27: descending into replaced dir looks in src
3577PASS:  svnsync_tests.py 28: copy-revprops with removals
3578PASS:  svnsync_tests.py 29: fd leak during sync from serf to local
3579PASS:  svnsync_tests.py 30: mergeinfo contains r0
3580END: svnsync_tests.py
3581ELAPSED: svnsync_tests.py 0:12:53.061631
3582
3583START: svnversion_tests.py
3584PASS:  svnversion_tests.py 1: test 'svnversion' on files and directories
3585PASS:  svnversion_tests.py 2: test 'svnversion' with svn:externals
3586PASS:  svnversion_tests.py 3: test 'svnversion' with excluded subtrees
3587PASS:  svnversion_tests.py 4: test 'svnversion' with structural changes
3588PASS:  svnversion_tests.py 5: test 'svnversion --committed'
3589PASS:  svnversion_tests.py 6: test 'svnversion' on a non-repos-root working copy
3590PASS:  svnversion_tests.py 7: test svnversion output for switched children
3591END: svnversion_tests.py
3592ELAPSED: svnversion_tests.py 0:01:15.250598
3593
3594START: switch_tests.py
3595PASS:  switch_tests.py 1: test some basic switching operations
3596PASS:  switch_tests.py 2: commits after some basic switching operations
3597PASS:  switch_tests.py 3: update wc that contains switched things
3598PASS:  switch_tests.py 4: reverse update wc that contains switched things
3599PASS:  switch_tests.py 5: update switched wc things to HEAD
3600PASS:  switch_tests.py 6: reverse update switched wc things to an older rev
3601PASS:  switch_tests.py 7: show logs for a switched file
3602PASS:  switch_tests.py 8: switch that deletes a sub-directory
3603W: svn: E160005: Cannot replace a directory from within
3604W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3605W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn switch --ignore-ancestry file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/local_tmp/repos/iota ..."; exit code 1
3606Traceback (most recent call last):
3607  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3608    rc = self.pred.run(sandbox)
3609  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
3610    return self._delegate.run(sandbox)
3611  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3612    result = self.func(sandbox)
3613  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/switch_tests.py", line 401, in file_dir_file
3614    '--ignore-ancestry', file_url, file_path)
3615  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
3616    expected_exit, *varargs)
3617  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 351, in run_and_verify_svn2
3618    exit_code, out, err = main.run_svn(want_err, *varargs)
3619  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
3620    *(_with_auth(_with_config_dir(varargs))))
3621  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
3622    None, *varargs)
3623  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
3624    '"; exit code ' + str(exit_code))
3625Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn switch --ignore-ancestry file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/local_tmp/repos/iota ..."; exit code 1
3626XFAIL: switch_tests.py 9: switch a file to a dir and back to the file
3627PASS:  switch_tests.py 10: non-recursive switch
3628PASS:  switch_tests.py 11: anchor=target, try to replace a local-mod file
3629PASS:  switch_tests.py 12: bad intermediate urls in use
3630PASS:  switch_tests.py 13: obstructed switch
3631PASS:  switch_tests.py 14: commit with mods below switch
3632PASS:  switch_tests.py 15: refresh the WC file system read-only attribute
3633PASS:  switch_tests.py 16: switch shouldn't allow changing repos root
3634PASS:  switch_tests.py 17: forced switch tolerates obstructions to adds
3635PASS:  switch_tests.py 18: forced switch detects tree conflicts
3636PASS:  switch_tests.py 19: switch a scheduled-add file
3637PASS:  switch_tests.py 20: mergeinfo does not elide post switch
3638PASS:  switch_tests.py 21: switch tolerates WC adds
3639PASS:  switch_tests.py 22: basic tests to verify switch along with depth
3640PASS:  switch_tests.py 23: switch to dir@peg where dir doesn't exist in HEAD
3641PASS:  switch_tests.py 24: switch file and dir to url containing spaces
3642PASS:  switch_tests.py 25: switch to old rev of now renamed branch
3643PASS:  switch_tests.py 26: switch a folder to the root of its repository
3644PASS:  switch_tests.py 27: tolerate deletion of a directory with local mods
3645PASS:  switch_tests.py 28: tree conflicts 1.1: tree del, leaf edit on switch
3646PASS:  switch_tests.py 29: tree conflicts 1.2: tree del, leaf del on switch
3647PASS:  switch_tests.py 30: tree conflicts 2.1: leaf edit, tree del on switch
3648PASS:  switch_tests.py 31: tree conflicts 2.2: leaf del, tree del on switch
3649PASS:  switch_tests.py 32: tree conflicts 3: tree del, tree del on switch
3650PASS:  switch_tests.py 33: copy directory with switched subdir
3651PASS:  switch_tests.py 34: up to old rev with subtree switched to root
3652PASS:  switch_tests.py 35: switch to a different node kind
3653PASS:  switch_tests.py 36: switch to a directory with spaces in its name
3654PASS:  switch_tests.py 37: switch across a node replacement
3655W: =============================================================
3656Expected 'psi' and actual 'psi' in disk tree are different!
3657=============================================================
3658EXPECTED NODE TO BE:
3659=============================================================
3660 * Node name:   psi
3661    Path:       A/D/H/psi
3662    Contents:   $URL: file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/switch_tests-38/A/D/H/psi $
3663
3664    Properties: {}
3665    Attributes: {}
3666    Children:  None (node is probably a file)
3667=============================================================
3668ACTUAL NODE FOUND:
3669=============================================================
3670 * Node name:   psi
3671    Path:       A/D/H/psi
3672    Contents:   $URL: file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/switch_tests-38/A/ $
3673
3674    Properties: {}
3675    Attributes: {}
3676    Children:  None (node is probably a file)
3677
3678W: Unequal at node psi
3679W: Unequal at node H
3680W: Unequal at node D
3681W: Unequal at node A
3682W: EXPECTED DISK TREE:
3683svntest.wc.State(wc_dir, {
3684  'A/B/E/beta'        : Item(contents="This is the file 'beta'.\n"),
3685  'A/B/E/alpha'       : Item(contents="This is the file 'alpha'.\n"),
3686  'A/B/F'             : Item(),
3687  'A/B/lambda'        : Item(contents="This is the file 'lambda'.\n"),
3688  'A/D/G/rho'         : Item(contents="This is the file 'rho'.\n"),
3689  'A/D/G/pi'          : Item(contents="This is the file 'pi'.\n"),
3690  'A/D/G/tau'         : Item(contents="This is the file 'tau'.\n"),
3691  'A/D/H/psi'         : Item(contents="$URL: file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/switch_tests-38/A/D/H/psi $\n"),
3692  'A/D/H/omega'       : Item(contents="This is the file 'omega'.\n"),
3693  'A/D/H/chi'         : Item(contents="This is the file 'chi'.\n"),
3694  'A/D/gamma'         : Item(contents="$URL: file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/switch_tests-38/A/D/gamma $\n"),
3695  'A/mu'              : Item(contents="This is the file 'mu'.\n"),
3696  'A/C'               : Item(),
3697  'iota'              : Item(contents="This is the file 'iota'.\n"),
3698})
3699W: ACTUAL DISK TREE:
3700svntest.wc.State(wc_dir, {
3701  'A/B/E/beta'        : Item(contents="This is the file 'beta'.\n"),
3702  'A/B/E/alpha'       : Item(contents="This is the file 'alpha'.\n"),
3703  'A/B/F'             : Item(),
3704  'A/B/lambda'        : Item(contents="This is the file 'lambda'.\n"),
3705  'A/D/G/tau'         : Item(contents="This is the file 'tau'.\n"),
3706  'A/D/G/rho'         : Item(contents="This is the file 'rho'.\n"),
3707  'A/D/G/pi'          : Item(contents="This is the file 'pi'.\n"),
3708  'A/D/H/psi'         : Item(contents="$URL: file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/switch_tests-38/A/ $\n"),
3709  'A/D/H/omega'       : Item(contents="This is the file 'omega'.\n"),
3710  'A/D/H/chi'         : Item(contents="This is the file 'chi'.\n"),
3711  'A/D/gamma'         : Item(contents="$URL: file:///opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/repositories/switch_tests-38/A/ $\n"),
3712  'A/C'               : Item(),
3713  'A/mu'              : Item(contents="This is the file 'mu'.\n"),
3714  'iota'              : Item(contents="This is the file 'iota'.\n"),
3715})
3716W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3717W: EXCEPTION: SVNTreeUnequal
3718Traceback (most recent call last):
3719  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3720    rc = self.pred.run(sandbox)
3721  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3722    result = self.func(sandbox)
3723  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/switch_tests.py", line 2770, in switch_keywords
3724    None, expected_disk, None)
3725  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 912, in run_and_verify_update
3726    check_props, **kw)
3727  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 836, in verify_update
3728    extra_files=extra_files)
3729  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 867, in verify_disk
3730    singleton_handler_b, b_baton)
3731  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
3732    singleton_handler_b, b_baton)
3733  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
3734    singleton_handler_b, b_baton)
3735  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
3736    singleton_handler_b, b_baton)
3737  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 701, in compare_trees
3738    singleton_handler_b, b_baton)
3739  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/tree.py", line 677, in compare_trees
3740    raise SVNTreeUnequal
3741SVNTreeUnequal
3742FAIL:  switch_tests.py 38: switch and svn:keywords
3743PASS:  switch_tests.py 39: switch moves on wc checkpoint
3744END: switch_tests.py
3745ELAPSED: switch_tests.py 0:07:12.253274
3746
3747START: trans_tests.py
3748W: Header expansion failed for svn-test-work/working_copies/trans_tests-1/header_unexp
3749W:
3750Traceback (most recent call last):
3751  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3752    rc = self.pred.run(sandbox)
3753  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3754    result = self.func(sandbox)
3755  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/trans_tests.py", line 348, in keywords_from_birth
3756    raise svntest.Failure
3757Failure
3758FAIL:  trans_tests.py 1: commit new files with keywords active from birth
3759PASS:  trans_tests.py 2: update modified file with eol-style 'native'
3760PASS:  trans_tests.py 3: committing eol-style change forces text send
3761PASS:  trans_tests.py 4: keyword expansion for lone file in directory
3762PASS:  trans_tests.py 5: keyword expanded on cat
3763PASS:  trans_tests.py 6: copy, propset svn:eol-style, commit
3764PASS:  trans_tests.py 7: propset, commit, check out into another wc
3765PASS:  trans_tests.py 8: propset, revert
3766PASS:  trans_tests.py 9: retranslation occurs on a props-only update
3767W: svn: E200009: File '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/trans_tests-10/auto.c' has inconsistent newlines
3768W: svn: E135000: Inconsistent line ending style
3769W: svn: E200042: Additional errors:
3770W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3771W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/trans_tests-10/auto.c --config-dir ..."; exit code 1
3772Traceback (most recent call last):
3773  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3774    rc = self.pred.run(sandbox)
3775  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
3776    return self._delegate.run(sandbox)
3777  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3778    result = self.func(sandbox)
3779  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/trans_tests.py", line 929, in autoprops_inconsistent_eol
3780    [], 'add', sbox.ospath('auto.c'))
3781  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
3782    expected_exit, *varargs)
3783  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 351, in run_and_verify_svn2
3784    exit_code, out, err = main.run_svn(want_err, *varargs)
3785  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
3786    *(_with_auth(_with_config_dir(varargs))))
3787  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
3788    None, *varargs)
3789  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
3790    '"; exit code ' + str(exit_code))
3791Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/trans_tests-10/auto.c --config-dir ..."; exit code 1
3792XFAIL: trans_tests.py 10: able to handle inconsistent eols on add
3793W: svn: E200009: Can't set 'svn:eol-style': file '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/trans_tests-11/c.iota.c' has binary mime type property
3794W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3795W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/trans_tests-11/c.iota.c --config-dir ..."; exit code 1
3796Traceback (most recent call last):
3797  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3798    rc = self.pred.run(sandbox)
3799  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
3800    return self._delegate.run(sandbox)
3801  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3802    result = self.func(sandbox)
3803  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/trans_tests.py", line 948, in autoprops_inconsistent_mime
3804    [], 'add', sbox.ospath('c.iota.c'))
3805  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 313, in run_and_verify_svn
3806    expected_exit, *varargs)
3807  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 351, in run_and_verify_svn2
3808    exit_code, out, err = main.run_svn(want_err, *varargs)
3809  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
3810    *(_with_auth(_with_config_dir(varargs))))
3811  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
3812    None, *varargs)
3813  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
3814    '"; exit code ' + str(exit_code))
3815Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/trans_tests-11/c.iota.c --config-dir ..."; exit code 1
3816XFAIL: trans_tests.py 11: able to handle inconsistent mime on add
3817END: trans_tests.py
3818ELAPSED: trans_tests.py 0:01:50.919453
3819
3820START: tree_conflict_tests.py
3821PASS:  tree_conflict_tests.py 1: up/sw file: modify onto del/rpl
3822PASS:  tree_conflict_tests.py 2: up/sw file: del/rpl/mv onto modify
3823PASS:  tree_conflict_tests.py 3: up/sw file: del/rpl/mv onto del/rpl/mv
3824PASS:  tree_conflict_tests.py 4: up/sw file: add onto add
3825PASS:  tree_conflict_tests.py 5: up/sw dir: modify onto del/rpl/mv
3826PASS:  tree_conflict_tests.py 6: up/sw dir: del/rpl/mv onto modify
3827PASS:  tree_conflict_tests.py 7: up/sw dir: del/rpl/mv onto del/rpl/mv
3828PASS:  tree_conflict_tests.py 8: up/sw dir: add onto add
3829PASS:  tree_conflict_tests.py 9: merge file: modify onto not-file
3830PASS:  tree_conflict_tests.py 10: merge file: del/rpl/mv onto not-same
3831PASS:  tree_conflict_tests.py 11: merge file: del/rpl/mv onto not-file
3832PASS:  tree_conflict_tests.py 12: merge file: add onto not-none
3833PASS:  tree_conflict_tests.py 13: merge dir: modify onto not-dir
3834PASS:  tree_conflict_tests.py 14: merge dir: del/rpl/mv onto not-same
3835PASS:  tree_conflict_tests.py 15: merge dir: del/rpl/mv onto not-dir
3836PASS:  tree_conflict_tests.py 16: merge dir: add onto not-none
3837PASS:  tree_conflict_tests.py 17: --force del on dir with TCs inside
3838PASS:  tree_conflict_tests.py 18: --force del on tree-conflicted targets
3839PASS:  tree_conflict_tests.py 19: query an unversioned tree-conflicted dir
3840PASS:  tree_conflict_tests.py 20: issue #3608: reverting an add onto add conflict
3841PASS:  tree_conflict_tests.py 21: lock status update shouldn't flag tree conflict
3842PASS:  tree_conflict_tests.py 22: tree conflict at directory external
3843PASS:  tree_conflict_tests.py 23: test behaviour with actual-only nodes
3844PASS:  tree_conflict_tests.py 24: lock status update shouldn't flag tree conflict
3845PASS:  tree_conflict_tests.py 25: update that deletes mixed-rev
3846END: tree_conflict_tests.py
3847ELAPSED: tree_conflict_tests.py 0:19:53.384047
3848
3849START: update_tests.py
3850PASS:  update_tests.py 1: update a locally-modified binary file
3851PASS:  update_tests.py 2: update to an old revision of a binary files
3852PASS:  update_tests.py 3: update should not munge adds or replaces
3853PASS:  update_tests.py 4: update to revision 0
3854PASS:  update_tests.py 5: overlapping identical changes should not conflict
3855PASS:  update_tests.py 6: delete files and update to resolve text conflicts
3856PASS:  update_tests.py 7: update that deletes modified files
3857PASS:  update_tests.py 8: update after add/rm of deleted state
3858PASS:  update_tests.py 9: update missing items (by name) in working copy
3859PASS:  update_tests.py 10: update that replaces a directory
3860PASS:  update_tests.py 11: update with explicit file target
3861PASS:  update_tests.py 12: receive prop update to file scheduled for deletion
3862PASS:  update_tests.py 13: bail when receive a file or dir named .svn
3863PASS:  update_tests.py 14: update missing dir to rev in which it is absent
3864PASS:  update_tests.py 15: another "hudson" problem: updates that delete
3865PASS:  update_tests.py 16: explicit update of deleted=true targets
3866PASS:  update_tests.py 17: receive new dir with spaces in its name
3867PASS:  update_tests.py 18: non-recursive update
3868PASS:  update_tests.py 19: check out an empty dir
3869PASS:  update_tests.py 20: update target till it's gone, then get it back
3870PASS:  update_tests.py 21: update child before parent of a deleted tree
3871PASS:  update_tests.py 22: update a schedule-add directory
3872PASS:  update_tests.py 23: update target that was added in a future rev
3873PASS:  update_tests.py 24: obstructed update alters WC properties
3874PASS:  update_tests.py 25: update dir with xml-unsafe name
3875PASS:  update_tests.py 26: conflict markers should match the file's eol style
3876PASS:  update_tests.py 27: handle eol-style propchange during update
3877PASS:  update_tests.py 28: update schedule-add copy of old rev
3878PASS:  update_tests.py 29: forced update tolerates obstructions to adds
3879PASS:  update_tests.py 30: forced up fails with some types of obstructions
3880SKIP:  update_tests.py 31: update wc on the root of a Windows (virtual) drive
3881PASS:  update_tests.py 32: update wc containing a replaced-with-history file
3882PASS:  update_tests.py 33: update handles obstructing paths scheduled for add
3883PASS:  update_tests.py 34: update conflicted files
3884PASS:  update_tests.py 35: mergeinfo does not elide after update
3885PASS:  update_tests.py 36: update chooses right copyfrom for double move
3886PASS:  update_tests.py 37: updating a copied file with a deleted property
3887PASS:  update_tests.py 38: update --accept automatic conflict resolution
3888PASS:  update_tests.py 39: update fails when repos uuid changed
3889PASS:  update_tests.py 40: restarted update should delete dir prop
3890PASS:  update_tests.py 41: tree conflicts 1.1: tree del, leaf edit on update
3891PASS:  update_tests.py 42: tree conflicts 1.2: tree del, leaf del on update
3892PASS:  update_tests.py 43: tree conflicts 2.1: leaf edit, tree del on update
3893PASS:  update_tests.py 44: tree conflicts 2.2: leaf del, tree del on update
3894PASS:  update_tests.py 45: tree conflicts 2.3: skip on 2nd update
3895PASS:  update_tests.py 46: tree conflicts 3: tree del, tree del on update
3896PASS:  update_tests.py 47: tree conflicts on update UC1, update deleted tree
3897PASS:  update_tests.py 48: tree conflicts on update UC2, schedule re-add
3898PASS:  update_tests.py 49: infinite --set-depth adds shallow children
3899PASS:  update_tests.py 50: update wc of dir to rev not containing this dir
3900PASS:  update_tests.py 51: svn up --depth empty hides entries for next update
3901PASS:  update_tests.py 52: local mergeinfo changes are merged with updates
3902PASS:  update_tests.py 53: update with an excluded subdir
3903PASS:  update_tests.py 54: update with file lock & keywords property set
3904PASS:  update_tests.py 55: update a nonexistent child of a copied dir
3905PASS:  update_tests.py 56: undelete a child of a copied dir
3906SKIP:  update_tests.py 57: access denied paths should be skipped
3907PASS:  update_tests.py 58: updating to HEAD+1 should fail
3908PASS:  update_tests.py 59: update locally moved dir with leaf del
3909PASS:  update_tests.py 60: update locally moved dir with edited leaf del
3910PASS:  update_tests.py 61: update locally moved dir with incoming file
3911PASS:  update_tests.py 62: update locally moved dir with incoming dir
3912PASS:  update_tests.py 63: update locally moved dir with incoming file move
3913PASS:  update_tests.py 64: update locally modified file to equal versions
3914PASS:  update_tests.py 65: text mod to moved files
3915PASS:  update_tests.py 66: text mod to moved file in moved dir
3916PASS:  update_tests.py 67: bring a subtree in over an excluded path
3917PASS:  update_tests.py 68: obstructions shouldn't cause update failures
3918PASS:  update_tests.py 69: update a deleted tree
3919PASS:  update_tests.py 70: break local move of dir with edited leaf del
3920PASS:  update_tests.py 71: break local move of dir plus replace
3921PASS:  update_tests.py 72: update completely removes switched node
3922PASS:  update_tests.py 73: verify editor v1 incomplete behavior
3923PASS:  update_tests.py 74: text mod to file in swapped depth dir
3924PASS:  update_tests.py 75: move-update with property mods
3925SKIP:  update_tests.py 76: test filename with backslashes inside
3926PASS:  update_tests.py 77: update subtree of moved away
3927PASS:  update_tests.py 78: tree conflicts should be skipped during update
3928PASS:  update_tests.py 79: update child below added tree
3929PASS:  update_tests.py 80: update conflict details
3930PASS:  update_tests.py 81: deep add conflicted
3931PASS:  update_tests.py 82: missing tmp update caused segfault
3932PASS:  update_tests.py 83: update delete switched
3933END: update_tests.py
3934ELAPSED: update_tests.py 0:12:10.467422
3935
3936START: upgrade_tests.py
3937PASS:  upgrade_tests.py 1: basic upgrade behavior
3938PASS:  upgrade_tests.py 2: upgrade with externals
3939PASS:  upgrade_tests.py 3: test upgrading from a 1.5-era working copy
3940PASS:  upgrade_tests.py 4: test updating a 1.5-era working copy
3941PASS:  upgrade_tests.py 5: test upgrading from a 1.5-era wc with stale logs
3942PASS:  upgrade_tests.py 6: test upgrading a working copy with wcprops
3943PASS:  upgrade_tests.py 7: test upgrading a working copy created with 1.0.0
3944PASS:  upgrade_tests.py 8: 3x same wc upgrade 1.4.0 test
3945PASS:  upgrade_tests.py 9: 3x same wc upgrade 1.4.6 test
3946PASS:  upgrade_tests.py 10: 3x same wc upgrade 1.6.12 test
3947PASS:  upgrade_tests.py 11: missing directories and obstructing files
3948PASS:  upgrade_tests.py 12: missing directories and obstructing dirs
3949PASS:  upgrade_tests.py 13: check status delete and delete --keep-local
3950PASS:  upgrade_tests.py 14: upgrade a wc without files
3951PASS:  upgrade_tests.py 15: upgrade tree conflict data (f20->f21)
3952PASS:  upgrade_tests.py 16: upgrade a delete within a copy
3953PASS:  upgrade_tests.py 17: upgrade with base and working replaced files
3954PASS:  upgrade_tests.py 18: upgrade 1.6.x wc with a scheduled change
3955PASS:  upgrade_tests.py 19: upgrade 1.6 with tree replaced
3956PASS:  upgrade_tests.py 20: upgrade 1.6 with tree replaced (2)
3957PASS:  upgrade_tests.py 21: upgrade from format 28: rename pristines
3958PASS:  upgrade_tests.py 22: upgrade 1.6.x wc that has depth=exclude
3959PASS:  upgrade_tests.py 23: 1.6.x wc that has depth=exclude inside a delete
3960PASS:  upgrade_tests.py 24: wc with add-add and del-del tree conflicts
3961PASS:  upgrade_tests.py 25: wc with 2 tree conflicts in same entry
3962PASS:  upgrade_tests.py 26: test upgrading a working copy with missing subdir
3963PASS:  upgrade_tests.py 27: upgrade working copy with locked files
3964PASS:  upgrade_tests.py 28: upgrade with file externals
3965PASS:  upgrade_tests.py 29: upgrade with missing replaced dir
3966PASS:  upgrade_tests.py 30: upgrade with not-present replaced nodes
3967PASS:  upgrade_tests.py 31: upgrade from 1.7 WC with conflict (format 29)
3968PASS:  upgrade_tests.py 32: inherited properties after upgrade from 1.7
3969PASS:  upgrade_tests.py 33: inherited properties after upgrade from 1.6
3970PASS:  upgrade_tests.py 34: upgrade from 1.6 with changelist
3971PASS:  upgrade_tests.py 35: upgrade from 1.7 with dir external
3972PASS:  upgrade_tests.py 36: automatic SQLite ANALYZE
3973PASS:  upgrade_tests.py 37: test upgrading 1.0.0 working copy with externals
3974END: upgrade_tests.py
3975ELAPSED: upgrade_tests.py 0:02:11.118677
3976
3977START: wc_tests.py
3978W: Couldn't find node 'wc_tests-1' in actual status tree
3979W:  * Node name:   wc_tests-1
3980    Path:       svn-test-work/working_copies/wc_tests-1
3981    Contents:   None
3982    Properties: {}
3983    Attributes: {'status': '  ', 'wc_rev': '1'}
3984    Children:  None (node is probably a file)
3985
3986W: ACTUAL STATUS TREE:
3987svntest.wc.State(wc_dir, {})
3988W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
3989W: EXCEPTION: SVNTreeUnequal
3990Traceback (most recent call last):
3991  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
3992    rc = self.pred.run(sandbox)
3993  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
3994    return self._delegate.run(sandbox)
3995  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 258, in run
3996    return self._delegate.run(sandbox)
3997  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
3998    result = self.func(sandbox)
3999  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/wc_tests.py", line 62, in status_through_unversioned_symlink
4000    svntest.actions.run_and_verify_status(sbox.ospath('Z/mu'), state)
4001  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1451, in run_and_verify_status
4002    status_tree.compare_and_display('status', actual_status)
4003  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/wc.py", line 340, in compare_and_display
4004    default_singleton_handler('actual ' + label, path, norm_self.desc[path])
4005  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/wc.py", line 1104, in default_singleton_handler
4006    raise svntest.tree.SVNTreeUnequal
4007SVNTreeUnequal
4008XFAIL: wc_tests.py 1: file status through unversioned symlink
4009W: Couldn't find node 'wc_tests-2' in actual status tree
4010W:  * Node name:   wc_tests-2
4011    Path:       svn-test-work/working_copies/wc_tests-2
4012    Contents:   None
4013    Properties: {}
4014    Attributes: {'status': '  ', 'wc_rev': '1'}
4015    Children:  None (node is probably a file)
4016
4017W: ACTUAL STATUS TREE:
4018svntest.wc.State(wc_dir, {})
4019W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
4020W: EXCEPTION: SVNTreeUnequal
4021Traceback (most recent call last):
4022  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
4023    rc = self.pred.run(sandbox)
4024  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
4025    return self._delegate.run(sandbox)
4026  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 258, in run
4027    return self._delegate.run(sandbox)
4028  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
4029    result = self.func(sandbox)
4030  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/wc_tests.py", line 75, in status_through_versioned_symlink
4031    svntest.actions.run_and_verify_status(sbox.ospath('Z/mu'), state)
4032  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1451, in run_and_verify_status
4033    status_tree.compare_and_display('status', actual_status)
4034  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/wc.py", line 340, in compare_and_display
4035    default_singleton_handler('actual ' + label, path, norm_self.desc[path])
4036  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/wc.py", line 1104, in default_singleton_handler
4037    raise svntest.tree.SVNTreeUnequal
4038SVNTreeUnequal
4039XFAIL: wc_tests.py 2: file status through versioned symlink
4040W: Couldn't find node 'wc_tests-3' in actual status tree
4041W:  * Node name:   wc_tests-3
4042    Path:       svn-test-work/working_copies/wc_tests-3
4043    Contents:   None
4044    Properties: {}
4045    Attributes: {'status': '  ', 'wc_rev': '1'}
4046    Children:  None (node is probably a file)
4047
4048W: ACTUAL STATUS TREE:
4049svntest.wc.State(wc_dir, {})
4050W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
4051W: EXCEPTION: SVNTreeUnequal
4052Traceback (most recent call last):
4053  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
4054    rc = self.pred.run(sandbox)
4055  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
4056    return self._delegate.run(sandbox)
4057  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 258, in run
4058    return self._delegate.run(sandbox)
4059  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
4060    result = self.func(sandbox)
4061  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/wc_tests.py", line 86, in status_with_symlink_in_path
4062    svntest.actions.run_and_verify_status(sbox.ospath('Z/B/lambda'), state)
4063  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/actions.py", line 1451, in run_and_verify_status
4064    status_tree.compare_and_display('status', actual_status)
4065  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/wc.py", line 340, in compare_and_display
4066    default_singleton_handler('actual ' + label, path, norm_self.desc[path])
4067  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/wc.py", line 1104, in default_singleton_handler
4068    raise svntest.tree.SVNTreeUnequal
4069SVNTreeUnequal
4070XFAIL: wc_tests.py 3: file status with not-parent symlink
4071W: svn: E150000: Can't find parent directory's node while trying to add '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/wc_tests-4/Z/kappa'
4072W: svn: E155010: The node '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/wc_tests-4/Z' was not found.
4073W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
4074W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/wc_tests-4/Z/kappa --config-dir ..."; exit code 1
4075Traceback (most recent call last):
4076  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
4077    rc = self.pred.run(sandbox)
4078  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
4079    return self._delegate.run(sandbox)
4080  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 258, in run
4081    return self._delegate.run(sandbox)
4082  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
4083    result = self.func(sandbox)
4084  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/wc_tests.py", line 97, in add_through_unversioned_symlink
4085    sbox.simple_add('Z/kappa')
4086  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/sandbox.py", line 337, in simple_add
4087    svntest.main.run_svn(False, 'add', *targets)
4088  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
4089    *(_with_auth(_with_config_dir(varargs))))
4090  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
4091    None, *varargs)
4092  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
4093    '"; exit code ' + str(exit_code))
4094Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/wc_tests-4/Z/kappa --config-dir ..."; exit code 1
4095XFAIL: wc_tests.py 4: add file through unversioned symlink
4096W: svn: E145001: Can't schedule an addition of '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/wc_tests-5/Z/kappa' below a not-directory node
4097W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
4098W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/wc_tests-5/Z/kappa --config-dir ..."; exit code 1
4099Traceback (most recent call last):
4100  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
4101    rc = self.pred.run(sandbox)
4102  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
4103    return self._delegate.run(sandbox)
4104  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 258, in run
4105    return self._delegate.run(sandbox)
4106  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
4107    result = self.func(sandbox)
4108  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/wc_tests.py", line 109, in add_through_versioned_symlink
4109    sbox.simple_add('Z/kappa')
4110  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/sandbox.py", line 337, in simple_add
4111    svntest.main.run_svn(False, 'add', *targets)
4112  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
4113    *(_with_auth(_with_config_dir(varargs))))
4114  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
4115    None, *varargs)
4116  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
4117    '"; exit code ' + str(exit_code))
4118Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/wc_tests-5/Z/kappa --config-dir ..."; exit code 1
4119XFAIL: wc_tests.py 5: add file through versioned symlink
4120W: svn: warning: W155010: The node '/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svn-test-work/working_copies/wc_tests-6/Z' was not found.
4121W: svn: E200009: Could not add all targets because some targets don't exist
4122W: svn: E200009: Illegal target for the requested operation
4123W: CWD: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline
4124W: EXCEPTION: Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/wc_tests-6/Z/B/kappa --config-dir ..."; exit code 1
4125Traceback (most recent call last):
4126  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 1749, in run
4127    rc = self.pred.run(sandbox)
4128  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 115, in run
4129    return self._delegate.run(sandbox)
4130  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 258, in run
4131    return self._delegate.run(sandbox)
4132  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
4133    result = self.func(sandbox)
4134  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/wc_tests.py", line 120, in add_with_symlink_in_path
4135    sbox.simple_add('Z/B/kappa')
4136  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/sandbox.py", line 337, in simple_add
4137    svntest.main.run_svn(False, 'add', *targets)
4138  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 732, in run_svn
4139    *(_with_auth(_with_config_dir(varargs))))
4140  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 377, in run_command
4141    None, *varargs)
4142  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/tests/cmdline/svntest/main.py", line 579, in run_command_stdin
4143    '"; exit code ' + str(exit_code))
4144Failure: Command failed: "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.9.7/subversion/svn/svn add svn-test-work/working_copies/wc_tests-6/Z/B/kappa --config-dir ..."; exit code 1
4145XFAIL: wc_tests.py 6: add file with not-parent symlink
4146PASS:  wc_tests.py 7: inaccessible .svn/wc.db
4147PASS:  wc_tests.py 8: corrupt .svn/wc.db
4148PASS:  wc_tests.py 9: zero-length .svn/wc.db
4149PASS:  wc_tests.py 10: missing .svn/wc.db
4150SKIP:  wc_tests.py 11: missing .svn/wc.db and .svn/entries
4151PASS:  wc_tests.py 12: missing .svn/wc.db, maybe valid .svn/entries
4152PASS:  wc_tests.py 13: cleanup from directory below WC root
4153PASS:  wc_tests.py 14: update through unversioned symlink
4154PASS:  wc_tests.py 15: cleanup --remove-unversioned / --remove-ignored
4155PASS:  wc_tests.py 16: cleanup unversioned items in locked WC should fail
4156PASS:  wc_tests.py 17: cleanup --include-externals
4157PASS:  wc_tests.py 18: checkout within a locked working copy
4158END: wc_tests.py
4159ELAPSED: wc_tests.py 0:00:21.338379
4160