Package: monotone Version: 0.40-4 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080711 qa-ftbfs Justification: FTBFS on i386
Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: > make[1]: Entering directory > `/build/user-monotone_0.40-4-amd64-NDYrPo/monotone-0.40-4' > { echo '#!/bin/sh'; \ > echo 'PATH=.:$PATH'; \ > echo './tester ./tester-testsuite.lua "$@"'; \ > echo 'echo $? > tester_tests.status'; \ > echo 'exit 0'; } > run_tester_tests > chmod 755 run_tester_tests > ./run_tester_tests > Running tests... > 1 cleanup-1 ok > 2 cleanup-2 ok > 3 isolated-1 ok > 4 isolated-2 ok > 5 remove-unwriteable ok > > Of 5 tests run: > 5 succeeded > 0 failed > 0 had expected failures > 0 succeeded unexpectedly > 0 were skipped > REAL_BLDDIR=$PWD/.; \ > (cd . && $REAL_BLDDIR/mtn --root=. automate get_revision) 2>/dev/null > >package_full_revision_raw.txt \ > || (cd . && mtn --root=. automate get_revision) 2>/dev/null > >package_full_revision_raw.txt \ > || rm -f package_full_revision_raw.txt > if [ -f package_full_revision_raw.txt ]; then \ > cp -f package_full_revision_raw.txt package_full_revision_dist.txt \ > && (echo ''; \ > echo ' Generated from data cached in the distribution;'; \ > echo ' further changes may have been made.') >> > package_full_revision_dist.txt; \ > fi > if [ ! -f package_full_revision_dist.txt -a -f > ./package_full_revision_dist.txt ]; then \ > cp ./package_full_revision_dist.txt package_full_revision_dist.txt; \ > fi > [ -f package_full_revision_dist.txt ] || echo "unknown" > > package_full_revision_dist.txt > rm -f package_full_revision.txt > for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do > ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC > package_full_revision.txt) || true; done > ./txt2c --no-static package_full_revision.txt package_full_revision > >package_full_revision.c.tmp > cmp -s package_full_revision.c.tmp package_full_revision.c || mv -f > package_full_revision.c.tmp package_full_revision.c > rm -f package_full_revision.c.tmp > REAL_BLDDIR=$PWD/.; \ > (cd . && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) > 2>/dev/null >package_revision_raw.txt \ > || (cd . && mtn --root=. automate get_base_revision_id) 2>/dev/null > >package_revision_raw.txt \ > || rm -f package_revision_raw.txt > if [ -f package_revision_raw.txt ]; then \ > cp package_revision_raw.txt package_revision.txt; \ > fi > if [ ! -f package_revision.txt -a -f ./package_revision.txt ]; then \ > cp ./package_revision.txt package_revision.txt; \ > fi > [ -f package_revision.txt ] || echo "unknown" > package_revision.txt > ./txt2c --strip-trailing --no-static package_revision.txt package_revision > >package_revision.c.tmp > cmp -s package_revision.c.tmp package_revision.c || mv -f > package_revision.c.tmp package_revision.c > rm -f package_revision.c.tmp > { echo '#!/bin/sh'; \ > echo 'PATH=.:$PATH'; \ > echo './tester ./unit-testsuite.lua "$@"'; \ > echo 'echo $? > unit_tests.status'; \ > echo 'exit 0'; } > run_unit_tests > chmod 755 run_unit_tests > ./run_unit_tests > Running tests... > 1 _unit_tester_fail_check ok > 2 _unit_tester_fail_nothrow ok > 3 _unit_tester_fail_require ok > 4 _unit_tester_fail_throw ok > 5 _unit_tester_uncaught ok > 6 _unit_tester_uncaught_std ok > 7 _unit_tester_uncaught_std_what ok > 8 basic_io_binary_transparency ok > 9 charset_idna_encoding ok > 10 charset_utf8_validation ok > 11 commands_command_complete_command ok > 12 commands_command_find_command ok > 13 commands_complete_command ok > 14 commands_make_command_id ok > 15 crypto_calculate_ident ok > 16 cset_basic_csets ok > 17 cset_cset_written ok > 18 cset_invalid_csets ok > 19 cset_root_dir ok > 20 date_from_string ok > 21 date_from_unix_epoch ok > 22 diff_patch_merge_additions ok > 23 diff_patch_merge_append ok > 24 diff_patch_merge_deletions ok > 25 diff_patch_merge_prepend ok > 26 diff_patch_randomizing_merge ok > 27 globish_complex_matches ok > 28 globish_from_vector ok > 29 globish_simple_matches ok > 30 globish_syntax ok > 31 graph_get_uncommon_ancestors_nasty_convexity_case ok > 32 graph_get_uncommon_ancestors_randomly ok > 33 graph_random_get_reconstruction_path ok > 34 netcmd_functions ok > 35 netcmd_mac ok > 36 option_concrete_options ok > 37 outdated_indicator_ ok > 38 packet_roundabout ok > 39 packet_validators ok > 40 paths_access_tracker ok > 41 paths_basename ok > 42 paths_bookkeeping ok > 43 paths_depth ok > 44 paths_dirname ok > 45 paths_file_path_external_null_prefix ok > 46 paths_file_path_external_prefix__MTN ok > 47 paths_file_path_external_prefix_a_b ok > 48 paths_file_path_internal ok > 49 paths_ordering ok > 50 paths_ordering_random ok > 51 paths_path_component ok > 52 paths_system ok > 53 paths_test_external_string_is_bookkeeping_path_prefix__MTN ok > 54 paths_test_external_string_is_bookkeeping_path_prefix_a_b ok > 55 paths_test_external_string_is_bookkeeping_path_prefix_none ok > 56 paths_test_internal_string_is_bookkeeping_path ok > 57 pipe_simple_pipe ok > 58 refiner_various_counts ok > 59 restrictions_empty_restriction ok > 60 restrictions_exclude_include ok > 61 restrictions_ignored_invalid_workspace_paths ok > 62 restrictions_include_depth_0 ok > 63 restrictions_include_depth_1 ok > 64 restrictions_include_depth_1_empty_restriction ok > 65 restrictions_include_depth_2 ok > 66 restrictions_include_exclude ok > 67 restrictions_invalid_roster_paths ok > 68 restrictions_invalid_workspace_paths ok > 69 restrictions_simple_exclude ok > 70 restrictions_simple_include ok > 71 rev_height_children ok > 72 rev_height_comparisons ok > 73 rev_height_count_up ok > 74 revision_find_old_new_path_for ok > 75 roster_all_0_scalar_parent_mark_scenarios ok > 76 roster_all_1_scalar_parent_mark_scenarios ok > 77 roster_all_2_scalar_parent_mark_scenarios ok > 78 roster_bad_attr ok > 79 roster_check_sane_against ok > 80 roster_check_sane_roster ok > 81 roster_check_sane_roster_loop ok > 82 roster_check_sane_roster_screwy_dir_map ok > 83 roster_die_die_die_merge ok > 84 roster_merge_attr_lifecycle ok > 85 roster_merge_complex_structural_conflicts ok > 86 roster_merge_node_lifecycle ok > 87 roster_merge_scalar_merges ok > 88 roster_merge_simple_structural_conflicts ok > 89 roster_random_actions ok > 90 roster_residual_attr_mark_scenario ok > 91 roster_same_nid_diff_type ok > 92 roster_unify_rosters_end_to_end_attr_corpses ok > 93 roster_unify_rosters_end_to_end_ids ok > 94 roster_unify_rosters_randomized_tempids ok > 95 roster_unify_rosters_randomized_trueids ok > 96 roster_write_roster ok > 97 simplestring_xform_caseconv ok > 98 simplestring_xform_join_lines ok > 99 simplestring_xform_join_words ok > 100 simplestring_xform_split_into_words ok > 101 simplestring_xform_strip_ws ok > 102 string_queue_string_queue ok > 103 transform_calculate_ident ok > 104 transform_corruption_check ok > 105 transform_enc ok > 106 transform_rdiff ok > 107 uri_basic ok > 108 uri_bizarre ok > 109 uri_invalid ok > 110 uri_urldecode ok > 111 vocab_verify_hexenc_id ok > 112 widen_widen ok > 113 xdelta_random_piecewise_delta ok > 114 xdelta_random_simple_delta ok > 115 xdelta_rolling_sanity_check ok > 116 xdelta_simple_cases ok > > Of 116 tests run: > 116 succeeded > 0 failed > 0 had expected failures > 0 succeeded unexpectedly > 0 were skipped > { echo '#!/bin/sh'; \ > echo 'PATH=.:$PATH'; \ > echo './tester ./lua-testsuite.lua "$@"'; \ > echo 'echo $? > lua_tests.status'; \ > echo 'exit 0'; } > run_lua_tests > chmod 755 run_lua_tests > ./run_lua_tests > Running tests... > 1 (imp)_deleting_directories ok > 2 (imp)_merge((patch_foo_a),_(delete_foo_)) ok > 3 (imp)_persistent_netsync_server_-_keys_2 ok > 4 (minor)_add_own_db ok > 5 (minor)_drop_in_subdir ok > 6 (minor)_test_a_merge_3 expected failure (line 30) > 7 (minor)_test_a_merge_4 expected failure (line 30) > 8 (minor)_update_cleans_emptied_directories ok > 9 (normal)_netsync_on_partially_unrelated_revisions expected failure (line > 40) > 10 (normal)_netsync_revision_with_no_certs ok > 11 (normal)_update_across_discontinuity ok > 12 (todo)_design_approval_semantics expected failure (line 3) > 13 (todo)_undo_update_command expected failure (line 3) > 14 (todo)_vcheck expected failure (line 5) > 15 (todo)_write_monotone-agent expected failure (line 5) > 16 CRLF_line_normalization ok > 17 _--author,_--date ok > 18 _--confdir_option_and_get_confdir_lua_function_work ok > 19 _--db_with_parent_dir ok > 20 _--rcfile=- ok > 21 _--rcfile=directory ok > 22 _--rcfile_requires_extant_file ok > 23 _MTN_case-folding_security_patch ok > 24 _MTN_files_handled_correctly_in_aborted_commit ok > 25 _MTN_revision_is_required ok > 26 add_and_then_drop_file_does_nothing ok > 27 add_executable ok > 28 add_ignored ok > 29 add_ignores__MTN ok > 30 add_in_subdir ok > 31 add_inside__MTN_ ok > 32 add_unknown_ignored ok > 33 add_unknown_recursive ok > 34 add_unknown_recursive_ignored ok > 35 add_workspace_commit_in_another expected failure (line 34) > 36 addition_of_files_and_directories ok > 37 alias_command ok > 38 annotate_accidental_clean_merge ok > 39 annotate_file_added_on_different_forks expected failure (line 27) > 40 annotate_file_on_multirooted_branch expected failure (line 32) > 41 annotate_file_whose_name_changed ok > 42 annotate_where_line_splits ok > 43 annotate_where_lineage_depends_on_traversal ok > 44 annotate_where_one_parent_is_full_copy ok > 45 annotate_with_human_output ok > 46 annotate_with_no_revs ok > 47 attr_command_in_subdirs ok > 48 attr_drop ok > 49 attr_init_functions ok > 50 attr_set_attr_get ok > 51 attr_set_get_commands ok > 52 automate_ancestors ok > 53 automate_ancestry_difference ok > 54 automate_branches ok > 55 automate_cert ok > 56 automate_certs ok > 57 automate_commands_are_not_completed ok > 58 automate_common_ancestors ok > 59 automate_content_diff ok > 60 automate_db_variables ok > 61 automate_descendents ok > 62 automate_erase_ancestors ok > 63 automate_genkey ok > 64 automate_get_attributes ok > 65 automate_get_base_revision_id ok > 66 automate_get_content_changed ok > 67 automate_get_corresponding_path ok > 68 automate_get_current_revision ok > 69 automate_get_current_revision_id ok > 70 automate_get_file,_automate_get_file_of ok > 71 automate_get_manifest_of ok > 72 automate_get_revision ok > 73 automate_graph ok > 74 automate_heads ok > 75 automate_identify ok > 76 automate_interface_version ok > 77 automate_inventory ok > 78 automate_inventory_ignore_dirs ok > 79 automate_inventory_options ok > 80 automate_inventory_restricted ok > 81 automate_keys ok > 82 automate_leaves ok > 83 automate_parents,_automate_children ok > 84 automate_put_file ok > 85 automate_put_revision ok > 86 automate_put_revision_for_merge ok > 87 automate_put_revision_unknown_file ok > 88 automate_roots ok > 89 automate_select ok > 90 automate_set_drop_attribute ok > 91 automate_stdio ok > 92 automate_stdio_options ok > 93 automate_tags ok > 94 automate_toposort ok > 95 b_and_h_selectors ok > 96 b_t_and_a_selector_globbing ok > 97 bad_packet_args ok > 98 basic_invocation_and_options ok > 99 branch-based_checkout ok > 100 branch_handling_in_disapprove expected failure (line 16) > 101 calculation_of_other_unidiffs ok > 102 calculation_of_unidiffs ok > 103 calculation_of_unidiffs_start_of_file ok > 104 can_execute_things ok > 105 cat_-r_REV_PATH ok > 106 changing_passphrase_of_a_private_key ok > 107 check_--log ok > 108 check_later_and_earlier_selectors ok > 109 check_same_db_contents_macro ok > 110 check_that_--xargs_and_-(at)_behave_correctly ok > 111 checking_a_few_command_specific_options ok > 112 checking_that_certain_commands_ignores_the_contents_of__MTN_options ok > 113 checkout_-r_no_dir ok > 114 checkout_creates__MTN_log ok > 115 checkout_creates_right__MTN_options ok > 116 checkout_does_not_clobber_workspace ok > 117 checkout_fails_with_multiple_heads ok > 118 checkout_validates_target_directory ok > 119 checkout_without_--branch_sets_branch ok > 120 clone_-b_no_dir ok > 121 clone_creates__MTN_log ok > 122 clone_creates_right__MTN_options ok > 123 clone_validates_target_directory ok > 124 clone_warning_with_multiple_heads ok > 125 command_completion ok > 126 commit_update_multiple_heads_message ok > 127 commit_use_workspace_keydir ok > 128 commit_using__MTN_log ok > 129 commit_using__MTN_log_and_--message ok > 130 commit_validation_lua_hook ok > 131 commit_w_o__MTN_log_being_present ok > 132 commit_with_--message-file ok > 133 commit_writes_message_back_to__MTN_log ok > 134 committing_with_a_non-english_message ok > 135 conflict_messages ok > 136 creating_a_bad_criss-cross_merge ok > 137 creating_a_fork ok > 138 creating_a_fork_and_merging ok > 139 creating_a_fork_and_updating ok > 140 creating_a_good_and_bad_test_result ok > 141 database_check ok > 142 database_dump_load ok > 143 db_check_(heights) ok > 144 db_check_and_non-serious_errors ok > 145 db_data_format_checking ok > 146 db_execute ok > 147 db_info_of_new_database ok > 148 db_kill_branch_certs_locally_command ok > 149 db_kill_rev_locally ok > 150 db_kill_rev_locally_and_recommit ok > 151 db_kill_rev_locally_workspace ok > 152 db_kill_tag_locally ok > 153 db_load_must_create_a_new_db ok > 154 db_missing ok > 155 db_rosterify_on_a_db_with_a_root_suture ok > 156 db_rosterify_preserves_renames ok > 157 db_rosterify_twice_gives_an_error_second_time ok > 158 defecting_attributes expected failure (line 25) > 159 delete_work_file_on_checkout ok > 160 diff_--external ok > 161 diff_-rREV1_-rREV2_UNCHANGED-FILE ok > 162 diff_a_binary_file ok > 163 diff_against_empty_file ok > 164 diff_in_a_never-committed_project ok > 165 diff_on_missing_trailing_newline_at_end_of_file ok > 166 diff_output_formats ok > 167 diff_respects_restrictions ok > 168 diff_restriction_renamed_parent expected failure (line 16) > 169 diff_shows_renames expected failure (line 23) > 170 diffing_a_file_within_revision_outside_a_workspace ok > 171 diffing_a_revision_with_an_added_file ok > 172 diffing_with_explicit_rev_same_as_wc_rev ok > 173 disallowing_persistence_of_passphrase ok > 174 disapproving_of_a_revision ok > 175 disapproving_with_message ok > 176 do_not_log_the_result_of_hook_get_passphrase ok > 177 drop_a_public_and_private_key ok > 178 drop_a_public_key ok > 179 drop_directory_with_unversioned_files_and_update ok > 180 drop_missing_and_unknown_files ok > 181 drop_removes_attributes ok > 182 drop_root ok > 183 drop_with_actual_removal ok > 184 dump_on_crash ok > 185 duplicate_key_id ok > 186 empty_environment ok > 187 empty_id_completion ok > 188 empty_string_as_a_path_name ok > 189 escaped_selectors ok > 190 exchanging_work_via_netsync ok > 191 exchanging_work_via_netsync,_with_notes ok > 192 explicit_merge ok > 193 explicit_merge_LEFT_RIGHT_ANC_BRANCH expected failure (line 26) > 194 external_unit_test_of_the_line_merger ok > 195 fail_cleanly_on_unreadable__MTN_options ok > 196 fail_cleanly_on_unreadable_db ok > 197 fail_cleanly_when__MTN_format_corrupt ok > 198 failed_checkout_is_a_no-op ok > 199 fetching_nonexistent_entry_from_children_bug ok > 200 filenames_in_diff_after_rename ok > 201 files_with_intermediate__MTN_path_elements ok > 202 files_with_spaces_at_the_end ok > 203 first_extent_normalization_pass ok > 204 generating_and_extracting_keys_and_certs ok > 205 get_netsync_read_permitted ok > 206 heads ok > 207 heads_with_discontinuous_branches ok > 208 i18n_commit_messages ok > 209 imp_test_filesync_confdir ok > 210 import ok > 211 importing_a_file ok > 212 importing_cvs_branches expected failure (line 54) > 213 importing_cvs_deleted_file ok > 214 importing_cvs_file_added_on_a_branch ok > 215 importing_cvs_file_dead_on_head_and_branch ok > 216 importing_cvs_file_with_one_version ok > 217 importing_cvs_files ok > 218 importing_cvs_files_with_identical_logs ok > 219 importing_cvs_problematic_repo expected failure (line 13) > 220 importing_cvs_small_real_repo ok > 221 importing_cvs_tricky_repo_with_tags ok > 222 importing_cvs_with_vendor_imports_and_branches ok > 223 importing_files_with_non-english_names ok > 224 include()_includedir()_and_includedirpattern()_lua_functions ok > 225 inodeprints ok > 226 invalid_--root_settings ok > 227 invoke_subcommands ok > 228 invoke_toplevel_group ok > 229 key_files_created_securely ok > 230 key_management_without_a_database ok > 231 keydir_defaults_to_under_confdir ok > 232 largish_file ok > 233 list_branches ok > 234 list_missing_files ok > 235 listing_changed_files ok > 236 listing_workspace_manifests ok > 237 locked_workspace ok > 238 log_--brief ok > 239 log_--diffs ok > 240 log_--last=N_--next=N ok > 241 log_--last=N_FILENAME ok > 242 log_--no-files_and_--merges ok > 243 log_--to ok > 244 log_and_selectors_returning_multiple_rids ok > 245 log_dir ok > 246 log_hides_deleted_renamed_files ok > 247 log_quits_on_SIGPIPE ok > 248 log_with_restriction ok > 249 logging_a_file_within_revision_outside_a_workspace ok > 250 ls_epochs ok > 251 ls_tags_with_ambiguous_tags ok > 252 ls_unknown_in_subdir ok > 253 ls_unknown_of_unknown_subdir ok > 254 lua_function_existsonpath ok > 255 magic__MTN_in_restrictions ok > 256 manifest_restrictions ok > 257 merge((),_(add_a,_drop_a,_add_a)) ok > 258 merge((),_(add_a,_patch_a,_drop_a,_add_a)) ok > 259 merge((),_(drop_a,_rename_b_a,_patch_a)) ok > 260 merge((),_(patch_a,_drop_a,_add_a)) ok > 261 merge((add_a),_(add_a,_drop_a,_add_a)) expected failure (line 37) > 262 merge((drop_a),_(drop_a,_add_a)) ok > 263 merge((drop_a),_(rename_a_b,_patch_b)) ok > 264 merge((patch_a),_(drop_a)) ok > 265 merge((patch_a),_(drop_a,_add_a)) ok > 266 merge((patch_foo_a),_(rename_foo__bar_)) ok > 267 merge((rename_a_b),_(rename_a_c)) ok > 268 merge_a_project_into_a_subdirectory_of_an_unrelated_project ok > 269 merge_conflict_with_no_lca ok > 270 merge_into_workspace ok > 271 merge_into_workspace_attr_corpse ok > 272 merge_into_workspace_files_added ok > 273 merge_into_workspace_no_changes ok > 274 merge_into_workspace_same_rev ok > 275 merge_manual_file ok > 276 merge_multiple_heads_1 ok > 277 merge_normalization_edge_case ok > 278 merge_rename_file_and_rename_dir ok > 279 merge_rev_with_ancestor ok > 280 merge_update_part_of_file expected failure (line 46) > 281 merge_with_add,_rename_file,_and_rename_dir ok > 282 merge_with_conflicting_name_and_renamed_dir ok > 283 merging_(add_a)_with_(add_a,_drop_a) ok > 284 merging_(add_a,_rename_a_b)_with_(add_b) ok > 285 merging_a_rename_twice ok > 286 merging_adds ok > 287 merging_adds_in_unrelated_revisions expected failure (line 18) > 288 merging_an_add_edge expected failure (line 26) > 289 merging_data_in_unrelated_files expected failure (line 22) > 290 merging_data_in_unrelated_revisions expected failure (line 19) > 291 migrate_workspace ok > 292 missing_empty_dir ok > 293 mkdir ok > 294 modification_of_an_empty_file ok > 295 mtn_add_dot ok > 296 mtn_execute_attr_respects_umask ok > 297 mtn_read_FILE ok > 298 mtn_up ok > 299 multiple_message_commit ok > 300 multiple_version_committing ok > 301 netsync,--exclude,defaults ok > 302 netsync,--set-default ok > 303 netsync_badhost_gives_nice_error ok > 304 netsync_client_absorbs_and_checks_epochs ok > 305 netsync_client_absorbs_server_key ok > 306 netsync_default_server_pattern ok > 307 netsync_default_server_pattern_setting ok > 308 netsync_duplicate_keys ok > 309 netsync_epoch_refinement ok > 310 netsync_epochs_are_not_sent_upstream_by_pull ok > 311 netsync_hook_errcodes FAIL (line 54) > 312 netsync_is_not_interrupted_by_SIGPIPE ok > 313 netsync_key_hook ok > 314 netsync_largish_file ok > 315 netsync_mtn_uri_scheme ok > 316 netsync_over_pipes ok > 317 netsync_permissions ok > 318 netsync_permissions_wildcards ok > 319 netsync_server_absorbs_and_checks_epochs ok > 320 netsync_transfers_public_keys ok > 321 netsync_verifies_server_keys ok > 322 netsync_with_globs ok > 323 netsync_with_suspended_branch ok > 324 no-change_deltas_disappear ok > 325 non_workspace_keydir ok > 326 normalized_filenames ok > 327 one-way_netsync_where_the_sink_has_more_epochs ok > 328 p_selector ok > 329 persistence_of_passphrase ok > 330 persistent_netsync_server_-_keys ok > 331 persistent_netsync_server_-_revs_&_certs ok > 332 pid_file_and_log_handles_open_failures ok > 333 pid_file_cleanup expected failure (line 24) > 334 pivot_root ok > 335 pivot_root_to_new_dir ok > 336 pluck_basics ok > 337 pluck_directory_bug_1 expected failure (line 38) > 338 pluck_directory_bug_2 expected failure (line 35) > 339 pluck_does_not_clobber_workspace ok > 340 pluck_lifecycle ok > 341 pluck_restricted ok > 342 propagate_a_descendent ok > 343 propagate_an_ancestor ok > 344 pull_a_netsync_branch_which_has_a_parent_from_another_branch ok > 345 quiet_turns_off_tickers_but_not_warnings ok > 346 read_and_convert_old_privkey_packet ok > 347 reallyquiet_turns_off_tickers_and_warnings ok > 348 refresh_inodeprints ok > 349 rename_cannot_overwrite_files ok > 350 rename_dir_to_non-sibling ok > 351 rename_file_to_dir ok > 352 rename_files_into_a_directory ok > 353 rename_in_new_workspace ok > 354 rename_in_subdir ok > 355 rename_moves_attributes ok > 356 rename_with_actual_file_rename ok > 357 renaming_a_deleted_file ok > 358 renaming_a_directory ok > 359 renaming_a_directory_and_then_adding_a_new_with_the_old_name ok > 360 renaming_a_file ok > 361 renaming_a_patched_file ok > 362 renaming_and_editing_a_file ok > 363 repeatedly_exchanging_work_via_netsync ok > 364 replace_dir_with_file ok > 365 replace_file_with_dir ok > 366 restricted_commands_are_consistent ok > 367 restricted_commit_with_inodeprints expected failure (line 37) > 368 restricted_diff_bug expected failure (line 51) > 369 restriction_excludes_parent_dir ok > 370 restrictions_when_pwd_is_mixed_case ok > 371 restrictions_with_deletes ok > 372 restrictions_with_renames_and_adds ok > 373 revert_--missing_in_subdir ok > 374 revert_contents_not_parent_rename ok > 375 revert_directories ok > 376 revert_drop_not_rename ok > 377 revert_file_blocked_by_unversioned_directory expected failure (line 20) > 378 revert_file_in_new_project ok > 379 revert_file_to_base_revision ok > 380 revert_ignored_files ok > 381 revert_in_subdirs ok > 382 revert_moving_a_file_to_a_renamed_directory ok > 383 revert_renames ok > 384 revert_the_middle_of_a_sequence expected failure (line 20) > 385 revert_unchanged_file_preserves_mtime ok > 386 revert_works_with_restrictions ok > 387 reverting_a_pivot_root expected failure (line 43) > 388 rosterify_--drop-attr ok > 389 rosterify_handles_.mt-ignore_files ok > 390 rosterify_migrates_file_dir_attrs ok > 391 rosterify_on_a_db_with_1_rev ok > 392 rosterify_on_a_db_with_an_empty_manifest ok > 393 scanning_trees ok > 394 schema_migration ok > 395 schema_migration_bad_schema ok > 396 schema_migration_error_recovery ok > 397 schema_migration_with_rosterify ok > 398 select_partial_id ok > 399 selecting_arbitrary_certs ok > 400 serve_pull_with_--exclude ok > 401 server_initiated_sync ok > 402 setup_checkout_touch_new__MTN_options_only ok > 403 setup_creates__MTN_log ok > 404 setup_in_subdirectory ok > 405 setup_on_existing_path ok > 406 short_options_work_correctly ok > 407 signature_round_trip ok > 408 single_character_filename_support ok > 409 single_manifest_netsync ok > 410 spawn_pipe ok > 411 spawn_redirected_hook_helper ok > 412 sql_function_gunzip_(which_replaced_unpack) ok > 413 ssh_agent skipped (line 56) > 414 status ok > 415 status_with_attrs ok > 416 status_with_missing_files ok > 417 sticky_branches ok > 418 subdirectory_restrictions ok > 419 suspend ok > 420 sync_server_--exclude_foo ok > 421 sync_use_ws_opts ok > 422 syntax_errors_in_.mtn-ignore ok > 423 tags_and_tagging_of_revisions ok > 424 test_a_merge ok > 425 test_a_merge_2 ok > 426 test_a_merge_5 ok > 427 test_a_merge_6 ok > 428 test_a_merge_7 ok > 429 test_a_merge_8 ok > 430 test_a_merge_9 expected failure (line 30) > 431 test_annotate_command ok > 432 test_some_hook_helper_functions ok > 433 test_the_approve_command ok > 434 test_the_help_command ok > 435 test_the_version_command ok > 436 things_in_.mtn-ignore_get_ignored ok > 437 trust_hooks_and_trusted_command ok > 438 two_parent_workspace_add_drop_rename ok > 439 two_parent_workspace_annotate expected failure (line 32) > 440 two_parent_workspace_attrs ok > 441 two_parent_workspace_commands_that_fail ok > 442 two_parent_workspace_inodeprint_from_birth ok > 443 two_parent_workspace_inodeprints ok > 444 two_parent_workspace_list ok > 445 two_parent_workspace_pivot_root ok > 446 two_parent_workspace_pluck ok > 447 unnormalized_paths_in_database ok > 448 update_-b_foo_updates__MTN_options_correctly ok > 449 update_-b_switches_branches_even_when_noop ok > 450 update_1 ok > 451 update_does_not_clobber_workspace ok > 452 update_does_not_stomp_non-monotone_files ok > 453 update_no-ops_when_no_parent_revision ok > 454 update_to_non-existent_rev ok > 455 update_to_off-branch_rev ok > 456 update_updates_inodeprints ok > 457 update_with_blocked_rename expected failure (line 41) > 458 update_with_multiple_candidates ok > 459 update_with_pending_add expected failure (line 18) > 460 update_with_pending_drop ok > 461 update_with_pending_modification expected failure (line 26) > 462 update_with_pending_rename ok > 463 updating_from_a_merge_which_adds_a_file ok > 464 updating_through_a_pivot_root ok > 465 updating_to_a_given_revision ok > 466 usage_output_streams ok > 467 use_inodeprints_hook ok > 468 use_restrictions_with_--exclude ok > 469 use_restrictions_with_--exclude_and_inodeprints ok > 470 user_commands ok > 471 vars ok > 472 verification_of_command_line_options ok > 473 warn_on_bad_restriction ok > 474 workspace_migration ok > 475 ws_ops_with_wrong_node_type ok > > Of 475 tests run: > 437 succeeded > 1 failed > 36 had expected failures > 0 succeeded unexpectedly > 1 were skipped > ========================================== > 1 of 3 test suites failed > Please report to [EMAIL PROTECTED] > make[1]: *** [check-local] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2008/07/11 A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]