running darcsver
setup.py darcsver: using extant version file ['src/allmydata/_version.py']
running develop
Not found: tahoe-deps
Not found: ../tahoe-deps
running egg_info
writing requirements to src/allmydata_tahoe.egg-info/requires.txt
writing src/allmydata_tahoe.egg-info/PKG-INFO
writing top-level names to src/allmydata_tahoe.egg-info/top_level.txt
writing dependency_links to src/allmydata_tahoe.egg-info/dependency_links.txt
writing entry points to src/allmydata_tahoe.egg-info/entry_points.txt
writing requirements to src/allmydata_tahoe.egg-info/requires.txt
writing src/allmydata_tahoe.egg-info/PKG-INFO
writing top-level names to src/allmydata_tahoe.egg-info/top_level.txt
writing dependency_links to src/allmydata_tahoe.egg-info/dependency_links.txt
writing entry points to src/allmydata_tahoe.egg-info/entry_points.txt
reading manifest file 'src/allmydata_tahoe.egg-info/SOURCES.txt'
writing manifest file 'src/allmydata_tahoe.egg-info/SOURCES.txt'
running build_ext
Processing darcsver-1.6.3.egg
removing '/home/eiriha/tahoe-install/allmydata-tahoe-1.8.0/support/lib/python2.6/site-packages/darcsver-1.6.3.egg' (and everything under it)
Copying darcsver-1.6.3.egg to /home/eiriha/tahoe-install/allmydata-tahoe-1.8.0/support/lib/python2.6/site-packages
darcsver 1.6.3 is already the active version in easy-install.pth
Installing darcsver script to support/bin

Installed /home/eiriha/tahoe-install/allmydata-tahoe-1.8.0/support/lib/python2.6/site-packages/darcsver-1.6.3.egg
Creating /home/eiriha/tahoe-install/allmydata-tahoe-1.8.0/support/lib/python2.6/site-packages/allmydata-tahoe.egg-link (link to src)
allmydata-tahoe 1.8.0 is already the active version in easy-install.pth
Installing tahoe script to support/bin

Installed /home/eiriha/tahoe-install/allmydata-tahoe-1.8.0/src
Processing dependencies for allmydata-tahoe==1.8.0
Searching for pycryptopp==0.5.25
Best match: pycryptopp 0.5.25
Processing pycryptopp-0.5.25-py2.6-linux-i686.egg
pycryptopp 0.5.25 is already the active version in easy-install.pth

Using /usr/local/lib/python2.6/dist-packages/pycryptopp-0.5.25-py2.6-linux-i686.egg
Searching for pyasn1==0.0.8a
Best match: pyasn1 0.0.8a
pyasn1 0.0.8a is already the active version in easy-install.pth

Using /usr/lib/pymodules/python2.6
Searching for pycrypto==2.0.1
Best match: pycrypto 2.0.1
Adding pycrypto 2.0.1 to easy-install.pth file

Using /usr/lib/python2.6/dist-packages
Searching for Nevow==0.10.0
Best match: Nevow 0.10.0
Adding Nevow 0.10.0 to easy-install.pth file

Using /usr/lib/python2.6/dist-packages
Searching for foolscap==0.5.1
Best match: foolscap 0.5.1
foolscap 0.5.1 is already the active version in easy-install.pth

Using /usr/lib/pymodules/python2.6
Searching for Twisted==10.0.0
Best match: Twisted 10.0.0
Adding Twisted 10.0.0 to easy-install.pth file

Using /usr/lib/python2.6/dist-packages
Searching for zope.interface==3.5.3
Best match: zope.interface 3.5.3
Adding zope.interface 3.5.3 to easy-install.pth file

Using /usr/lib/python2.6/dist-packages
Searching for simplejson==2.0.9
Best match: simplejson 2.0.9
simplejson 2.0.9 is already the active version in easy-install.pth

Using /usr/lib/pymodules/python2.6
Searching for zfec==1.4.5
Best match: zfec 1.4.5
zfec 1.4.5 is already the active version in easy-install.pth

Using /usr/lib/pymodules/python2.6
Searching for setuptools==0.6c16dev2
Best match: setuptools 0.6c16dev2
Processing setuptools-0.6c16dev2.egg
removing '/home/eiriha/tahoe-install/allmydata-tahoe-1.8.0/support/lib/python2.6/site-packages/setuptools-0.6c16dev2.egg' (and everything under it)
Copying setuptools-0.6c16dev2.egg to /home/eiriha/tahoe-install/allmydata-tahoe-1.8.0/support/lib/python2.6/site-packages
setuptools 0.6c16dev2 is already the active version in easy-install.pth
Installing easy_install_z-2.6 script to support/bin
Installing easy_install_z script to support/bin

Installed /home/eiriha/tahoe-install/allmydata-tahoe-1.8.0/support/lib/python2.6/site-packages/setuptools-0.6c16dev2.egg
Searching for pyOpenSSL==0.10
Best match: pyOpenSSL 0.10
pyOpenSSL 0.10 is already the active version in easy-install.pth

Using /usr/lib/pymodules/python2.6
Finished processing dependencies for allmydata-tahoe==1.8.0
running make_executable
running build
running build_py
copying src/allmydata/_auto_deps.py -> build/lib.linux-i686-2.6/allmydata
running trial
running build_ext
allmydata.test.test_backupdb
  BackupDB
    test_basic ...                                                         [OK]
    test_check ...                                                         [OK]
    test_directory ...                                                   [FAIL]
    test_fail ...                                                          [OK]
    test_unicode ...                                                       [OK]
    test_upgrade_v1_v2 ...                                                 [OK]
    test_wrong_version ...                                                 [OK]
allmydata.test.test_base62
  T
    test_ende_0x00 ...                                                     [OK]
    test_ende_0x000000 ...                                                 [OK]
    test_ende_0x01 ...                                                     [OK]
    test_ende_0x0100 ...                                                   [OK]
    test_ende_0x010000 ...                                                 [OK]
    test_ende_longrandstr ...                                              [OK]
    test_ende_randstr ...                                                  [OK]
    test_num_octets_that_encode_to_this_many_chars ...                     [OK]
    test_odd_sizes ...                                                     [OK]
allmydata.test.test_checker
  AddLease
    test_875 ...                                                           [OK]
  WebResultsRendering
    test_check ...                                                       [FAIL]
    test_check_and_repair ...                                            [FAIL]
    test_literal ...                                                       [OK]
allmydata.test.test_cli
  Backup
    test_backup ...                                                      [FAIL]
    test_backup_with_nonexistent_alias ...                                 [OK]
    test_backup_without_alias ...                                          [OK]
    test_exclude_options ...                                               [OK]
    test_exclude_options_unicode ...                                       [OK]
    test_ignore_symlinks ...                                             [FAIL]
    test_ignore_unreadable_directory ...                                   [OK]
    test_ignore_unreadable_file ...                                        [OK]
  CLI
    test_alias ...                                                         [OK]
    test_catalog_shares_error ...                                          [OK]
    test_dump_cap_chk ...                                                [FAIL]
    test_dump_cap_directory ...                                          [FAIL]
    test_dump_cap_lit ...                                                  [OK]
    test_dump_cap_ssk ...                                                [FAIL]
    test_listdir_unicode_good ...                                          [OK]
    test_options ...                                                       [OK]
  Check
    test_check ...                                                       [FAIL]
    test_check_with_nonexistent_alias ...                                  [OK]
    test_check_without_alias ...                                           [OK]
    test_deep_check ...                                                 [ERROR]
  Cp
    test_copy_using_filecap ...                                          [FAIL]
    test_cp_with_nonexistent_alias ...                                     [OK]
    test_dangling_symlink_vs_recursion ...                                 [OK]
    test_not_enough_args ...                                               [OK]
    test_unicode_filename ...                                              [OK]
  CreateAlias
    test_create ...                                                        [OK]
    test_create_unicode ...                                                [OK]
  Errors
    test_get ...                                                         [FAIL]
  Get
    test_get_with_nonexistent_alias ...                                    [OK]
    test_get_without_alias ...                                             [OK]
  Help
    test_add_aliases ...                                                   [OK]
    test_backup ...                                                        [OK]
    test_check ...                                                         [OK]
    test_create_alias ...                                                  [OK]
    test_deep_check ...                                                    [OK]
    test_get ...                                                           [OK]
    test_ln ...                                                            [OK]
    test_manifest ...                                                      [OK]
    test_mv ...                                                            [OK]
    test_put ...                                                           [OK]
    test_rm ...                                                            [OK]
    test_stats ...                                                         [OK]
    test_webopen ...                                                       [OK]
  List
    test_list ...                                                       [ERROR]
    test_list_with_nonexistent_alias ...                                   [OK]
    test_list_without_alias ...                                            [OK]
  Ln
    test_ln_with_nonexistent_alias ...                                     [OK]
    test_ln_without_alias ...                                              [OK]
  Manifest
    test_manifest_with_nonexistent_alias ...                               [OK]
    test_manifest_without_alias ...                                        [OK]
  Mkdir
    test_mkdir ...                                                       [FAIL]
    test_mkdir_unicode ...                                               [FAIL]
    test_mkdir_with_nonexistent_alias ...                                  [OK]
  Mv
    test_mv_behavior ...                                                 [FAIL]
    test_mv_with_nonexistent_alias ...                                     [OK]
    test_mv_without_alias ...                                              [OK]
  Put
    test_immutable_from_file ...                                         [FAIL]
    test_immutable_from_file_unicode ...                                   [OK]
    test_mutable ...                                                       [OK]
    test_mutable_unlinked ...                                              [OK]
    test_put_with_nonexistent_alias ...                                    [OK]
    test_unlinked_immutable_from_file ...                                  [OK]
    test_unlinked_immutable_stdin ...                                      [OK]
  Rm
    test_rm_with_nonexistent_alias ...                                     [OK]
    test_rm_without_alias ...                                              [OK]
  Stats
    test_empty_directory ...                                               [OK]
    test_stats_with_nonexistent_alias ...                                  [OK]
    test_stats_without_alias ...                                           [OK]
  Webopen
    test_webopen_with_nonexistent_alias ...                                [OK]
allmydata.test.test_client
  Basic
    test_loadable ...                                                      [OK]
    test_loadable_old_config_bits ...                                      [OK]
    test_loadable_old_storage_config_bits ...                              [OK]
    test_permute ...                                                       [OK]
    test_reserved_1 ...                                                    [OK]
    test_reserved_2 ...                                                    [OK]
    test_reserved_3 ...                                                    [OK]
    test_reserved_4 ...                                                    [OK]
    test_reserved_bad ...                                                  [OK]
    test_secrets ...                                                       [OK]
    test_versions ...                                                      [OK]
  NodeMaker
    test_maker ...                                                         [OK]
  Run
    test_loadable ...                                                      [OK]
    test_reloadable ...                                                    [OK]
allmydata.test.test_codec
  T
    test_encode ...                                                        [OK]
    test_encode1 ...                                                       [OK]
    test_encode2 ...                                                       [OK]
allmydata.test.test_crawler
  Basic
    test_empty_subclass ...                                                [OK]
    test_immediate ...                                                     [OK]
    test_oneshot ...                                                       [OK]
    test_paced ...                                                         [OK]
    test_paced_service ...                                               [FAIL]
    test_service ...                                                       [OK]
allmydata.test.test_deepcheck
  DeepCheckWebBad
    test_bad ...                                                        [ERROR]
  DeepCheckWebGood
    test_good ...                                                       [ERROR]
  Large
    test_lots_of_lits ...                                               [ERROR]
  MutableChecker
    test_corrupt ...                                                       [OK]
    test_delete_share ...                                                  [OK]
    test_good ...                                                          [OK]
allmydata.test.test_dirnode
  Adder
    test_overwrite ...                                                  [ERROR]
  DeepStats
    test_stats ...                                                         [OK]
  Deleter
    test_retry ...                                                         [OK]
  Dirnode
    test_basic ...                                                         [OK]
    test_check ...                                                         [OK]
    test_create ...                                                     [ERROR]
    test_create_subdirectory ...                                        [ERROR]
    test_deepcheck ...                                                  [ERROR]
    test_deepcheck_and_repair ...                                       [ERROR]
    test_deepcheck_problems ...                                         [ERROR]
    test_directory_representation ...                                      [OK]
    test_immutable ...                                                     [OK]
    test_initial_children ...                                            [FAIL]
    test_readonly ...                                                      [OK]
    test_update_metadata ...                                               [OK]
  Dirnode2
    test_from_future ...                                                   [OK]
    test_unknown_strip_prefix_for_ro ...                                   [OK]
    test_unknownnode ...                                                   [OK]
  Packing
    test_deep_immutable ...                                                [OK]
    test_unpack_and_pack_behavior ...                                      [OK]
allmydata.test.test_download
  Corruption
    test_each_byte ...                                                  [ERROR]
    test_failure ...                                                    [ERROR]
  DownloadTest
    test_badguess ...                                                   [ERROR]
    test_download ...                                                   [ERROR]
    test_download_bad_segment ...                                       [ERROR]
    test_download_failover ...                                          [ERROR]
    test_download_no_overrun ...                                        [ERROR]
    test_download_segment ...                                           [ERROR]
    test_download_segment_bad_ciphertext_hash ...                       [ERROR]
    test_download_segment_cancel ...                                       [OK]
    test_download_segment_terminate ...                                    [OK]
    test_duplicate_shares ...                                           [ERROR]
    test_long_offset ...                                                [ERROR]
    test_lost_servers ...                                               [ERROR]
    test_pause ...                                                      [ERROR]
    test_pause_then_stop ...                                            [ERROR]
    test_sequential_goodguess ...                                          [OK]
    test_simultaneous_badguess ...                                      [ERROR]
    test_simultaneous_get_blocks ...                                    [ERROR]
    test_simultaneous_goodguess ...                                     [ERROR]
                                    [ERROR]
                                    [ERROR]
    test_simultaneous_onefails ...                                      [ERROR]
    test_simultaneous_onefails_onecancelled ...                            [OK]
    test_stop ...                                                       [ERROR]
    test_stop_immediately ...                                              [OK]
    test_stop_immediately2 ...                                             [OK]
    test_verifycap ...                                                  [ERROR]
  DownloadV2
    test_download ...                                                      [OK]
    test_download_no_overrun ...                                           [OK]
  Selection
    test_avoid_bad_diversity_late ...                                      [OK]
    test_avoid_redundancy ...                                              [OK]
    test_good_diversity_early ...                                          [OK]
    test_good_diversity_late ...                                           [OK]
    test_no_shares ...                                                     [OK]
    test_only_one_share ...                                                [OK]
    test_overdue ...                                                       [OK]
    test_overdue_fails ...                                                 [OK]
    test_suffer_bad_diversity_early ...                                    [OK]
    test_suffer_bad_diversity_late ...                                     [OK]
  Status
    test_active ...                                                        [OK]
    test_progress ...                                                      [OK]
    test_status ...                                                        [OK]
allmydata.test.test_encode
  Encode
    test_send_100 ...                                                      [OK]
    test_send_101 ...                                                      [OK]
    test_send_124 ...                                                      [OK]
    test_send_125 ...                                                      [OK]
    test_send_51 ...                                                       [OK]
    test_send_74 ...                                                       [OK]
    test_send_75 ...                                                       [OK]
    test_send_76 ...                                                       [OK]
    test_send_99 ...                                                       [OK]
  Roundtrip
    test_100 ...                                                        [ERROR]
    test_101 ...                                                           [OK]
    test_124 ...                                                           [OK]
    test_125 ...                                                           [OK]
    test_51 ...                                                            [OK]
    test_74 ...                                                            [OK]
    test_75 ...                                                            [OK]
    test_76 ...                                                            [OK]
    test_99 ...                                                            [OK]
  ValidatedExtendedURIProxy
    test_accept_minimal ...                                                [OK]
    test_accept_optional ...                                               [OK]
    test_reject_insufficient ...                                           [OK]
    test_reject_optional ...                                               [OK]
allmydata.test.test_encodingutil
  EncodingUtilErrors
    test_argv_to_unicode ...                                               [OK]
    test_get_output_encoding ...                                           [OK]
    test_get_output_encoding_not_from_stdout ...                           [OK]
    test_no_unicode_normalization ...                                      [OK]
    test_unicode_to_output ...                                             [OK]
  EncodingUtilNonUnicodePlatform
    test_listdir_unicode ...                                               [OK]
  MacOSXLeopard
    test_argv_to_unicode ...                                               [OK]
    test_listdir_unicode ...                                               [OK]
    test_unicode_platform ...                                              [OK]
    test_unicode_to_output ...                                             [OK]
    test_unicode_to_url ...                                                [OK]
  MacOSXLeopard7bit
    test_argv_to_unicode ...                                               [OK]
    test_listdir_unicode ...                                               [OK]
    test_unicode_platform ...                                              [OK]
    test_unicode_to_output ...                                             [OK]
    test_unicode_to_url ...                                                [OK]
  OpenBSD
    test_argv_to_unicode ...                                               [OK]
    test_listdir_unicode ...                                               [OK]
    test_unicode_platform ...                                              [OK]
    test_unicode_to_output ...                                             [OK]
    test_unicode_to_url ...                                                [OK]
  QuoteOutput
    test_quote_output_ascii ...                                            [OK]
    test_quote_output_default ...                                          [OK]
    test_quote_output_latin1 ...                                           [OK]
    test_quote_output_utf8 ...                                             [OK]
  StdlibUnicode
    test_mkdir_open_exists_abspath_listdir_expanduser ...                  [OK]
    test_open_unrepresentable ...                                     [SKIPPED]
  UbuntuKarmicLatin1
    test_argv_to_unicode ...                                               [OK]
    test_listdir_unicode ...                                               [OK]
    test_unicode_platform ...                                              [OK]
    test_unicode_to_output ...                                             [OK]
    test_unicode_to_url ...                                                [OK]
  UbuntuKarmicUTF8
    test_argv_to_unicode ...                                               [OK]
    test_listdir_unicode ...                                               [OK]
    test_unicode_platform ...                                              [OK]
    test_unicode_to_output ...                                             [OK]
    test_unicode_to_url ...                                                [OK]
  Windows
    test_argv_to_unicode ...                                               [OK]
    test_listdir_unicode ...                                          [SKIPPED]
    test_unicode_platform ...                                              [OK]
    test_unicode_to_output ...                                             [OK]
    test_unicode_to_url ...                                                [OK]
allmydata.test.test_filenode
  LiteralChecker
    test_literal_filenode ...                                              [OK]
  Node
    test_chk_filenode ...                                                  [OK]
    test_literal_filenode ...                                              [OK]
    test_mutable_filenode ...                                              [OK]
allmydata.test.test_hashtree
  Complete
    test_create ...                                                        [OK]
    test_dump ...                                                          [OK]
    test_needed_hashes ...                                                 [OK]
  Incomplete
    test_check ...                                                       [FAIL]
    test_create ...                                                        [OK]
    test_depth_of ...                                                      [OK]
    test_large ...                                                         [OK]
    test_needed_hashes ...                                                 [OK]
allmydata.test.test_helper
  AssistedUpload
    test_already_uploaded ...                                              [OK]
    test_one ...                                                           [OK]
    test_previous_upload_failed ...                                        [OK]
allmydata.test.test_hung_server
  HungServerDownloadTest
    test_10_good_copied_share ...                                          [OK]
    test_10_good_sanity_check ...                                          [OK]
    test_2_good_8_broken_copied_share ...                                  [OK]
    test_2_good_8_broken_duplicate_share_fail ...                          [OK]
    test_2_good_8_broken_fail ...                                          [OK]
    test_2_good_8_hung_then_1_recovers_immutable ...                       [OK]
    test_2_good_8_hung_then_1_recovers_mutable ...                    [SKIPPED]
    test_2_good_8_hung_then_1_recovers_with_2_shares_immutable ...         [OK]
    test_2_good_8_hung_then_1_recovers_with_2_shares_mutable ...      [SKIPPED]
    test_2_good_8_noshares_fail ...                                        [OK]
    test_3_good_7_hung_immutable ...                                       [OK]
    test_3_good_7_hung_mutable ...                                    [SKIPPED]
    test_3_good_7_noshares ...                                             [OK]
    test_5_overdue_immutable ...                                           [OK]
allmydata.test.test_immutable
  Test
    test_download ...                                                    [FAIL]
    test_download_abort_if_too_many_corrupted_shares ...                   [OK]
    test_download_abort_if_too_many_missing_shares ...                     [OK]
    test_download_from_only_3_remaining_shares ...                         [OK]
    test_download_from_only_3_shares_with_good_crypttext_hash ...          [OK]
    test_test_code ...                                                     [OK]
  TestShareFinder
    test_no_reneging_on_no_more_shares_ever ...                            [OK]
allmydata.test.test_introducer
  DecodeFurl
    test_decode ...                                                        [OK]
  Introducer
    test_create ...                                                        [OK]
    test_duplicate ...                                                     [OK]
    test_listen ...                                                        [OK]
  Node
    test_loadable ...                                                      [OK]
  NonV1Server
    test_failure ...                                                       [OK]
  SystemTest
    test_system ...                                                        [OK]
allmydata.test.test_iputil
  ListAddresses
    test_get_local_ip_for ...                                              [OK]
    test_list_async ...                                                    [OK]
allmydata.test.test_keygen
  KeyGenService
    test_key_gen_service ...                                               [OK]
allmydata.test.test_mutable
  Checker
    test_check_all_bad_blocks ...                                          [OK]
    test_check_all_bad_sig ...                                             [OK]
    test_check_good ...                                                    [OK]
    test_check_no_shares ...                                               [OK]
    test_check_not_enough_shares ...                                       [OK]
    test_verify_all_bad_sig ...                                            [OK]
    test_verify_good ...                                                   [OK]
    test_verify_one_bad_block ...                                        [FAIL]
    test_verify_one_bad_encprivkey ...                                   [FAIL]
    test_verify_one_bad_encprivkey_uncheckable ...                         [OK]
    test_verify_one_bad_sharehash ...                                    [FAIL]
    test_verify_one_bad_sig ...                                            [OK]
  Exceptions
    test_repr ...                                                          [OK]
  Filenode
    test_create ...                                                        [OK]
    test_create_with_initial_contents ...                                  [OK]
    test_create_with_initial_contents_function ...                         [OK]
    test_create_with_too_large_contents ...                                [OK]
    test_modify ...                                                        [OK]
    test_modify_backoffer ...                                              [OK]
    test_serialize ...                                                     [OK]
    test_upload_and_download ...                                           [OK]
    test_upload_and_download_full_size_keys ...                            [OK]
  MakeShares
    test_encrypt ...                                                       [OK]
    test_generate ...                                                      [OK]
  MultipleEncodings
    test_multiple_encodings ...                                            [OK]
  MultipleVersions
    test_multiple_versions ...                                             [OK]
    test_replace ...                                                       [OK]
  Problems
    test_bad_server ...                                                    [OK]
    test_bad_server_overlap ...                                            [OK]
    test_privkey_query_error ...                                           [OK]
    test_privkey_query_missing ...                                         [OK]
    test_publish_all_servers_bad ...                                       [OK]
    test_publish_no_servers ...                                            [OK]
    test_publish_surprise ...                                              [OK]
    test_retrieve_surprise ...                                             [OK]
    test_unexpected_shares ...                                             [OK]
  Repair
    test_check_and_repair_readcap ...                                      [OK]
    test_merge ...                                                       [FAIL]
    test_non_merge ...                                                     [OK]
    test_repair_nop ...                                                    [OK]
    test_unrepairable_0shares ...                                          [OK]
    test_unrepairable_1share ...                                           [OK]
  Roundtrip
    test_all_shares_vanished ...                                           [OK]
    test_basic ...                                                         [OK]
    test_basic_pubkey_at_end ... 