(precise-amd64)clint@clint-MacBookPro:/tmp/build-juju$ apt-get source juju Reading package lists... Done Building dependency tree Reading state information... Done Need to get 568 kB of source archives. Get:1 http://127.0.0.1/ubuntu/ precise-updates/universe juju 0.5+bzr531-0ubuntu1.2 (dsc) [1567 B] Get:2 http://127.0.0.1/ubuntu/ precise-updates/universe juju 0.5+bzr531-0ubuntu1.2 (tar) [555 kB] Get:3 http://127.0.0.1/ubuntu/ precise-updates/universe juju 0.5+bzr531-0ubuntu1.2 (diff) [10.9 kB] Fetched 568 kB in 2s (206 kB/s) gpgv: Signature made Mon Jun 25 23:46:19 2012 PDT using RSA key ID F4BCB38E gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./juju_0.5+bzr531-0ubuntu1.2.dsc dpkg-source: info: extracting juju in juju-0.5+bzr531 dpkg-source: info: unpacking juju_0.5+bzr531.orig.tar.gz dpkg-source: info: unpacking juju_0.5+bzr531-0ubuntu1.2.debian.tar.gz dpkg-source: info: applying disable-failing-zookeeper-test.patch dpkg-source: info: applying upstream-532.patch dpkg-source: info: applying upstream-533.patch dpkg-source: info: applying upstream-534.patch dpkg-source: info: applying upstream-537.patch dpkg-source: info: applying upstream-538.patch dpkg-source: info: applying upstream-541-542.patch (precise-amd64)clint@clint-MacBookPro:/tmp/build-juju$ cd juju-0.5+bzr531/ (precise-amd64)clint@clint-MacBookPro:/tmp/build-juju/juju-0.5+bzr531$ eatmydata dpkg-buildpackage dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2 dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro dpkg-buildpackage: source package juju dpkg-buildpackage: source version 0.5+bzr531-0ubuntu1.2 dpkg-buildpackage: source changed by Clint Byrum dpkg-buildpackage: host architecture amd64 dpkg-source --before-build juju-0.5+bzr531 fakeroot debian/rules clean dh clean --buildsystem=python_distutils --with python2 dh_testdir -O--buildsystem=python_distutils debian/rules override_dh_auto_clean make[1]: Entering directory `/tmp/build-juju/juju-0.5+bzr531' rm -f debian/manpages/*.partial rm -f debian/manpages/*.1 make[1]: Leaving directory `/tmp/build-juju/juju-0.5+bzr531' dh_clean -O--buildsystem=python_distutils dpkg-source -b juju-0.5+bzr531 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: info: building juju using existing ./juju_0.5+bzr531.orig.tar.gz dpkg-source: info: building juju in juju_0.5+bzr531-0ubuntu1.2.debian.tar.gz dpkg-source: info: building juju in juju_0.5+bzr531-0ubuntu1.2.dsc debian/rules build dh build --buildsystem=python_distutils --with python2 dh_testdir -O--buildsystem=python_distutils dh_auto_configure -O--buildsystem=python_distutils debian/rules override_dh_auto_build make[1]: Entering directory `/tmp/build-juju/juju-0.5+bzr531' PYTHONPATH=`pwd` help2man -N --version-string 0.5+bzr531 --name "juju service orchestration system admin client" \ --include debian/manpages/juju.includes.in bin/juju \ > debian/manpages/juju.1.partial PYTHONPATH=`pwd` help2man -N --version-string 0.5+bzr531 --name "juju bootstrap tool" \ --include debian/manpages/juju-admin.in bin/juju-admin \ > debian/manpages/juju-admin.1.partial for i in `ls bin|grep -v juju` ; do \ PYTHONPATH=`pwd` help2man -N --version-string 0.5+bzr531 --name "Juju charm API commands" \ --include debian/manpages/charm_api.in \ bin/$i > debian/manpages/$i.1.partial ;\ mv debian/manpages/$i.1.partial debian/manpages/$i.1 ;\ done mv -f debian/manpages/juju-admin.1.partial debian/manpages/juju-admin.1 mv -f debian/manpages/juju.1.partial debian/manpages/juju.1 dh override_dh_auto_build --buildsystem=python_distutils --with python2 make[1]: Leaving directory `/tmp/build-juju/juju-0.5+bzr531' debian/rules override_dh_auto_test make[1]: Entering directory `/tmp/build-juju/juju-0.5+bzr531' ./test Using system zookeeper classpath from /etc/zookeeper/conf/environment No handlers could be found for logger "juju.ec2" juju.hooks.tests.test_arguments TestArguments test_bad_keyvalue_pair ... [OK] test_default_socket_argument ... [OK] test_fileinput ... [OK] test_fileinput_missing_file ... [OK] test_fileoutput ... [OK] test_logging ... [OK] test_multiple_keyvalue ... [OK] test_single_keyvalue ... [OK] test_usage ... [OK] test_without_keyvalue_flag ... [OK] juju.hooks.tests.test_cli TestCli test_cli_get ... [OK] test_cli_get_without_settings_name ... [OK] test_cli_no_client_id ... [OK] test_cli_no_socket ... [OK] test_cli_set ... [OK] test_cli_set_fileinput ... [OK] test_empty_invocation ... [OK] test_format_smart ... [OK] test_json_output ... [OK] test_log_format ... [OK] test_log_level ... [OK] test_parse_keyvalue_pairs ... [OK] test_parse_log_level ... [OK] test_parse_port_protocol ... [OK] test_render_error ... [OK] test_special_format ... [OK] juju.hooks.tests.test_communications TestCommunications test_config_get_command ... [OK] test_get_no_such_unit ... [OK] test_list_relations ... [OK] test_log_command ... [OK] test_must_specify_relation_name ... [OK] test_port_commands ... [OK] test_relation_get_command ... [OK] test_relation_ids ... [OK] test_relation_set_command ... [OK] test_relation_with_nonrelation_context ... [OK] test_unit_get_commands ... [OK] juju.hooks.tests.test_executor HookExecutorTest test_debug_hook ... [OK] test_end_debug_with_debug_running ... [OK] test_end_debug_with_exited_process ... [OK] test_end_debug_with_hook_not_started ... [OK] test_executor_running_property ... [OK] test_get_debug_hook_path ... [OK] test_get_debug_hook_path_executable ... [OK] test_hook_exception_propgates ... [OK] test_nonexistant_hook_skipped ... [OK] test_observer ... [OK] test_prioritize_with_queued ... [OK] test_run_priority_hook_while_already_running ... [OK] test_serialized_execution ... [OK] test_start_deferred_ends_on_stop ... [OK] test_start_start ... [OK] test_start_stop_start ... [OK] test_stop_stop ... [OK] juju.hooks.tests.test_invoker ChildRelationHookContextsTest test_get_child_relation_hook_context ... [OK] test_get_child_relation_hook_context_while_removing_relation ... [OK] test_implied_relation_hook_context ... [OK] test_relation_get_with_relation_id_option ... [OK] test_relation_ids ... [OK] test_relation_ids_json_format ... [OK] test_relation_ids_no_relation_name ... [OK] test_relation_list_with_relation_id_option ... [OK] test_relation_set_with_relation_id_option ... [OK] InvokerTest test_environment ... [OK] test_get_remote_unit_arg ... [OK] test_hanging_hook ... [OK] test_logging ... [OK] test_missing_hook ... [OK] test_noexec_hook ... [OK] test_path_setup ... [OK] test_spawn_cli_get_hook ... [OK] test_spawn_cli_get_unit_private_address ... [OK] test_spawn_cli_get_unit_unknown_public_address ... [OK] test_spawn_cli_get_value_hook ... [OK] test_spawn_cli_list_hook_eval ... [OK] test_spawn_cli_list_hook_json ... [OK] test_spawn_cli_list_hook_smart ... [OK] test_spawn_cli_set_can_delete_and_modify ... [OK] test_spawn_cli_set_hook ... [OK] test_spawn_cli_set_noop_only_logs_on_change ... [OK] test_spawn_fail ... [OK] test_spawn_success ... [OK] test_unhandled_signaled_on_hook ... [OK] PortCommandsTest test_close_port_args ... [OK] test_open_and_close_ports ... [OK] test_open_port_args ... [OK] test_path_setup ... [OK] SubordinateRelationInvokerTest test_subordinate_invocation ... [OK] TestCompleteInvoker test_get_from_different_unit ... [OK] test_hook_exec_in_charm_directory ... [OK] test_relation_get_format_shell_bad_vars ... [OK] test_spawn_cli_config_get ... [OK] test_spawn_cli_get_format_shell ... [OK] test_spawn_cli_get_hook_no_args ... [OK] test_spawn_cli_get_implied_unit ... [OK] juju.hooks.tests.test_scheduler HookSchedulerTest test_add_and_immediate_remove_can_ellipse_change ... [OK] test_add_expanded_modified ... [OK] test_add_expanded_on_error ... [OK] test_current_unit_op_changes_while_executing ... [OK] test_depart_hook_error_membership_affects ... [OK] test_empty_state ... [OK] test_hook_error_doesnt_stop_reduction_of_events_in_clock ... [OK] test_ignore_equal_settings_version ... [OK] test_membership_timeslip ... [OK] test_membership_visibility_per_change ... [OK] test_membership_visibility_with_change ... [OK] test_next_unit_op_changes_during_previous_hook_exec ... [OK] test_reduce_add_modify ... [OK] test_reduce_add_remove ... [OK] test_reduce_modify_modify ... [OK] test_reduce_modify_remove ... [OK] test_reduce_modify_remove_add ... [OK] test_reduce_removed_added ... [OK] test_restart_after_error_and_pop_starts_with_next_event ... [OK] test_run_requires_writable_state ... [OK] test_settings_version_0_on_add ... [OK] test_start_stop ... [OK] test_start_stop_start ... [OK] test_state_is_loaded ... [OK] test_state_is_stored ... [OK] test_state_not_stored_mid_tick ... [OK] test_state_stored_after_tick ... [OK] juju.providers.common.tests.test_base MachineProviderBaseTest test_bad_config ... [OK] test_destroy_environment_error ... [OK] test_destroy_environment_success ... [OK] test_get_legacy_config_keys ... [OK] test_get_machine_error ... [OK] test_get_machine_success ... [OK] test_get_provider_placement ... [OK] test_get_serialization_data ... [OK] test_init ... [OK] test_shutdown_machine_error ... [OK] test_shutdown_machine_success ... [OK] juju.providers.common.tests.test_bootstrap BootstrapTest test_bad_storage ... [OK] test_create_zookeeper ... [OK] test_unknown_error ... [OK] test_zookeeper_exists ... [OK] juju.providers.common.tests.test_cloudinit CloudInitTest test_render_bootstrap ... [OK] test_render_bootstrap_with_zookeepers ... [OK] test_render_branch_source ... [OK] test_render_branch_source_if_not_installed ... [OK] test_render_distro_source ... [OK] test_render_normal ... [OK] test_render_ppa_source ... [OK] test_render_proposed_source ... [OK] test_render_validate_bootstrap ... [OK] test_render_validate_normal ... [OK] test_source_validate ... [OK] ParseJujuOriginTest test_distro_installed ... [OK] test_distro_not_installed ... [OK] test_entirely_unknown_input_goes_to_distro ... [OK] test_get_default_origin ... [OK] test_get_default_origin_apt_cache_not_found ... [OK] test_get_default_origin_not_from_system ... [OK] test_juju_package_is_unknown ... [OK] test_multiple_versions_available ... [OK] test_partial_input_goes_to_distro ... [OK] test_ppa_installed ... [OK] juju.providers.common.tests.test_connect ConnectTest test_fast_connection ... [OK] test_no_connection ... [OK] test_none_have_dns_at_first ... [OK] test_not_bootstrapped ... [OK] test_other_error ... [OK] test_share_kwarg ... [OK] test_txzookeeper_error ... [OK] test_wait_for_initialize ... [OK] juju.providers.common.tests.test_files FileStorageTest test_get_file ... [OK] test_get_file_non_existent ... [OK] test_get_url ... [OK] test_put_and_get_file ... [OK] test_put_file_invalid_relative_path ... [OK] test_put_file_relative_path ... [OK] test_put_same_path_multiple ... [OK] juju.providers.common.tests.test_findzookeepers FindZookeepersTest test_bad_machines ... [OK] test_empty_state ... [OK] test_get_machine_error_aborts ... [OK] test_gets_all_good_machines ... [OK] test_good_machine ... [OK] test_no_state ... [OK] juju.providers.common.tests.test_launch LaunchMachineTest test_convenience_launch ... [OK] test_start_nonzookeeper_no_zookeepers ... [OK] test_start_zookeeper_no_zookeepers ... [OK] test_works_with_zookeeper ... [OK] juju.providers.common.tests.test_state LoadStatetest test_load_empty_state ... [OK] test_load_no_file ... [OK] test_load_state ... [OK] test_load_unknown_error ... [OK] SaveStateTest test_save ... [OK] test_save_error ... [OK] juju.providers.common.tests.test_utils CommonProviderTests test_content_utilized ... [OK] test_convert_unknown_error ... [OK] test_convert_unknown_error_ignores_juju_error ... [OK] test_convert_unknown_error_ignores_juju_failure ... [OK] test_convert_unknown_error_with_failure ... [OK] test_invalid_key_specified ... [OK] test_key_retrieval ... [OK] test_qualified_path ... [OK] FormatCloudInitTest test_format_cloud_init_with_data ... [OK] juju.providers.ec2.tests.test_bootstrap EC2BootstrapTest test_launch_bootstrap ... [OK] test_launch_bootstrap_existing_provider_group ... [OK] test_run_with_launch ... [OK] test_run_with_loaded_state ... [OK] juju.providers.ec2.tests.test_files FileStorageTestCase test_get_file ... [OK] test_get_file_error ... [OK] test_get_file_failed_ssl_verification ... [OK] test_get_file_nonexistant ... [OK] test_get_file_unicode ... [OK] test_get_url ... [OK] test_get_url_unicode ... [OK] test_put_file ... [OK] test_put_file_no_bucket ... [OK] test_put_file_unicode ... [OK] test_put_file_unknown_error ... [OK] juju.providers.ec2.tests.test_findzookeeper EC2FindZookeepersTest test_empty_state ... [OK] test_eventual_success ... [OK] test_machines_not_running ... [OK] test_no_hosts ... [OK] test_no_state ... [OK] test_pending_ok ... [OK] test_running_ok ... [OK] juju.providers.ec2.tests.test_getmachines GetMachinesTest test_describe_error ... [OK] test_describe_known_failure ... [OK] test_describe_unknown_failure ... [OK] test_get_all_filters ... [OK] test_get_all_no_results ... [OK] test_get_one ... [OK] test_get_one_error ... [OK] test_get_one_not_found ... [OK] test_get_some_bad_group ... [OK] test_get_some_bad_state ... [OK] test_get_some_success ... [OK] test_get_some_too_few ... [OK] juju.providers.ec2.tests.test_launch EC2MachineLaunchTest test_bad_data ... [OK] test_launch_options_ec2_constraints ... [OK] test_launch_options_from_config_region ... [OK] test_launch_options_generic_constraints ... [OK] test_launch_with_no_juju_s3_state ... [OK] test_launch_with_no_juju_zookeeper_hosts ... [OK] test_provider_launch ... [OK] test_provider_launch_existing_machine_security_group ... [OK] test_provider_launch_existing_machine_security_group_is_active ... [OK] test_provider_launch_existing_security_group ... [OK] test_provider_launch_requires_constraints ... [OK] test_provider_launch_using_branch ... [OK] test_provider_launch_using_explicit_distro ... [OK] test_provider_launch_using_ppa ... [OK] juju.providers.ec2.tests.test_machine EC2ProviderMachineTest test_machine_from_instance ... [OK] juju.providers.ec2.tests.test_provider FailCreateTest test_conflicting_authorized_keys_options ... [OK] ProviderConstraintsTestCase test_constraints ... [OK] test_satisfy_zone_constraint ... [OK] ProviderTestCase test_config_environment_extraction ... [OK] test_config_serialization ... [OK] test_default_service_factory_construction ... [OK] test_get_file_storage ... [OK] test_get_legacy_config_keys ... [OK] test_provider_attributes ... [OK] test_service_factory_construction ... [OK] test_service_factory_construction_region_provides_ec2_uri ... [OK] test_ssl_hostname_verification_config ... [OK] test_warn_on_no_ssl_hostname_verification ... [OK] juju.providers.ec2.tests.test_securitygroup EC2PortMgmtTest test_close_provider_port ... [OK] test_close_provider_port_unknown_instance ... [OK] test_get_provider_opened_ports ... [OK] test_get_provider_opened_ports_unknown_instance ... [OK] test_open_provider_port ... [OK] test_open_provider_port_unknown_instance ... [OK] EC2RemoveGroupsTest test_cannot_delete_machine_security_group ... [OK] test_destroy_environment_security_group ... [OK] test_destroy_environment_security_group_missing ... [OK] test_machine_not_in_machine_security_group ... [OK] test_remove_security_groups ... [OK] test_remove_security_groups_raises_http_timeout ... [OK] test_remove_security_groups_takes_too_long ... [OK] juju.providers.ec2.tests.test_shutdown EC2DestroyTest test_destroy_environment ... [OK] test_s3_failure ... [OK] test_shutdown_no_instances ... [OK] EC2ShutdownMachineTest test_shutdown_machine ... [OK] test_shutdown_machine_invalid_group ... [OK] test_shutdown_machine_invalid_machine ... [OK] test_shutdown_machines_none ... [OK] test_shutdown_machines_some_invalid ... [OK] test_shutdown_machines_some_success ... [OK] juju.providers.ec2.tests.test_state EC2StateTest test_load ... [OK] test_load_nonexistant ... [OK] test_load_nonexistant_bucket ... [OK] test_save ... [OK] test_save_non_existant_bucket ... [OK] juju.providers.ec2.tests.test_utils GetCurrentAmiTest test_bad_url ... [OK] test_current_ami ... [OK] test_current_ami_by_arch ... [OK] test_current_ami_by_region ... [OK] test_current_ami_ssl_verify ... [OK] test_current_ami_with_virtualisation_info ... [OK] test_hvm_request_on_old_series ... [OK] test_umatched_ami ... [OK] GetImageIdTest test_arch_from_instance_constraint ... [OK] test_arch_from_nothing ... [OK] test_config_override_ami_and_instance ... [OK] test_config_override_ami_only ... [OK] test_empty_config ... [OK] test_hvm_from_cluster_instance ... [OK] test_region_from_config ... [OK] test_series_from_config ... [OK] test_ssl_hostname_verification ... [OK] GetInstanceTypeTest test_basic ... [OK] test_config_override ... [OK] test_picks_cheapest ... [OK] test_unsatisfiable ... [OK] juju.providers.local.tests.test_agent ManagedAgentTest test_managed_agent_config ... [OK] test_managed_agent_root ... [SKIPPED] juju.providers.local.tests.test_container GetContainersTest test_get_containers ... [OK] test_get_containers_with_prefix ... [OK] juju.providers.local.tests.test_files FileStorageTest test_get_url ... [OK] WebFileStorageTest test_capture_errors ... [SKIPPED] test_namespacing ... [SKIPPED] test_start_invalid_directory ... [OK] test_start_missing_args ... [OK] test_start_stop ... [SKIPPED] test_upstart ... [OK] juju.providers.local.tests.test_machine LocalMachineTest test_machine_attributes ... [OK] juju.providers.local.tests.test_network NetworkTestCase test_get_network_attributes ... [OK] test_is_running ... [OK] test_start ... [OK] test_start_started_network ... [OK] test_start_stoppped_network ... [OK] test_stop ... [OK] test_stop_nonexistent_network ... [OK] test_stop_stopped_network ... [OK] juju.providers.local.tests.test_pkg PackageInstallTest test_package_handles_unknown ... [OK] test_package_reports_installed ... [OK] test_package_reports_missing ... [OK] juju.providers.local.tests.test_provider LocalProviderTest test_boostrap_previously_bootstrapped ... [OK] test_bootstrap ... [OK] test_connect ... [OK] test_connect_sans_environment ... [OK] test_destroy_environment ... [OK] test_get_file_storage ... [OK] test_get_machines ... [OK] test_get_placement_policy ... [OK] test_provider_type ... [OK] test_shutdown_machine ... [OK] test_start_machine ... [OK] juju.providers.maas.tests.test_auth TestAsciiUrl test_already_ascii_str ... [OK] test_already_ascii_unicode_str ... [OK] test_non_ascii_str ... [OK] test_non_ascii_unicode_hostname ... [OK] test_non_ascii_unicode_path ... [OK] juju.providers.maas.tests.test_files TestMAASFileAPIFunctions test_encode_multipart_data ... [OK] TestMAASFileStorage test_get_succeeds ... [OK] test_get_url ... [OK] test_get_with_bad_filename ... [OK] test_get_with_unexpected_response ... [OK] test_put_succeeds ... [OK] test_put_with_error_returned ... [OK] juju.providers.maas.tests.test_launch LaunchMachineTest test_actually_launch ... [OK] test_failed_launch ... [OK] test_launch_with_name_constraint ... [OK] test_no_available_machines ... [OK] test_no_constraints ... [OK] test_no_machine_id ... [OK] juju.providers.maas.tests.test_maas TestConstraints test_acquire_node_handles_name_constraint ... [OK] test_acquire_node_ignores_unknown_constraints ... [OK] TestFunctions test_extract_system_id ... [OK] test_extract_system_id_empty_uri ... [OK] test_extract_system_id_leading_path_elements ... [OK] test_extract_system_id_not_a_resource_uri ... [OK] test_extract_system_id_with_NODE_JSON ... [OK] TestMAASClientWithTwisted test_acquire_node ... [OK] test_acquire_node_connects_with_oauth_credentials ... [OK] test_acquire_node_uses_relative_path ... [OK] test_get_nodes_connects_with_oauth_credentials ... [OK] test_get_nodes_returns_decoded_json ... [OK] test_get_nodes_takes_resource_uris ... [OK] test_get_nodes_uses_relative_path ... [OK] test_get_respects_absolute_paths ... [OK] test_get_respects_relative_paths ... [OK] test_post_respects_absolute_paths ... [OK] test_post_respects_relative_paths ... [OK] test_release_node ... [OK] test_start_node ... [OK] test_start_node_connects_with_oauth_credentials ... [OK] test_stop_node ... [OK] test_stop_node_connects_with_oauth_credentials ... [OK] TestMAASConnection test_init_config ... [OK] test_init_config_leaves_trailing_slash_on_url ... [OK] test_oauth_sign_request ... [OK] juju.providers.maas.tests.test_machine MAASMachineTest test_from_dict ... [OK] juju.providers.maas.tests.test_provider TestMAASProvider test_close_port ... [OK] test_config_serialization ... [OK] test_constraints ... [OK] test_create ... [OK] test_get_machines ... [OK] test_get_machines_too_few ... [OK] test_get_machines_too_many ... [OK] test_get_opened_ports ... [OK] test_open_port ... [OK] test_precise_only_constraints ... [OK] test_shutdown_machines ... [OK] juju.providers.orchestra.tests.test_bootstrap OrchestraBootstrapTest test_already_bootstrapped ... [OK] test_cannot_modify_machine ... [OK] test_cannot_save_machine ... [OK] test_launch_available_machine ... [OK] test_no_machines_available ... [OK] test_non_auth_error ... [OK] test_non_auth_fault ... [OK] juju.providers.orchestra.tests.test_cobbler AcquireSystemTest test_eventual_success ... [OK] test_find_all_insane ... [OK] test_find_error ... [OK] test_find_failure ... [OK] test_find_no_comprehensible_profile_arch ... [OK] test_get_name_error ... [OK] test_get_name_failure ... [OK] test_get_system_error ... [OK] test_get_system_handle_error ... [OK] test_get_system_handle_failure ... [OK] test_get_system_handle_unknown_fault ... [OK] test_modify_system_error ... [OK] test_modify_system_failure ... [OK] test_save_system_error ... [OK] test_save_system_failure ... [OK] CobblerCallerBadCredentialsTest test_call_error ... [OK] test_call_fail ... [OK] test_check_call_error ... [OK] test_check_call_fail ... [OK] CobblerCallerLoggedInTest test_call_error ... [OK] test_call_success ... [OK] test_call_unknown_fault ... [OK] test_check_call_error ... [OK] test_check_call_failure ... [OK] test_check_call_success ... [OK] test_check_call_unknown_fault ... [OK] CobblerCallerLoginTest test_call_error ... [OK] test_call_success ... [OK] test_call_unknown_fault ... [OK] test_check_call_error ... [OK] test_check_call_failure ... [OK] test_check_call_success ... [OK] test_check_call_unknown_fault ... [OK] CobblerCallerNoAuthTest test_call_error ... [OK] test_call_success ... [OK] test_call_unknown_fault ... [OK] test_check_call_error ... [OK] test_check_call_failure ... [OK] test_check_call_success ... [OK] test_check_call_unknown_fault ... [OK] DescribeSystemsTest test_error ... [OK] test_failure ... [OK] test_not_acquired_some ... [OK] test_success_all ... [OK] test_success_none ... [OK] test_success_some ... [OK] ShutdownSystemTest test_get_name_error ... [OK] test_get_name_failure ... [OK] test_get_name_insane ... [OK] test_get_system_handle_error ... [OK] test_get_system_handle_failure ... [OK] test_get_system_handle_unknown_fault ... [OK] test_get_systems_error ... [OK] test_get_systems_failure ... [OK] test_modify_ks_meta_error ... [OK] test_modify_ks_meta_failure ... [OK] test_modify_mgmt_classes_error ... [OK] test_modify_mgmt_classes_failure ... [OK] test_modify_netboot_enabled_error ... [OK] test_modify_netboot_enabled_failure ... [OK] test_power_error ... [OK] test_power_probably_success_cant_tell ... [OK] test_save_system_error ... [OK] test_save_system_failure ... [OK] StartSystemTest test_actual_success ... [OK] test_get_ks_meta_error ... [OK] test_get_ks_meta_failure ... [OK] test_get_name_error ... [OK] test_get_name_failure ... [OK] test_get_name_insane ... [OK] test_get_system_handle_error ... [OK] test_get_system_handle_failure ... [OK] test_get_system_handle_unknown_fault ... [OK] test_get_systems_error ... [OK] test_get_systems_failure ... [OK] test_modify_ks_meta_error ... [OK] test_modify_ks_meta_failure ... [OK] test_modify_netboot_enabled_error ... [OK] test_modify_netboot_enabled_failure ... [OK] test_modify_profile_error ... [OK] test_modify_profile_failure ... [OK] test_power_error ... [OK] test_save_system_error ... [OK] test_save_system_failure ... [OK] juju.providers.orchestra.tests.test_digestauth DigestAuthenticatorTest test_bad_algorithm ... [OK] test_bad_method ... [OK] test_bad_qop ... [OK] test_missing_keys ... [OK] test_nc_increments ... [OK] test_normal ... [OK] test_qop_choices ... [OK] test_specify_algorithm ... [OK] GetPageAuthHttpTest test_404 ... [OK] test_authenticate ... [OK] test_authenticate_postdata_201 ... [OK] test_authenticate_postdata_204 ... [OK] test_default_method ... [OK] test_other_method ... [OK] GetPageAuthHttpsTest test_404 ... [OK] test_authenticate ... [OK] test_authenticate_postdata_201 ... [OK] test_authenticate_postdata_204 ... [OK] test_default_method ... [OK] test_other_method ... [OK] juju.providers.orchestra.tests.test_files FileStorageGetTest test_get ... [OK] test_get_404 ... [OK] test_get_bad_code ... [OK] test_get_error ... [OK] test_get_url ... [OK] test_get_url_fallback ... [OK] FileStoragePutTest test_auth_201 ... [OK] test_auth_204 ... [OK] test_auth_bad_credentials ... [OK] test_auth_error ... [OK] test_auth_fallback_201 ... [OK] test_auth_fallback_204 ... [OK] test_auth_fallback_error ... [OK] test_no_auth_201 ... [OK] test_no_auth_204 ... [OK] test_no_auth_error ... [OK] juju.providers.orchestra.tests.test_findzookeepers FindZookeepersTest test_bad_instance ... [OK] test_empty_state ... [OK] test_eventual_success ... [OK] test_no_hosts ... [OK] test_no_state ... [OK] juju.providers.orchestra.tests.test_getmachines GetMachinesTest test_multiple_error ... [OK] test_multiple_failure ... [OK] test_multiple_success ... [OK] test_one_error ... [OK] test_one_failure ... [OK] test_one_success ... [OK] juju.providers.orchestra.tests.test_launch LaunchMachineTest test_actually_launch ... [OK] test_launch_error_rollback ... [OK] test_no_acceptable_machines ... [OK] test_no_available_machines ... [OK] test_no_constraints ... [OK] test_no_machine_id ... [OK] test_no_zookeeper ... [OK] juju.providers.orchestra.tests.test_machine MachineTest test_create ... [OK] test_provisioned_state ... [OK] juju.providers.orchestra.tests.test_provider ProviderTestCase test_close_port ... [OK] test_config_serialization ... [OK] test_conflicting_authorized_keys_options ... [OK] test_constraints ... [OK] test_create_provider ... [OK] test_get_opened_ports ... [OK] test_open_port ... [OK] test_satisfy_constraints ... [OK] juju.providers.orchestra.tests.test_shutdown ShutdownTest test_destroy_environment ... [OK] test_destroy_environment_no_machines ... [OK] test_destroy_environment_unwritable ... [OK] test_shutdown_machine ... [OK] test_shutdown_machine_missing ... [OK] test_shutdown_machine_unowned ... [OK] test_shutdown_machines_none ... [OK] test_shutdown_machines_some_good ... [OK] test_shutdown_machines_some_missing ... [OK] test_shutdown_machines_some_unowned ... [OK] juju.providers.orchestra.tests.test_state StateTest test_load ... [OK] test_save ... [OK] juju.providers.tests.test_dummy DummyProviderTest test_bootstrap ... [OK] test_connect ... [OK] test_connect_with_sharing ... [OK] test_destroy_environment ... [OK] test_destroy_environment_returns_machines ... [OK] test_environment_name ... [OK] test_file_storage_returns_same_storage ... [OK] test_get_machine ... [OK] test_get_machines ... [OK] test_get_placement_policy ... [OK] test_get_serialization_data ... [OK] test_load_state ... [OK] test_port_exposing ... [OK] test_provider_type ... [OK] test_save_state ... [OK] test_shutdown_machine ... [OK] test_shutdown_rejects_invalid_machine ... [OK] test_shutdown_rejects_unknown_machine ... [OK] test_start_machine ... [OK] test_start_machine_accepts_machine_data ... [OK] test_start_machine_requires_machine_id ... [OK] test_start_machine_with_dns_name ... [OK] juju.charm.tests.test_base CharmBaseTest test_compute_and_cache_sha256 ... [OK] test_unsupported ... [OK] GetRevisionTest test_metadata_fallback ... [OK] test_with_content ... [OK] juju.charm.tests.test_bundle BundleTest test_as_bundle ... [OK] test_as_directory ... [OK] test_bundled_config ... [OK] test_cannot_set_revision ... [OK] test_charm_base_inheritance ... [OK] test_competing_revisions ... [OK] test_compute_sha256 ... [OK] test_error_not_zip ... [OK] test_error_zip_but_doesnt_have_metadata_file ... [OK] test_executable_extraction ... [OK] test_extract_symlink ... [OK] test_extract_symlink_mode ... [OK] test_extract_to ... [OK] test_file_handle_as_path ... [OK] test_info ... [OK] test_initialization ... [OK] test_no_revision_at_all ... [OK] test_revision_in_metadata ... [OK] juju.charm.tests.test_config ConfigOptionsTest test_as_dict ... [OK] test_defaults ... [OK] test_defaults_validated ... [OK] test_load ... [OK] test_load_file ... [OK] test_parse ... [OK] test_validate ... [OK] test_validate_boolean ... [OK] test_validate_float ... [OK] test_validate_integer ... [OK] test_validate_string ... [OK] test_validate_with_obsolete_str ... [OK] juju.charm.tests.test_directory DirectoryTest test_as_bundle ... [OK] test_as_bundle_file_lifetime ... [OK] test_as_bundle_with_relative_path ... [OK] test_as_directory ... [OK] test_charm_base_inheritance ... [OK] test_competing_revisions ... [OK] test_compute_sha256 ... [OK] test_config ... [OK] test_extract_symlink ... [OK] test_file_type ... [OK] test_info ... [OK] test_internal_symlink ... [OK] test_make_archive ... [OK] test_metadata_is_required ... [OK] test_no_revision ... [OK] test_nonsense_revision ... [OK] test_revision_in_metadata ... [OK] test_set_revision ... [OK] juju.charm.tests.test_errors CharmErrorsTest test_CharmNotFound ... [OK] test_CharmURLError ... [OK] test_InvalidCharmFile ... [OK] test_InvalidCharmHook ... [OK] test_MetaDataError ... [OK] test_NewerCharmNotFound ... [OK] test_RepositoryNotFound ... [OK] test_ServiceConfigError ... [OK] juju.charm.tests.test_metadata MetaDataTest test_check_basic_info_before_loading ... [OK] test_get_serialized_data ... [OK] test_is_subordinate ... [OK] test_load_calls_parse_calls_parse_serialzation_data ... [OK] test_load_missing_file ... [OK] test_metadata_parse_error_includes_path_with_load ... [OK] test_name_summary_and_description_are_utf8 ... [OK] test_parse_and_check_basic_info ... [OK] test_parse_with_revision ... [OK] test_path_argument_loads_charm_info ... [OK] test_provide_implicit_relation ... [OK] test_schema_error_includes_path_with_load ... [OK] test_scope_constraint ... [OK] test_subordinate_without_container_relation ... [OK] ParseTest test_interface_expander ... [OK] test_mysql_sample ... [OK] test_riak_sample ... [OK] test_wordpress_sample ... [OK] juju.charm.tests.test_provider CharmFromPathTest test_charm_from_path ... [OK] juju.charm.tests.test_publisher CharmPublisherTest test_add_charm_already_known ... [OK] test_add_charm_and_publish ... [OK] test_add_charm_with_concurrent ... [OK] test_add_charm_with_concurrent_removal ... [OK] test_published_charm_sans_unicode ... [OK] EnvironmentPublisherTest test_publisher_for_environment ... [OK] juju.charm.tests.test_repository LocalRepositoryTest test_bad_path ... [OK] test_broken_charm_config_ignored ... [OK] test_broken_charm_metadata_ignored ... [OK] test_completely_missing ... [OK] test_find_inappropriate_url ... [OK] test_invalid_charm_config_ignored ... [OK] test_no_path ... [OK] test_no_revision_gets_latest ... [OK] test_random_error_logged ... [OK] test_repo_type ... [OK] test_success_bundled ... [OK] test_success_unbundled ... [OK] test_unknown_directories_ignored ... [OK] test_unknown_files_ignored ... [OK] RemoteRepositoryTest test_find_cached_hash_mismatch ... [OK] test_find_charm_revision_mismatch ... [OK] test_find_download_error ... [OK] test_find_downloaded_hash_mismatch ... [OK] test_find_info_bad_revision ... [OK] test_find_info_http_error ... [OK] test_find_info_store_error ... [OK] test_find_info_store_warning ... [OK] test_find_plain_cached ... [OK] test_find_plain_uncached ... [OK] test_find_revision_cached ... [OK] test_find_revision_uncached ... [OK] test_find_user_cached ... [OK] test_find_user_uncached ... [OK] test_latest_http_error ... [OK] test_latest_plain ... [OK] test_latest_revision ... [OK] test_latest_store_error ... [OK] test_latest_store_warning ... [OK] test_latest_user ... [OK] test_repo_type ... [OK] ResolveTest test_resolve_local ... [OK] test_resolve_nonsense ... [OK] test_resolve_remote ... [OK] juju.charm.tests.test_url CharmCollectionTest test_str ... [OK] CharmURLTest test_cannot_infer ... [OK] test_cannot_parse ... [OK] test_infer ... [OK] test_parse ... [OK] test_revision ... [OK] juju.state.tests.test_agent AgentDomainTest test_connect_agent ... [OK] test_has_agent ... [OK] test_watch_agent ... [OK] juju.state.tests.test_auth AuthTestCase test_make_ace ... [OK] test_make_ace_no_perms ... [OK] test_make_ace_with_false_raises ... [OK] test_make_ace_with_nonbool_raises ... [OK] test_make_ace_with_unknown_perm ... [OK] test_make_identity ... [OK] test_make_identity_invalid_credential ... [OK] test_make_identity_with_colon_in_password ... [OK] test_unknown_scheme_raises_assertion ... [OK] test_world_scheme ... [OK] juju.state.tests.test_base StateBaseTest test_change_empty_topology ... [OK] test_change_non_empty_topology ... [OK] test_non_empty_topology ... [OK] test_read_empty_topology ... [OK] test_stop_watch ... [OK] test_watch_stops_on_closed_connection ... [OK] test_watch_stops_on_early_closed_connection ... [OK] test_watch_topology_may_defer ... [OK] test_watch_topology_when_being_created ... [OK] test_watch_topology_when_it_already_exists ... [OK] test_watch_topology_when_it_goes_missing ... [OK] juju.state.tests.test_charm CharmStateManagerTest test_add_charm ... [OK] test_charm_state_attributes ... [OK] test_charm_state_config_options ... [OK] test_charm_state_is_subordinate ... [OK] test_charm_state_metadata ... [OK] test_get_charm ... [OK] test_get_non_existing_charm ... [OK] test_get_non_existing_charm_prior_to_initialization ... [OK] test_get_sha256 ... [OK] test_is_subordinate ... [OK] juju.state.tests.test_endpoint RelationEndpointTest test_may_relate_to ... [OK] juju.state.tests.test_environment EnvironmentStateManagerTest test_get_config ... [OK] test_get_config_when_missing ... [OK] test_get_constraint_set ... [OK] test_get_constraint_set_no_env ... [OK] test_get_constraints_env_with_no_node ... [OK] test_get_constraints_no_env ... [OK] test_get_in_legacy_environment_no ... [OK] test_get_in_legacy_environment_yes ... [OK] test_set_config_state ... [OK] test_set_config_state_replaces_environment ... [OK] test_set_constraints ... [OK] GlobalSettingsTest test_get_debug_log_enabled_no_settings_default ... [OK] test_get_set_provider_type ... [OK] test_set_debug_log ... [OK] test_watcher ... [OK] test_watcher_start_stop ... [OK] test_watcher_stops_on_callback_exception ... [OK] juju.state.tests.test_errors StateErrorsTest test_ambiguous_relation ... [OK] test_bad_descriptor ... [OK] test_bad_service_name ... [OK] test_charm_not_found ... [OK] test_duplicate_endpoints ... [OK] test_environment_not_found ... [OK] test_illegal_subordinate_machine_assignment ... [OK] test_incompatible_endpoints ... [OK] test_invalid_relation_ident ... [OK] test_machine_already_assigned ... [OK] test_machine_in_use ... [OK] test_machine_not_found ... [OK] test_no_matching_endpoints ... [OK] test_no_unused_machines ... [OK] test_not_subordinate_charm ... [OK] test_principal_not_found ... [OK] test_principal_service_unit_required ... [OK] test_relation_already_exists ... [OK] test_relation_broken_context ... [OK] test_relation_state_not_found ... [OK] test_service_name_in_use ... [OK] test_service_not_found ... [OK] test_service_unit_not_found ... [OK] test_state_changed ... [OK] test_subordinate_used_as_container ... [OK] test_unit_already_in_debug_mode ... [OK] test_unit_already_in_relation_resolved_mode ... [OK] test_unit_already_in_resolved_mode ... [OK] test_unit_already_marked_for_upgrade ... [OK] test_unit_machine_not_assigned ... [OK] test_unit_missing_container ... [OK] test_unit_relation_state_exists ... [OK] test_unit_relation_state_not_found ... [OK] test_unknown_relation_role ... [OK] test_unsupported_subordinate_service_removal ... [OK] juju.state.tests.test_firewall FirewallMachineTest test_late_expose_properly_triggers ... [OK] test_open_close_ports_in_stopped_agent_stops_watch ... [OK] test_open_close_ports_on_machine ... [OK] test_open_close_ports_on_machine_not_yet_provided ... [OK] test_open_close_ports_on_machine_unexposed_service ... [OK] test_open_close_ports_on_machine_will_retry ... [OK] test_open_close_ports_on_unassigned_machine ... [OK] test_process_machine_ignores_stop_watcher ... [OK] test_watches_trigger_port_mgmt ... [OK] FirewallObserversTest test_observe_open_close_ports ... [OK] test_observe_open_close_ports_on_machine ... [OK] FirewallServiceTest test_add_remove_service_units_for_exposed_service ... [OK] test_open_close_ports ... [OK] test_port_mgmt_for_unexposed_service_is_a_nop ... [OK] test_provisioning_agent_restart ... [OK] test_remove_service_state ... [OK] test_service_exposed_flag_changes ... [OK] juju.state.tests.test_hook DepartedRelationHookContextTest test_config_get ... [OK] test_config_get_cache ... [OK] test_delete_value ... [OK] test_get_members ... [OK] test_get_other ... [OK] test_get_self ... [OK] test_get_self_by_name ... [OK] test_get_value_other ... [OK] test_get_value_self ... [OK] test_has_read ... [OK] test_hook_knows_service ... [OK] test_hook_knows_unit_state ... [OK] test_relation_ident ... [OK] test_set ... [OK] test_set_value ... [OK] HookContextTest test_config_get ... [OK] test_config_get_cache ... [OK] test_get_relation_idents ... [OK] test_hook_knows_service ... [OK] test_hook_knows_unit_state ... [OK] RelationChangeTest test_change_properties ... [OK] RelationHookContextTest test_config_get ... [OK] test_config_get_cache ... [OK] test_delete_nonexistent_value ... [OK] test_delete_value ... [OK] test_empty_flush_maintains_value ... [OK] test_flush_merges_setting_values ... [OK] test_get ... [OK] test_get_members ... [OK] test_get_members_peer ... [OK] test_get_relation_hook_context ... [OK] test_get_relation_hook_context_while_removing_relation ... [OK] test_get_relation_id_and_scope ... [OK] test_get_relation_idents ... [OK] test_get_self_value ... [OK] test_get_uses_copied_dict ... [OK] test_get_value ... [OK] test_hook_knows_service ... [OK] test_hook_knows_unit_state ... [OK] test_invalid_get_relation_id_and_scope ... [OK] test_set ... [OK] test_set_value ... [OK] test_set_value_existing_setting ... [OK] test_tracking_read_nodes ... [OK] SubordinateRelationHookContextTest test_get_departed_members ... [OK] test_get_members_subordinate_context ... [OK] test_get_self ... [OK] test_get_settings_path ... [OK] juju.state.tests.test_initialize LayoutTest test_initialize ... [OK] juju.state.tests.test_machine MachineStateManagerTest test_add_machine ... [OK] test_get_all_machine_states ... [OK] test_get_all_service_unit_states ... [OK] test_get_all_service_unit_states_chaining ... [OK] test_get_instance_id_when_machine_is_removed ... [OK] test_get_machine_and_check_attributes ... [OK] test_get_machine_not_found ... [OK] test_get_unset_instance_id ... [OK] test_get_unset_instance_id_when_node_has_data ... [OK] test_incomplete_constraints ... [OK] test_machine_agent ... [OK] test_machine_cannot_be_removed_if_assigned ... [OK] test_machine_str_representation ... [OK] test_missing_constraints ... [OK] test_remove_machine ... [OK] test_remove_machine_with_agent ... [OK] test_set_and_get_instance_id ... [OK] test_set_functions ... [OK] test_set_instance_id_if_machine_state_is_removed ... [OK] test_set_instance_id_preserves_existing_data ... [OK] test_watch_machines_initial_callback ... [OK] test_watch_machines_may_defer ... [OK] test_watch_machines_when_being_created ... [OK] test_watch_machines_with_changing_topology ... [OK] test_watch_service_units_in_machine ... [OK] test_watch_service_units_processes_current_state ... [OK] test_watch_unassignment_and_removal_at_once ... [OK] test_watch_units_may_defer ... [OK] juju.state.tests.test_placement TestPlacement test_local_placement ... [OK] test_pick_policy ... [OK] test_unassign_placement ... [OK] juju.state.tests.test_relation RelationStateManagerTest test_add_binary_relation_state_twice ... [OK] test_add_peer_relation_state_twice ... [OK] test_add_relation_state ... [OK] test_add_relation_state_bad_relation_role ... [OK] test_add_relation_state_duplicate_peer_endpoints ... [OK] test_add_relation_state_endpoints_duplicate_role ... [OK] test_add_relation_state_no_endpoints ... [OK] test_add_relation_state_relation_type_unshared ... [OK] test_add_relation_state_scope_container_relation ... [OK] test_add_relation_state_scope_container_relation_2_containers ... [OK] test_add_relation_state_scope_container_scoped_principal ... [OK] test_add_relation_state_to_missing_service ... [OK] test_add_relation_state_too_many_endpoints ... [OK] test_get_relation_state ... [OK] test_get_relation_state_missing_relation ... [OK] test_get_relations_for_service ... [OK] test_get_relations_for_service_with_none ... [OK] test_remove_relation_state ... [OK] test_remove_relation_state_with_service_state ... [OK] test_remove_relation_with_changing_state ... [OK] ServiceRelationStateTest test_add_unit_state ... [OK] test_add_unit_state_scope_container_relation ... [OK] test_add_unit_state_with_preexisting_presence ... [OK] test_add_unit_state_with_preexisting_settings ... [OK] test_get_all_service_states ... [OK] test_get_relation_ident ... [OK] test_get_unit_state ... [OK] test_get_unit_state_nonexistant ... [OK] test_presence_node_is_ephemeral ... [OK] test_property_internal_relation_id ... [OK] test_property_internal_service_id ... [OK] test_property_relation_id ... [OK] test_property_relation_name ... [OK] test_property_relation_role ... [OK] test_repr ... [OK] UnitRelationStateTest test_get_data ... [OK] test_get_related_unit_container ... [OK] test_get_relation_role ... [OK] test_get_relation_role_on_removed_relation ... [OK] test_get_relation_role_on_removed_service ... [OK] test_properties ... [OK] test_set_data ... [OK] test_watch_client_server_with_existing_service ... [OK] test_watch_client_server_with_new_service ... [OK] test_watch_concurrent_callback_execution ... [OK] test_watch_deleted_modify_notifications ... [OK] test_watch_peer ... [OK] test_watch_role_container_created_concurrently ... [OK] test_watch_server_client_with_new_service ... [OK] test_watch_server_client_with_new_subordinate_service ... [OK] test_watch_start_existing_service ... [OK] test_watch_start_new_service ... [OK] test_watch_start_stop_start_with_existing_service ... [OK] test_watch_start_stop_start_with_new_service ... [OK] test_watch_unknown_relation_role_error ... [OK] test_watch_user_callback_invocation_delays_child_watch ... [OK] test_watch_user_callback_invocation_delays_node_watch ... [OK] test_watch_with_settings_deleted ... [OK] juju.state.tests.test_security ACLTest test_acl_on_non_existant_node ... [OK] test_acl_without_admin ... [OK] test_grant ... [OK] test_grant_additive ... [OK] test_grant_not_in_token_database ... [OK] test_prohibit ... [OK] test_prohibit_non_existant_node ... [OK] test_prohibit_not_in_acl ... [OK] GroupPrincipalTests test_activate ... [OK] test_add_member ... [OK] test_create ... [OK] test_get_token ... [OK] test_initialize ... [OK] test_remove_member ... [OK] test_uninitialized_usage ... [OK] OTPPrincipalTests test_consume ... [OK] test_create ... [OK] test_get_token ... [OK] test_serialize ... [OK] test_using_uncreated_raises ... [OK] PolicyTest test_default_no_owner_no_rules_gives_admin_access ... [OK] test_default_no_rules_gives_global_authenticated_access ... [OK] test_owner_ace ... [OK] test_rule_match_suppress_open_access ... [OK] test_rule_that_returns_deferred ... [OK] PrincipalTests test_activate ... [OK] test_get_token ... [OK] test_name ... [OK] SecureConnectionTest test_create_with_policy ... [OK] test_create_without_policy ... [OK] TokenDatabaseTest test_add ... [OK] test_get ... [OK] test_get_nonexistant ... [OK] test_remove ... [OK] juju.state.tests.test_service ExposedFlagTest test_set_and_clear_exposed_flag ... [OK] test_stop_watch_exposed_flag ... [OK] test_watch_exposed_flag ... [OK] test_watch_exposed_flag_waits_on_slow_callbacks ... [OK] PortsTest test_close_open_port ... [OK] test_get_open_ports ... [OK] test_open_ports_znode_representation ... [OK] test_parse_service_name ... [OK] test_stop_watch_ports ... [OK] test_watch_config_options ... [OK] test_watch_ports ... [OK] test_watch_ports_slow_callbacks ... [OK] ServiceStateManagerTest test_add_service ... [OK] test_add_service_unit_and_check_attributes ... [OK] test_add_service_unit_with_changing_state ... [OK] test_add_service_unit_with_container ... [OK] test_add_service_with_duplicated_name ... [OK] test_add_unit_state_combines_constraints ... [OK] test_assign_unit_to_machine ... [OK] test_assign_unit_to_machine_again_fails ... [OK] test_assign_unit_to_machine_with_changing_state ... [OK] test_assign_unit_to_unused_machine ... [OK] test_assign_unit_to_unused_machine_bad_constraints ... [OK] test_assign_unit_to_unused_machine_none_available ... [OK] test_assign_unit_to_unused_machine_only_machine_zero ... [OK] test_assign_unit_to_unused_machine_with_changing_state_service ... [OK] test_assign_unit_to_unused_machine_with_changing_state_service_unit ... [OK] test_bad_descriptors ... [OK] test_descriptor_for_missing_service ... [OK] test_descriptor_for_services_without_charms ... [OK] test_enable_debug_all_and_named_is_error ... [OK] test_enable_debug_hook ... [OK] test_enable_debug_hook_lifetime ... [OK] test_enable_debug_hook_pre_existing ... [OK] test_enable_debug_multiple_named_hooks ... [OK] test_enable_debug_requires_sequence ... [OK] test_enable_named_debug_hook ... [OK] test_get_all_service_states ... [OK] test_get_all_unit_states ... [OK] test_get_all_unit_states_with_changing_state ... [OK] test_get_charm_id ... [OK] test_get_charm_state ... [OK] test_get_container_no_principal ... [OK] test_get_missing_service_constraints ... [OK] test_get_missing_unit_constraints ... [OK] test_get_relation_endpoints_service_name ... [OK] test_get_relation_endpoints_service_name_relation_name ... [OK] test_get_service_and_check_attributes ... [OK] test_get_service_charm_id ... [OK] test_get_service_constraints ... [OK] test_get_service_constraints_inherits ... [OK] test_get_service_not_found ... [OK] test_get_service_unit ... [OK] test_get_service_unit_not_found ... [OK] test_get_service_unit_with_bad_service_name ... [OK] test_get_service_unit_with_changing_state ... [OK] test_get_set_clear_relation_resolved ... [OK] test_get_set_clear_resolved ... [OK] test_get_set_private_address ... [OK] test_get_set_public_address ... [OK] test_get_unit_names ... [OK] test_get_unit_state ... [OK] test_join_descriptors_no_common_relation ... [OK] test_join_descriptors_no_service_state ... [OK] test_join_descriptors_service_name ... [OK] test_join_descriptors_service_name_relation_name ... [OK] test_join_peer_descriptors ... [OK] test_remove_service_state ... [OK] test_remove_service_unit ... [OK] test_remove_service_unit_nonexistant ... [OK] test_service_config_get_returns_new ... [OK] test_service_config_get_set ... [OK] test_service_unit_agent ... [OK] test_set_and_clear_upgrade_flag ... [OK] test_set_charm_id ... [OK] test_set_functions ... [OK] test_set_service_charm_id ... [OK] test_set_service_constraints ... [OK] test_stop_watch_relation_resolved ... [OK] test_stop_watch_resolved ... [OK] test_unassign_unit_from_machine ... [OK] test_unassign_unit_from_machine_with_changing_state ... [OK] test_unassign_unit_from_machine_without_being_assigned ... [OK] test_watch_debug_hook_once ... [OK] test_watch_debug_hook_permanent ... [OK] test_watch_debug_hook_processes_current_state ... [OK] test_watch_debug_hook_waits_on_slow_callbacks ... [OK] test_watch_relation_resolved ... [OK] test_watch_relation_resolved_processes_current_state ... [OK] test_watch_relation_resolved_slow_callback ... [OK] test_watch_relations_may_defer ... [OK] test_watch_relations_processes_current_state ... [OK] test_watch_relations_when_being_created ... [OK] test_watch_resolved ... [OK] test_watch_resolved_processes_current_state ... [OK] test_watch_resolved_slow_callback ... [OK] test_watch_service_units_initial_callback ... [OK] test_watch_service_units_may_defer ... [OK] test_watch_service_units_when_being_created ... [OK] test_watch_service_units_with_changing_topology ... [OK] test_watch_services_initial_callback ... [OK] test_watch_services_may_defer ... [OK] test_watch_services_when_being_created ... [OK] test_watch_services_with_changing_topology ... [OK] test_watch_upgrade_flag_once ... [OK] test_watch_upgrade_flag_permanent ... [OK] test_watch_upgrade_flag_waits_on_slow_callbacks ... [OK] test_watch_upgrade_processes_current_state ... [OK] juju.state.tests.test_sshclient SSHClientTest test_close_while_not_connected_does_nothing ... [OK] test_connect ... [OK] test_connect_invalid_host ... [OK] test_connect_invalid_user ... [OK] test_connect_no_connection ... [OK] test_connect_timeout ... [OK] test_connect_tunnel_portwatcher_timeout ... [OK] test_internal_connect_behavior ... [OK] test_is_zookeeper_client ... [OK] test_new_timeout_after_port_probe ... [OK] test_share_connection ... [OK] test_tunnel_client_error ... [OK] test_tunnel_port_open_error ... [OK] juju.state.tests.test_sshforward ConnectionTest test_connect_with_key ... [OK] test_forward_with_invalid_key ... [OK] test_invalid_forward_args ... [OK] test_prepare_ssh_sharing_auto_master ... [OK] test_prepare_ssh_sharing_not_master ... [OK] test_ssh_spawn ... [OK] test_ssh_spawn_sharing ... [OK] test_tunnel_protocol_closes_on_error ... [OK] test_tunnel_protocol_ignores_warnings ... [OK] test_tunnel_protocol_logs_errors ... [OK] test_tunnel_protocol_notes_connection_refused ... [OK] test_tunnel_protocol_notes_invalid_host ... [OK] test_tunnel_protocol_notes_invalid_key ... [OK] juju.state.tests.test_topology InternalTopologyMapTest test_add_duplicated_machine ... [OK] test_add_duplicated_service ... [OK] test_add_duplicated_service_unit ... [OK] test_add_machine ... [OK] test_add_relation ... [OK] test_add_service ... [OK] test_add_service_unit ... [OK] test_add_service_unit_to_different_service ... [OK] test_add_service_unit_to_non_existing_service ... [OK] test_add_service_unit_with_container ... [OK] test_add_services_with_duplicated_names ... [OK] test_assign_service_to_relation ... [OK] test_assign_service_unit_machine_twice ... [OK] test_assign_service_unit_machine_with_non_existing_machine ... [OK] test_assign_service_unit_machine_with_non_existing_service ... [OK] test_assign_service_unit_machine_with_non_existing_service_unit ... [OK] test_assign_service_unit_to_machine ... [OK] test_dump_and_parse ... [OK] test_find_service_unit_with_sequence ... [OK] test_find_service_unit_with_sequence_using_non_existing_service ... [OK] test_find_service_with_name ... [OK] test_get_machines ... [OK] test_get_relation_between_dyadic_endpoints ... [OK] test_get_relation_between_dyadic_endpoints_missing_assignment ... [OK] test_get_relation_between_dyadic_endpoints_wrong_relation_name ... [OK] test_get_relation_between_monadic_endpoints ... [OK] test_get_relation_service ... [OK] test_get_relation_type ... [OK] test_get_relations ... [OK] test_get_relations_for_service ... [OK] test_get_service_name ... [OK] test_get_service_name_with_non_existing_service ... [OK] test_get_service_unit_machine ... [OK] test_get_service_unit_machine_with_non_existing_service ... [OK] test_get_service_unit_machine_with_non_existing_service_unit ... [OK] test_get_service_unit_name ... [OK] test_get_service_unit_name_from_id ... [OK] test_get_service_unit_service ... [OK] test_get_service_units ... [OK] test_get_service_units_in_machine ... [OK] test_get_service_units_in_machine_with_non_existing_machine ... [OK] test_get_service_units_with_non_existing_service ... [OK] test_get_services ... [OK] test_get_services_for_relations ... [OK] test_get_unit_service_id_from_name ... [OK] test_get_unit_service_with_non_existing_service_or_unit ... [OK] test_get_unit_service_with_non_existing_unit ... [OK] test_global_unique_service_names ... [OK] test_has_machine ... [OK] test_has_relation ... [OK] test_has_relation_between_dyadic_endpoints ... [OK] test_has_relation_between_dyadic_endpoints_missing_assignment ... [OK] test_has_relation_between_dyadic_endpoints_wrong_relation_name ... [OK] test_has_relation_between_monadic_endpoints ... [OK] test_has_service ... [OK] test_has_service_units ... [OK] test_has_service_units_with_non_existing_service ... [OK] test_incompatible_version ... [OK] test_machine_has_units ... [OK] test_relation_has_service ... [OK] test_remove_machine ... [OK] test_remove_machine_with_assigned_units ... [OK] test_remove_non_existent_machine ... [OK] test_remove_non_existent_service ... [OK] test_remove_non_existent_service_unit ... [OK] test_remove_principal_service ... [OK] test_remove_principal_service_unit ... [OK] test_remove_relation ... [OK] test_remove_service ... [OK] test_remove_service_unit ... [OK] test_remove_service_with_relations ... [OK] test_remove_subordinate_service ... [OK] test_remove_subordinate_service_unit ... [OK] test_reset ... [OK] test_service_unit_sequencing ... [OK] test_unassign_service_from_relation ... [OK] test_unassign_service_unit_from_machine ... [OK] test_unassign_service_unit_from_machine_when_not_assigned ... [OK] test_unassign_service_unit_with_non_existing_service ... [OK] test_unassign_service_unit_with_non_existing_unit ... [OK] TestMigrations test_migration_v1_to_unknown ... [OK] juju.state.tests.test_utils ChangeItemsTest test_added_item ... [OK] test_deleted_item ... [OK] test_modified_item ... [OK] DictMergeTest test_merge_conflict ... [OK] test_merge_matching_keys_same_value ... [OK] test_merge_no_match ... [OK] OpenPortTest test_get_open_port ... [OK] test_get_open_port_with_host ... [OK] PortWait test_connect ... [OK] test_existing_connect ... [OK] test_listen ... [OK] test_listen_nothing_there ... [OK] test_listen_on_connect_returns ... [OK] test_listen_unknown_error_raises ... [OK] test_listen_unknown_socket_error_raises ... [OK] test_listen_wait_stops_when_watcher_stopped ... [OK] test_on_connect_returns ... [OK] test_unknown_error_raises ... [OK] test_unknown_socket_error_raises ... [OK] test_wait_stops_when_watcher_stopped ... [OK] test_wait_until_timeout_raises_timeout ... [OK] RemoveTreeTest test_remove_tree ... [OK] YAMLStateNodeMixinTest test_error_when_no_node ... [OK] test_get_empty ... [OK] test_get_exists ... [OK] test_get_missing ... [OK] test_set_empty ... [OK] test_set_safely ... [OK] YAMLStateTest test_access_wo_create ... [OK] test_conflict_on_set ... [OK] test_del_empties_state ... [OK] test_dictmixin_usage ... [OK] test_get_empty ... [OK] test_multiple_reads ... [OK] test_multiple_writes ... [OK] test_read_requires_node ... [OK] test_read_resync ... [OK] test_set_w_write ... [OK] test_set_wo_read ... [OK] test_set_wo_write ... [OK] test_setitem ... [OK] test_write_twice ... [OK] juju.control.tests.test_add_relation ControlAddRelationTest test_add_peer_relation ... [OK] test_add_relation ... [OK] test_add_relation_method ... [OK] test_add_relation_multiple ... [OK] test_ambiguous_pairing ... [OK] test_invalid_environment ... [OK] test_missing_charm ... [OK] test_missing_service_added ... [OK] test_no_common_relation_type ... [OK] test_relate_to_implicit ... [OK] test_relation_added_twice ... [OK] test_too_many_arguments_provided ... [OK] test_use_relation_name ... [OK] test_verbose_flag ... [OK] test_with_no_args ... [OK] juju.control.tests.test_add_unit ControlAddUnitTest test_add_multiple_units ... [OK] test_add_unit ... [OK] test_add_unit_reuses_machines ... [OK] test_add_unit_subordinate_service ... [OK] test_add_unit_unknown_service ... [OK] test_legacy_option_in_fresh_env ... [OK] test_legacy_option_in_legacy_env ... [OK] test_policy_from_environment ... [OK] juju.control.tests.test_admin AdminCommandOptionTest test_admin_subcommand_execution ... [OK] juju.control.tests.test_bootstrap ControlBootstrapTest test_bootstrap ... [OK] test_bootstrap_invalid_environment_specified ... [OK] test_bootstrap_legacy_config_keys ... [OK] test_bootstrap_multiple_environments_no_default_specified ... [OK] juju.control.tests.test_config_get ControlJujuGetTest test_get_service_config ... [OK] test_get_service_config_with_no_value ... [OK] test_set_invalid_service ... [OK] juju.control.tests.test_config_set ControlJujuSetTest test_config_and_cli_options_errors ... [OK] test_multiple_calls_with_defaults ... [OK] test_set_and_get ... [OK] test_set_invalid_option ... [OK] test_set_invalid_service ... [OK] test_set_valid_option ... [OK] test_set_with_config_file ... [OK] test_set_with_garbage_file ... [OK] test_set_with_invalid_file ... [OK] juju.control.tests.test_constraints_get ConstraintsGetTest test_all ... [OK] test_env ... [OK] test_machine ... [OK] test_service ... [OK] test_syncs_environment ... [OK] test_unit ... [OK] juju.control.tests.test_constraints_set ControlSetConstraintsTest test_bad_service_constraint ... [OK] test_environment_constraint ... [OK] test_legacy_environment ... [OK] test_set_service_constraints ... [OK] juju.control.tests.test_control ControlCommandOptionTest test_command_suboption ... [OK] ControlInitiailizationTest test_write_sample_config ... [OK] ControlLoggingTest test_default_loggers ... [OK] test_default_logging ... [OK] test_logging_format ... [OK] test_verbose_logging ... [OK] ControlOutputTest test_custom_parser_does_not_extend_to_subcommand ... [OK] test_sans_args_produces_help ... [OK] ControlUtilityTest test_ensure_abs_path_relative ... [OK] test_ensure_abs_path_with_stdout_symbol ... [OK] test_ensured_abs_path ... [OK] test_ensured_abs_path_with_existing ... [OK] TestCommander test_call_with_deferrred ... [OK] test_call_with_deferrred_exception ... [OK] test_call_without_deferred ... [OK] test_invalid_callback ... [OK] test_run_invalid_call ... [OK] test_verbose_error_with_traceback ... [OK] test_verbose_successful ... [OK] juju.control.tests.test_debug_hooks ControlDebugHookTest test_debug_hook ... [OK] test_debug_hook_invalid_hook_name ... [OK] test_debug_hook_invalid_service ... [OK] test_debug_hook_invalid_unit_name ... [OK] test_debug_hook_unit_agent_not_available ... [OK] test_standard_named_debug_hook ... [OK] juju.control.tests.test_debug_log ControlDebugLogTest test_complex_filter ... [OK] test_exclude_agent ... [OK] test_exclude_log ... [OK] test_include_agent ... [OK] test_include_log ... [OK] test_log_file ... [OK] test_log_level ... [OK] test_log_object ... [OK] test_replay ... [OK] juju.control.tests.test_deploy ControlDeployTest test_charm_not_found ... [OK] test_deploy ... [OK] test_deploy_adds_peer_relations ... [OK] test_deploy_constraints_in_legacy_env ... [OK] test_deploy_informs_with_subordinate ... [OK] test_deploy_legacy_keys_in_fresh_env ... [OK] test_deploy_legacy_keys_in_legacy_env ... [OK] test_deploy_missing_config ... [OK] test_deploy_multiple_environments_none_specified ... [OK] test_deploy_multiple_units ... [OK] test_deploy_no_service_name_long_charm_name ... [OK] test_deploy_no_service_name_short_charm_name ... [OK] test_deploy_policy_from_environment ... [OK] test_deploy_reuses_machines ... [OK] test_deploy_sends_environment ... [OK] test_deploy_service_name_conflict ... [OK] test_deploy_upgrade ... [OK] test_deploy_upgrade_bundle ... [OK] test_deploy_upgrade_remote ... [OK] test_deploy_with_bad_config ... [OK] test_deploy_with_config ... [OK] test_deploy_with_default_config ... [OK] test_deploy_with_environment_specified ... [OK] test_deploy_with_invalid_config ... [OK] test_no_repository ... [OK] test_nonsense_constraint ... [OK] test_repository_from_environ ... [OK] juju.control.tests.test_destroy_environment ControlDestroyEnvironmentTest test_destroy_default_environment ... [OK] test_destroy_environment ... [OK] test_destroy_environment_prompt_no ... [OK] test_destroy_invalid_environment ... [OK] test_destroy_multiple_environments_no_default ... [OK] juju.control.tests.test_destroy_service ControlStopServiceTest test_destroy_principal_with_subordinates ... [OK] test_destroy_subordinate_service ... [OK] test_destroy_subordinate_without_relations ... [OK] test_stop_service ... [OK] test_stop_unknown_service ... [OK] juju.control.tests.test_expose ExposeControlTest test_expose_service ... [OK] test_expose_service_twice ... [OK] test_expose_unknown_service ... [OK] test_expose_with_no_args ... [OK] test_expose_with_too_many_args ... [OK] test_invalid_environment ... [OK] juju.control.tests.test_initialize AdminInitializeTest test_bad_constraints_data ... [OK] test_initialize ... [OK] juju.control.tests.test_open_tunnel OpenTunnelTest test_open_tunnel ... [OK] juju.control.tests.test_remove_relation ControlRemoveRelationTest test_ambiguous_pairing ... [OK] test_missing_charm ... [OK] test_missing_service ... [OK] test_no_common_relation_type ... [OK] test_remove_peer_relation ... [OK] test_remove_relation ... [OK] test_remove_relation_command ... [OK] test_remove_relation_missing_relation ... [OK] test_remove_subordinate_relation_with_principal ... [OK] test_too_many_arguments_provided ... [OK] test_verbose_flag ... [OK] test_with_no_args ... [OK] juju.control.tests.test_remove_unit ControlRemoveUnitTest test_remove_multiple_units ... [OK] test_remove_unassigned_unit ... [OK] test_remove_unit ... [OK] test_remove_unit_bad_parse ... [OK] test_remove_unit_unknown_service ... [OK] test_remove_unit_unknown_unit ... [OK] test_remove_unit_with_subordinate ... [OK] test_zookeeper_logging_default ... [OK] test_zookeeper_logging_enabled ... [OK] juju.control.tests.test_resolved ControlResolvedTest test_relation_resolved ... [OK] test_resolved ... [OK] test_resolved_already_resolved ... [OK] test_resolved_already_running ... [OK] test_resolved_relation_already_running ... [OK] test_resolved_relation_some_already_resolved ... [OK] test_resolved_relation_some_already_resolved_conflict ... [OK] test_resolved_retry ... [OK] test_resolved_unknown_service ... [OK] test_resolved_unknown_unit ... [OK] test_resolved_unknown_unit_relation ... [OK] juju.control.tests.test_scp ParseErrorsTest test_passthrough_args_parse_error ... [OK] SCPTest test_passthrough_args ... [OK] test_scp_machine_id ... [OK] test_scp_unit_name ... [OK] juju.control.tests.test_ssh ControlShellTest test_passthrough_args ... [OK] test_shell_with_invalid_machine ... [OK] test_shell_with_machine_and_unconnected_machine_agent ... [OK] test_shell_with_machine_and_unset_dns ... [OK] test_shell_with_machine_id ... [OK] test_shell_with_unassigned_unit ... [OK] test_shell_with_unit ... [OK] test_shell_with_unit_and_unconnected_unit_agent ... [OK] test_shell_with_unit_and_unset_dns ... [OK] ParseErrorsTest test_passthrough_args_parse_error ... [OK] juju.control.tests.test_status StatusTest test_collect ... [OK] test_collect_filtering ... [OK] test_collect_with_removed_unit ... [OK] test_collect_with_unassigned_machines ... [OK] test_peer_relation ... [OK] test_provider_pending_machine_state ... [OK] test_render_dot ... [OK] test_render_dot_bad_clustering ... [OK] test_render_json ... [OK] test_render_svg ... [OK] test_render_yaml ... [OK] test_service_with_multiple_instances_of_named_relation ... [OK] test_service_with_multiple_rels_to_same_endpoint ... [OK] test_subordinate_status_output ... [OK] test_subordinate_status_output_no_container ... [OK] juju.control.tests.test_terminate_machine ControlTerminateMachineTest test_attempt_terminate_root_machine ... [OK] test_attempt_terminate_unknown_machine ... [OK] test_do_nothing ... [OK] test_invalid_environment ... [OK] test_terminate_machine_method ... [OK] test_terminate_machine_method_in_use ... [OK] test_terminate_machine_method_root ... [OK] test_terminate_machine_method_unknown ... [OK] test_terminate_unused_machine ... [OK] test_wrong_arguments_provided_non_integer ... [OK] juju.control.tests.test_unexpose UnexposeControlTest test_invalid_environment ... [OK] test_unexpose_service ... [OK] test_unexpose_service_not_exposed ... [OK] test_unexpose_unknown_service ... [OK] test_unexpose_with_no_args ... [OK] test_unexpose_with_too_many_args ... [OK] juju.control.tests.test_upgrade_charm ControlCharmUpgradeTest test_apply_new_charm_defaults ... [OK] test_charm_upgrade ... [OK] test_force_charm_upgrade ... [OK] test_latest_local_bundle_dry_run ... [OK] test_latest_local_bundle_live_fire ... [OK] test_latest_local_dry_run ... [OK] test_latest_local_leapfrog_dry_run ... [OK] test_latest_local_leapfrog_live_fire ... [OK] test_latest_local_live_fire ... [OK] test_missing_repository ... [OK] test_repository_from_environ ... [OK] test_upgrade_charm_dryrun_reports_unupgradeable_units ... [OK] test_upgrade_charm_unknown_charm ... [OK] test_upgrade_charm_unknown_charm_dryrun ... [OK] test_upgrade_charm_unknown_service ... [OK] test_upgrade_charm_with_unupgradeable_units ... [OK] RemoteUpgradeCharmTest test_latest_dry_run ... [OK] test_latest_live_fire ... [OK] juju.control.tests.test_utils GetEnvironmentTest test_get_environment ... [OK] test_get_environment_default_with_multiple ... [OK] test_get_environment_from_environment ... [OK] test_get_nonexistant_environment ... [OK] LookupTest test_get_ip_address_for_machine ... [OK] test_get_ip_address_for_unit ... [OK] test_get_ip_address_for_unit_with_unassigned_machine ... [OK] ParsePassthroughArgsTest test_parse_flag_taking_args ... [OK] test_parse_typical_ssh ... [OK] PathExpandTest test_expand_path ... [OK] juju.environment.tests.test_config EnvironmentsConfigTest test_default_is_schema_protected ... [OK] test_ec2_respects_default_series ... [OK] test_ec2_respects_ssl_hostname_verification ... [OK] test_ec2_sample_config_without_admin_secret ... [OK] test_ec2_sample_config_without_control_buckets ... [OK] test_ec2_sample_config_without_default_series ... [OK] test_ec2_verifies_placement ... [OK] test_ec2_verifies_region ... [OK] test_ensure_provider_types_are_set ... [OK] test_environment_config_error_sample_written_defaults_to_false ... [OK] test_get_default_path ... [OK] test_get_default_with_named_but_missing_default ... [OK] test_get_default_with_named_default ... [OK] test_get_default_with_single_environment ... [OK] test_get_default_without_computable_default ... [OK] test_get_environment_names ... [OK] test_get_non_existing_environment ... [OK] test_invalid_configuration_data_raise_environment_config_error ... [OK] test_load_and_get_environment ... [OK] test_load_empty_environments ... [OK] test_load_environments_with_wrong_type ... [OK] test_load_or_write_sample_will_load ... [OK] test_load_or_write_sample_with_non_existent_config ... [OK] test_load_serialized_environment ... [OK] test_load_with_nonexistent_custom_path ... [OK] test_load_with_nonexistent_default_path ... [OK] test_lxc_requires_data_dir ... [OK] test_lxc_verifies_placement ... [OK] test_maas_default_series ... [OK] test_maas_schema_requires ... [OK] test_maas_verifies_placement ... [OK] test_nonstring_configuration_data_raise_environment_config_error ... [OK] test_orchestra_respects_default_series ... [OK] test_orchestra_schema_requires ... [OK] test_orchestra_verifies_placement ... [OK] test_parse_errors_without_filename ... [OK] test_serialize ... [OK] test_serialize_custom_variables_outside_environment ... [OK] test_serialize_environment ... [OK] test_serialize_unknown_environment ... [OK] test_wb_parse ... [OK] test_write_sample_contains_secret_key_and_control_bucket ... [OK] test_write_sample_environment_default_path ... [OK] test_write_sample_environment_with_custom_path ... [OK] test_write_sample_environment_with_default_path_and_existing_dir ... [OK] test_write_sample_wont_overwrite_existing_configuration ... [OK] test_yaml_load_error_raise_environment_config_error ... [OK] juju.environment.tests.test_environment EnvironmentTest test_attributes ... [OK] test_get_machine_provider ... [OK] test_get_machine_provider_passes_config_into_provider ... [OK] test_get_machine_provider_should_cache_results ... [OK] test_get_serialization_data ... [OK] test_get_serialization_data_errors_passthrough ... [OK] juju.unit.tests.test_address AddressTest test_get_MAAS_address ... [OK] test_get_dummy_address ... [OK] test_get_ec2_address ... [OK] test_get_local_address ... [OK] test_get_orchestra_address ... [OK] test_get_unknown_address ... [OK] DummyAddressTest test_get_address ... [OK] EC2AddressTest test_get_address ... [OK] LocalAddressTest test_get_address ... [OK] MAASAddressTest test_get_address ... [OK] OrchestraAddressTest test_get_address ... [OK] juju.unit.tests.test_charm DownloadTestCase test_charm_download_file ... [OK] test_charm_download_http ... [OK] test_charm_download_http_error ... [OK] test_charm_download_not_found ... [OK] test_charm_missing_download_file ... [OK] juju.unit.tests.test_deploy UnitDeployerTest test_charm_download ... [OK] test_kill_service_unit ... [OK] test_start_initializes ... [OK] test_start_service_unit ... [OK] juju.unit.tests.test_lifecycle LifecycleResolvedTest test_resolved_relation_watch ... [OK] test_resolved_relation_watch_from_error ... [OK] test_resolved_relation_watch_relation_up ... [OK] test_resolved_relation_watch_unit_lifecycle_not_running ... [OK] RelationInvokerTest test_relation_invoker_environment ... [OK] SubordinateUnitLifecycleTest test_subordinate_lifecycle_start ... [OK] UnitLifecycleTest test_config_hook_invoked_on_configure ... [OK] test_hook_error ... [OK] test_hook_invocation ... [OK] test_hook_not_executable ... [OK] test_hook_not_formatted_correctly ... [OK] test_install_sans_hook ... [OK] test_lifecycle_start_stop_starts_relations ... [OK] test_lock_start_stop_watch ... [OK] test_remembers_relation_removes ... [OK] test_removed_relation_depart ... [OK] test_running ... [OK] test_service_relation_watching ... [OK] test_start_sans_hook ... [OK] test_start_stop_relations ... [OK] test_start_without_relations ... [OK] test_stop_sans_hook ... [OK] test_stop_without_relations ... [OK] UnitLifecycleUpgradeTest test_full_run_bad_hook ... [OK] test_full_run_bad_write ... [OK] test_full_run_good_hook ... [OK] test_no_actual_upgrade_bad_hook ... [OK] test_no_actual_upgrade_dont_fire_hooks ... [OK] test_no_actual_upgrade_good_hook ... [OK] UnitRelationLifecycleTest test_depart ... [OK] test_hook_error_handler ... [OK] test_hooks_executed_during_lifecycle_start_stop_start ... [OK] test_initial_start_lifecycle_no_related_no_exec ... [OK] test_initial_start_lifecycle_with_related ... [OK] test_join_hook_error ... [OK] test_lock_start_stop ... [OK] test_start_scheduler ... [OK] test_stop_can_continue_watching ... [OK] juju.unit.tests.test_workflow UnitRelationWorkflowTest test_change_hook_with_error ... [OK] test_client_read_none ... [OK] test_client_read_only ... [OK] test_client_read_state ... [OK] test_depart ... [OK] test_depart_down ... [OK] test_depart_error ... [OK] test_depart_hook_error ... [OK] test_is_relation_running ... [OK] test_join_hook_with_error ... [OK] test_lifecycle_attribute ... [OK] test_synchronize ... [OK] test_up_down_cycle ... [OK] UnitWorkflowTest test_client_readonly ... [OK] test_client_with_no_state ... [OK] test_client_with_state ... [OK] test_configure ... [OK] test_configure_error_and_retry ... [OK] test_configure_error_and_retry_hook ... [OK] test_install ... [OK] test_install_error_with_retry_hook ... [OK] test_install_with_error_and_retry ... [OK] test_is_unit_running ... [OK] test_start ... [OK] test_start_error_with_retry_hook ... [OK] test_start_with_error ... [OK] test_stop ... [OK] test_stop_error_with_retry_hook ... [OK] test_stop_with_error ... [OK] test_synchronize_automatic ... [OK] test_synchronize_inflight ... [OK] test_synchronize_trivial ... [OK] UnitWorkflowUpgradeTest test_upgrade ... [OK] test_upgrade_error_before_hook ... [OK] test_upgrade_error_retry ... [OK] test_upgrade_error_retry_hook ... [OK] test_upgrade_not_available ... [OK] juju.machine.tests.test_constraints ConstraintSetTest test_convert_wraps_ValueError ... [OK] test_load_preserves_unknown ... [OK] test_load_validates_known ... [OK] test_register_comparer ... [OK] test_register_conflicts ... [OK] test_register_default_and_converter ... [OK] test_register_generics_no_instance_types ... [OK] test_register_generics_with_instance_types ... [OK] test_register_invisible ... [OK] test_unregistered_name ... [OK] ConstraintsFulfilmentTest test_can_satisfy ... [OK] test_fulfil_completeness ... [OK] test_fulfil_matches ... [OK] ConstraintsTest test_complete ... [OK] test_equality ... [OK] test_hidden_constraints ... [OK] test_invalid_constraints ... [OK] test_invalid_input ... [OK] ConstraintsUpdateTest test_constraints ... [OK] test_overwriting_basic ... [OK] test_reset ... [OK] juju.machine.tests.test_machine ProviderMachineTest test_all_attrs ... [OK] test_minimal ... [OK] juju.machine.tests.test_unit_deployment UnitContainerDeploymentTest test_destroy ... [OK] test_get_container ... [OK] test_get_container_name ... [OK] test_origin_usage ... [OK] test_start ... [OK] UnitMachineDeploymentTest test_fail_to_run_actual_process ... [SKIPPED] test_is_running_not_installed ... [OK] test_is_running_not_running ... [OK] test_is_running_success ... [OK] test_run_actual_process ... [SKIPPED] test_service_unit_destroy ... [OK] test_service_unit_destroy_not_running ... [OK] test_service_unit_destroy_undeployed ... [OK] test_service_unit_start ... [OK] test_unit_directory ... [OK] test_unit_name_with_path_manipulation_raises_assertion ... [OK] test_unpack_charm ... [OK] test_unpack_charm_exception_invalid_charm ... [OK] juju.agents.tests.test_base AgentDebugLogSettingsWatch test_get_agent_name ... [OK] test_log_enable_disable ... [OK] test_runtime_watching_toggles_log ... [OK] BaseAgentTest test_agent_logger ... [OK] test_as_app ... [OK] test_bad_session_file ... [OK] test_connect_cli_option ... [OK] test_connect_closes_running_session ... [OK] test_connect_env ... [OK] test_connect_handles_expired_session ... [OK] test_connect_handles_nonsense_session ... [OK] test_custom_log_level ... [OK] test_directory_cli_option ... [OK] test_directory_env ... [OK] test_full_run ... [OK] test_nonexistent_directory ... [OK] test_run ... [OK] test_run_base_raises_error ... [OK] test_runner_attribute_application ... [OK] test_session_file_permissions ... [OK] test_stop_service_stub_closes_agent ... [OK] test_stop_service_stub_ignores_disconnected_agent ... [OK] test_twistd_default_options ... [OK] test_twistd_flags_correspond ... [OK] test_twistd_option_namespace ... [OK] test_watch_enabled_accessors ... [OK] test_zookeeper_hosts_not_configured ... [OK] juju.agents.tests.test_dummy DummyTestCase test_start_dummy ... [OK] juju.agents.tests.test_machine MachineAgentTest test_agent_machine_id_cli_error ... [OK] test_agent_machine_id_cli_extraction ... [OK] test_agent_machine_id_environment_extraction ... [OK] test_get_agent_name ... [OK] test_machine_agent_knows_its_machine_id ... [OK] test_service_unit_removed ... [OK] test_start_begins_watch_and_initializes_directories ... [OK] test_watch_new_service_unit ... [OK] test_watch_new_service_unit_error ... [OK] test_watch_removed_service_unit_error ... [OK] juju.agents.tests.test_provision FirewallManagerTest test_process_machine_is_called ... [OK] test_watch_service_changes_is_called ... [OK] ProvisioningAgentStartupTest test_agent_waits_for_environment ... [OK] test_agent_with_existing_environment ... [OK] test_agent_with_invalid_environment ... [OK] test_agent_with_nonexistent_environment_created_concurrently ... [OK] ProvisioningAgentTest test_get_agent_name ... [OK] test_machine_state_reflects_invalid_provider_state ... [OK] test_new_machine_state_removed_while_processing ... [OK] test_new_machine_state_removed_while_processing_get_provider_id ... [OK] test_on_environment_change_agent_reconfigures ... [OK] test_periodic_task ... [OK] test_process_machines_non_concurrency ... [OK] test_start_agent_with_watch ... [OK] test_transient_provider_error_on_get_machines ... [OK] test_transient_provider_error_on_shutdown_machine ... [OK] test_transient_provider_error_on_start_machine ... [OK] test_transient_unhandled_error_in_process_machines ... [OK] test_watch_machine_changes_ignores_running_machine ... [OK] test_watch_machine_changes_processes_new_machine_id ... [OK] test_watch_machine_changes_stop_watches ... [OK] test_watch_machine_changes_terminates_unused ... [OK] juju.agents.tests.test_unit UnitAgentResolvedTest test_hook_error_on_resolved_retry_remains_in_error_state ... [OK] test_resolved_install_error ... [OK] test_resolved_start_error ... [OK] test_resolved_stopped ... [OK] test_resolved_unit_already_running ... [OK] UnitAgentTest test_agent_can_execute_config_changed_in_relation_hook ... [OK] test_agent_debug_watch ... [OK] test_agent_executes_depart_hook ... [OK] test_agent_executes_install_and_start_hooks_on_startup ... [OK] test_agent_executes_relation_changed_hook ... [OK] test_agent_hook_api_usage ... [OK] test_agent_install_error_transitions_install_error ... [OK] test_agent_invalid_unit_name ... [OK] test_agent_records_address_on_startup ... [OK] test_agent_start_from_error_workflow ... [OK] test_agent_start_from_started_workflow ... [OK] test_agent_start_stop_start_service ... [OK] test_agent_unit_name_cli_extraction ... [OK] test_agent_unit_name_cli_extraction_error ... [OK] test_agent_unit_name_environment_extraction ... [OK] test_get_agent_name ... [OK] UnitAgentUpgradeTest test_agent_force_upgrade_bad_unit_state ... [OK] test_agent_upgrade ... [OK] test_agent_upgrade_bad_unit_state ... [OK] test_agent_upgrade_no_flag ... [OK] test_agent_upgrade_version_current ... [OK] test_agent_upgrade_watch ... [OK] juju.lib.lxc.tests.test_lxc LXCTest test_container_clone ... [SKIPPED] test_lxc_container ... [SKIPPED] test_lxc_create ... [SKIPPED] test_lxc_deferred ... [SKIPPED] test_lxc_start ... [SKIPPED] test_lxc_wait ... [SKIPPED] juju.lib.tests.test_filehash FileHashTest test_compute_file_hash ... [OK] juju.lib.tests.test_loader LoaderTest test_loader_bad_specification ... [OK] test_loader_no_module ... [OK] test_loader_non_callable ... [OK] test_loader_retrieve_provider ... [OK] test_loader_valid_specification ... [OK] juju.lib.tests.test_pick PickTest test_pick_all_attr ... [OK] test_pick_all_key ... [OK] test_pick_attr ... [OK] test_pick_key ... [OK] juju.lib.tests.test_schema AnyTest test_any ... [OK] BestErrorTest test_best_error ... [OK] BoolTest test_bool ... [OK] test_bool_bad ... [OK] ConstantTest test_constant ... [OK] test_constant_arbitrary ... [OK] test_constant_bad ... [OK] DictTest test_dict ... [OK] test_dict_bad ... [OK] test_dict_bad_key ... [OK] test_dict_bad_value ... [OK] test_dict_bad_value_unstringifiable ... [OK] test_dict_coerces ... [OK] test_dict_path_without_dots ... [OK] FloatTest test_float ... [OK] test_float_accepts_int ... [OK] test_float_accepts_long ... [OK] test_float_bad_str ... [OK] IntTest test_int ... [OK] test_int_accepts_long ... [OK] test_int_bad_float ... [OK] test_int_bad_str ... [OK] KeyDictTest test_key_dict ... [OK] test_key_dict_arbitrary_keys ... [OK] test_key_dict_bad ... [OK] test_key_dict_bad_value ... [OK] test_key_dict_bad_value_unstringifiable ... [OK] test_key_dict_coerces ... [OK] test_key_dict_multiple_items ... [OK] test_key_dict_must_have_all_keys ... [OK] test_key_dict_optional_keys ... [OK] test_key_dict_pass_optional_key ... [OK] test_key_dict_path_without_dots ... [OK] test_key_dict_unknown_key ... [OK] ListTest test_list ... [OK] test_list_bad ... [OK] test_list_bad_inner_schema_at_0 ... [OK] test_list_bad_inner_schema_at_1 ... [OK] test_list_inner_schema_coerces ... [OK] test_list_multiple_items ... [OK] OAuthStringTest test_empty_part ... [OK] test_oauth_string ... [OK] test_oauth_string_with_whitespace ... [OK] test_too_few_parts ... [OK] test_too_many_parts ... [OK] test_whitespace_part ... [OK] OneOfTest test_one_of ... [OK] test_one_of_bad ... [OK] RegexTest test_regex ... [OK] test_regex_bad_regex ... [OK] SchemaErrorsTest test_invalid_schema ... [OK] test_invalid_schema_expectation ... [OK] SelectDictTest test_select_dict ... [OK] test_select_dict_errors ... [OK] StringTest test_string ... [OK] test_string_bad_int ... [OK] test_string_bad_unicode ... [OK] TupleTest test_tuple ... [OK] test_tuple_bad ... [OK] test_tuple_coerces ... [OK] test_tuple_inner_schema_bad_at_0 ... [OK] test_tuple_inner_schema_bad_at_1 ... [OK] test_tuple_must_have_all_items ... [OK] test_tuple_must_have_no_more_items ... [OK] UnicodeOrStringTest test_unicode_or_str ... [OK] test_unicode_or_str_accepts_str ... [OK] test_unicode_or_str_bad ... [OK] test_unicode_or_str_bad_encoding ... [OK] test_unicode_or_str_decodes ... [OK] UnicodeTest test_unicode ... [OK] test_unicode_bad_str ... [OK] juju.lib.tests.test_statemachine StateMachineSynchronizeTest test_error_without_transition_clears_inflight ... [OK] test_plain_synchronize ... [OK] test_synchronize_default_transition ... [OK] test_synchronize_inflight_error ... [OK] test_synchronize_inflight_success ... [OK] StateMachineTest test_fire_transition_alias ... [OK] test_fire_transition_alias_multiple ... [OK] test_fire_transition_alias_none ... [OK] test_load_bad_state ... [OK] test_state_fire_transition ... [OK] test_state_get_available_transitions ... [OK] test_state_get_set ... [OK] test_state_machine_observer ... [OK] test_state_transition_callback ... [OK] test_state_variables_via_transition ... [OK] test_transition_action_unknown_error ... [OK] test_transition_action_workflow_error ... [OK] test_transition_constructor ... [OK] test_transition_error_transition ... [OK] test_transition_resets_state_variables ... [OK] test_transition_state ... [OK] test_transition_success_transition ... [OK] test_workflow_get_transition ... [OK] test_workflow_get_transitions ... [OK] juju.lib.tests.test_twistutils ExecutionGuardTest test_guard_multiple_execution ... [OK] test_guard_w_inline_callbacks ... [OK] test_guarded_function_failure ... [OK] test_guarded_function_metadata ... [OK] test_guarded_function_sync_exception ... [OK] GatherResultsTest test_empty ... [OK] test_failure_consuming_errors ... [OK] test_failure_without_consuming_errors ... [OK] test_success ... [OK] ModuleDirectoryTest test_get_module_directory ... [OK] SleepTest test_sleep ... [OK] juju.lib.tests.test_under UnderTest test_coincidentally_unicode ... [OK] test_necessarily_unicode ... [OK] test_quote ... [OK] test_unmodified ... [OK] juju.lib.tests.test_upstart UpstartServiceTest test_basic_install ... [OK] test_destroy_not_installed ... [OK] test_destroy_not_started ... [OK] test_destroy_started ... [OK] test_get_pid ... [OK] test_init_dir ... [OK] test_install_via_script ... [OK] test_is_installed ... [OK] test_is_running ... [OK] test_is_stable_no ... [OK] test_is_stable_not_even_installed ... [OK] test_is_stable_not_running ... [OK] test_is_stable_yes ... [OK] test_less_basic_install ... [OK] test_start_not_installed ... [OK] test_start_not_started_failure ... [OK] test_start_not_started_stable ... [OK] test_start_not_started_unstable ... [OK] test_start_started ... [OK] test_use_sudo ... [OK] juju.lib.tests.test_zk LocalManagedZookeeperTestCase test_get_class_path_from_build ... [OK] test_get_class_path_from_package ... [OK] test_get_class_path_from_package_static ... [OK] test_get_zookeeper_variables ... [OK] test_managed_zookeeper ... [OK] juju.lib.tests.test_zklog LogIteratorTest test_flush_log_last_seen ... [OK] test_get_next_log ... [OK] test_iter_sans_container ... [OK] test_replay_log ... [OK] ZookeeperLogTest test_handler_error ... [OK] test_invalid_log_path ... [OK] test_log_after_client_close_does_not_emit ... [OK] test_log_container_path ... [OK] test_log_error ... [OK] test_log_message ... [OK] test_log_object ... [OK] test_log_path_specs_path ... [OK] test_open_with_existing_container_path ... [OK] test_open_with_nonexisting_container_path ... [OK] juju.tests.test_errors ErrorsTest test_CannotTerminateMachine ... [OK] test_CharmError ... [OK] test_CharmInvocationError ... [OK] test_CharmInvocationError_with_signal ... [OK] test_CharmUpgradeError ... [OK] test_CloudInitError ... [OK] test_ConstraintError ... [OK] test_EnvironmentNotFoundNoInfo ... [OK] test_EnvironmentNotFoundWithInfo ... [OK] test_EnvironmentPendingWithInfo ... [OK] test_FileAlreadyExists ... [OK] test_FileNotFound ... [OK] test_IncompatibleVersion ... [OK] test_InvalidHost ... [OK] test_InvalidPlacementPolicy ... [OK] test_InvalidUser ... [OK] test_MachinesNotFoundPlural ... [OK] test_MachinesNotFoundSingular ... [OK] test_NoConnection ... [OK] test_ProviderError ... [OK] test_ProviderInteractionError ... [OK] test_SSLVerificationError ... [OK] test_ServiceError ... [OK] test_UnknownConstraintError ... [OK] =============================================================================== [SKIPPED] TEST_SUDO=1 to include tests which use sudo (including lxc tests) juju.providers.local.tests.test_agent.ManagedAgentTest.test_managed_agent_root juju.providers.local.tests.test_files.WebFileStorageTest.test_capture_errors juju.providers.local.tests.test_files.WebFileStorageTest.test_namespacing juju.providers.local.tests.test_files.WebFileStorageTest.test_start_stop juju.machine.tests.test_unit_deployment.UnitMachineDeploymentTest.test_fail_to_run_actual_process juju.machine.tests.test_unit_deployment.UnitMachineDeploymentTest.test_run_actual_process juju.lib.lxc.tests.test_lxc.LXCTest.test_container_clone juju.lib.lxc.tests.test_lxc.LXCTest.test_lxc_container juju.lib.lxc.tests.test_lxc.LXCTest.test_lxc_create juju.lib.lxc.tests.test_lxc.LXCTest.test_lxc_deferred juju.lib.lxc.tests.test_lxc.LXCTest.test_lxc_start juju.lib.lxc.tests.test_lxc.LXCTest.test_lxc_wait ------------------------------------------------------------------------------- Ran 1949 tests in 306.736s PASSED (skips=12, successes=1937) make[1]: Leaving directory `/tmp/build-juju/juju-0.5+bzr531' fakeroot debian/rules binary dh binary --buildsystem=python_distutils --with python2 dh_testroot -O--buildsystem=python_distutils dh_prep -O--buildsystem=python_distutils dh_installdirs -O--buildsystem=python_distutils dh_auto_install -O--buildsystem=python_distutils running install running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/juju copying juju/errors.py -> build/lib.linux-x86_64-2.7/juju copying juju/__init__.py -> build/lib.linux-x86_64-2.7/juju creating build/lib.linux-x86_64-2.7/juju/unit copying juju/unit/workflow.py -> build/lib.linux-x86_64-2.7/juju/unit copying juju/unit/lifecycle.py -> build/lib.linux-x86_64-2.7/juju/unit copying juju/unit/deploy.py -> build/lib.linux-x86_64-2.7/juju/unit copying juju/unit/charm.py -> build/lib.linux-x86_64-2.7/juju/unit copying juju/unit/address.py -> build/lib.linux-x86_64-2.7/juju/unit copying juju/unit/__init__.py -> build/lib.linux-x86_64-2.7/juju/unit creating build/lib.linux-x86_64-2.7/juju/unit/tests copying juju/unit/tests/test_workflow.py -> build/lib.linux-x86_64-2.7/juju/unit/tests copying juju/unit/tests/test_lifecycle.py -> build/lib.linux-x86_64-2.7/juju/unit/tests copying juju/unit/tests/test_deploy.py -> build/lib.linux-x86_64-2.7/juju/unit/tests copying juju/unit/tests/test_charm.py -> build/lib.linux-x86_64-2.7/juju/unit/tests copying juju/unit/tests/test_address.py -> build/lib.linux-x86_64-2.7/juju/unit/tests copying juju/unit/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/unit/tests creating build/lib.linux-x86_64-2.7/juju/tests copying juju/tests/test_errors.py -> build/lib.linux-x86_64-2.7/juju/tests copying juju/tests/common.py -> build/lib.linux-x86_64-2.7/juju/tests copying juju/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/tests creating build/lib.linux-x86_64-2.7/juju/state copying juju/state/utils.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/topology.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/sshforward.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/sshclient.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/service.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/security.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/relation.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/placement.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/machine.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/initialize.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/hook.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/firewall.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/errors.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/environment.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/endpoint.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/charm.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/base.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/auth.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/agent.py -> build/lib.linux-x86_64-2.7/juju/state copying juju/state/__init__.py -> build/lib.linux-x86_64-2.7/juju/state creating build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_utils.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_topology.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_sshforward.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_sshclient.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_service.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_security.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_relation.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_placement.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_machine.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_initialize.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_hook.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_firewall.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_errors.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_environment.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_endpoint.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_charm.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_base.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_auth.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/test_agent.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/common.py -> build/lib.linux-x86_64-2.7/juju/state/tests copying juju/state/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/state/tests creating build/lib.linux-x86_64-2.7/juju/providers copying juju/providers/dummy.py -> build/lib.linux-x86_64-2.7/juju/providers copying juju/providers/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers creating build/lib.linux-x86_64-2.7/juju/providers/tests copying juju/providers/tests/test_dummy.py -> build/lib.linux-x86_64-2.7/juju/providers/tests copying juju/providers/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/tests creating build/lib.linux-x86_64-2.7/juju/providers/orchestra copying juju/providers/orchestra/machine.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra copying juju/providers/orchestra/launch.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra copying juju/providers/orchestra/files.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra copying juju/providers/orchestra/digestauth.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra copying juju/providers/orchestra/cobbler.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra copying juju/providers/orchestra/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra creating build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_state.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_shutdown.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_provider.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_machine.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_launch.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_getmachines.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_findzookeepers.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_files.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_digestauth.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_cobbler.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/test_bootstrap.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/common.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests copying juju/providers/orchestra/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests creating build/lib.linux-x86_64-2.7/juju/providers/maas copying juju/providers/maas/provider.py -> build/lib.linux-x86_64-2.7/juju/providers/maas copying juju/providers/maas/machine.py -> build/lib.linux-x86_64-2.7/juju/providers/maas copying juju/providers/maas/maas.py -> build/lib.linux-x86_64-2.7/juju/providers/maas copying juju/providers/maas/launch.py -> build/lib.linux-x86_64-2.7/juju/providers/maas copying juju/providers/maas/files.py -> build/lib.linux-x86_64-2.7/juju/providers/maas copying juju/providers/maas/auth.py -> build/lib.linux-x86_64-2.7/juju/providers/maas copying juju/providers/maas/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/maas creating build/lib.linux-x86_64-2.7/juju/providers/maas/tests copying juju/providers/maas/tests/testing.py -> build/lib.linux-x86_64-2.7/juju/providers/maas/tests copying juju/providers/maas/tests/test_provider.py -> build/lib.linux-x86_64-2.7/juju/providers/maas/tests copying juju/providers/maas/tests/test_machine.py -> build/lib.linux-x86_64-2.7/juju/providers/maas/tests copying juju/providers/maas/tests/test_maas.py -> build/lib.linux-x86_64-2.7/juju/providers/maas/tests copying juju/providers/maas/tests/test_launch.py -> build/lib.linux-x86_64-2.7/juju/providers/maas/tests copying juju/providers/maas/tests/test_files.py -> build/lib.linux-x86_64-2.7/juju/providers/maas/tests copying juju/providers/maas/tests/test_auth.py -> build/lib.linux-x86_64-2.7/juju/providers/maas/tests copying juju/providers/maas/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/maas/tests creating build/lib.linux-x86_64-2.7/juju/providers/local copying juju/providers/local/pkg.py -> build/lib.linux-x86_64-2.7/juju/providers/local copying juju/providers/local/network.py -> build/lib.linux-x86_64-2.7/juju/providers/local copying juju/providers/local/machine.py -> build/lib.linux-x86_64-2.7/juju/providers/local copying juju/providers/local/files.py -> build/lib.linux-x86_64-2.7/juju/providers/local copying juju/providers/local/agent.py -> build/lib.linux-x86_64-2.7/juju/providers/local copying juju/providers/local/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/local creating build/lib.linux-x86_64-2.7/juju/providers/local/tests copying juju/providers/local/tests/test_provider.py -> build/lib.linux-x86_64-2.7/juju/providers/local/tests copying juju/providers/local/tests/test_pkg.py -> build/lib.linux-x86_64-2.7/juju/providers/local/tests copying juju/providers/local/tests/test_network.py -> build/lib.linux-x86_64-2.7/juju/providers/local/tests copying juju/providers/local/tests/test_machine.py -> build/lib.linux-x86_64-2.7/juju/providers/local/tests copying juju/providers/local/tests/test_files.py -> build/lib.linux-x86_64-2.7/juju/providers/local/tests copying juju/providers/local/tests/test_container.py -> build/lib.linux-x86_64-2.7/juju/providers/local/tests copying juju/providers/local/tests/test_agent.py -> build/lib.linux-x86_64-2.7/juju/providers/local/tests copying juju/providers/local/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/local/tests creating build/lib.linux-x86_64-2.7/juju/providers/ec2 copying juju/providers/ec2/utils.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2 copying juju/providers/ec2/securitygroup.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2 copying juju/providers/ec2/machine.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2 copying juju/providers/ec2/launch.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2 copying juju/providers/ec2/files.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2 copying juju/providers/ec2/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2 creating build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_utils.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_state.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_shutdown.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_securitygroup.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_provider.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_machine.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_launch.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_getmachines.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_findzookeeper.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_files.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/test_bootstrap.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/common.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests copying juju/providers/ec2/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/ec2/tests creating build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/launch.py -> build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/cloudinit.py -> build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/utils.py -> build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/state.py -> build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/findzookeepers.py -> build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/files.py -> build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/connect.py -> build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/bootstrap.py -> build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/base.py -> build/lib.linux-x86_64-2.7/juju/providers/common copying juju/providers/common/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/common creating build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/test_cloudinit.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/test_utils.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/test_state.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/test_launch.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/test_findzookeepers.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/test_files.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/test_connect.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/test_bootstrap.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/test_base.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests copying juju/providers/common/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/providers/common/tests creating build/lib.linux-x86_64-2.7/juju/machine copying juju/machine/unit.py -> build/lib.linux-x86_64-2.7/juju/machine copying juju/machine/errors.py -> build/lib.linux-x86_64-2.7/juju/machine copying juju/machine/constraints.py -> build/lib.linux-x86_64-2.7/juju/machine copying juju/machine/__init__.py -> build/lib.linux-x86_64-2.7/juju/machine creating build/lib.linux-x86_64-2.7/juju/machine/tests copying juju/machine/tests/test_unit_deployment.py -> build/lib.linux-x86_64-2.7/juju/machine/tests copying juju/machine/tests/test_machine.py -> build/lib.linux-x86_64-2.7/juju/machine/tests copying juju/machine/tests/test_constraints.py -> build/lib.linux-x86_64-2.7/juju/machine/tests copying juju/machine/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/machine/tests creating build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/zklog.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/zk.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/upstart.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/under.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/twistutils.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/testing.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/statemachine.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/schema.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/pick.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/mocker.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/loader.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/filehash.py -> build/lib.linux-x86_64-2.7/juju/lib copying juju/lib/__init__.py -> build/lib.linux-x86_64-2.7/juju/lib creating build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_zklog.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_zk.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_upstart.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_under.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_twistutils.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_statemachine.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_schema.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_pick.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_loader.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/test_filehash.py -> build/lib.linux-x86_64-2.7/juju/lib/tests copying juju/lib/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/lib/tests creating build/lib.linux-x86_64-2.7/juju/lib/lxc copying juju/lib/lxc/__init__.py -> build/lib.linux-x86_64-2.7/juju/lib/lxc creating build/lib.linux-x86_64-2.7/juju/lib/lxc/tests copying juju/lib/lxc/tests/test_lxc.py -> build/lib.linux-x86_64-2.7/juju/lib/lxc/tests copying juju/lib/lxc/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/lib/lxc/tests creating build/lib.linux-x86_64-2.7/juju/hooks copying juju/hooks/commands.py -> build/lib.linux-x86_64-2.7/juju/hooks copying juju/hooks/scheduler.py -> build/lib.linux-x86_64-2.7/juju/hooks copying juju/hooks/protocol.py -> build/lib.linux-x86_64-2.7/juju/hooks copying juju/hooks/invoker.py -> build/lib.linux-x86_64-2.7/juju/hooks copying juju/hooks/executor.py -> build/lib.linux-x86_64-2.7/juju/hooks copying juju/hooks/cli.py -> build/lib.linux-x86_64-2.7/juju/hooks copying juju/hooks/__init__.py -> build/lib.linux-x86_64-2.7/juju/hooks creating build/lib.linux-x86_64-2.7/juju/hooks/tests copying juju/hooks/tests/test_invoker.py -> build/lib.linux-x86_64-2.7/juju/hooks/tests copying juju/hooks/tests/test_scheduler.py -> build/lib.linux-x86_64-2.7/juju/hooks/tests copying juju/hooks/tests/test_executor.py -> build/lib.linux-x86_64-2.7/juju/hooks/tests copying juju/hooks/tests/test_communications.py -> build/lib.linux-x86_64-2.7/juju/hooks/tests copying juju/hooks/tests/test_cli.py -> build/lib.linux-x86_64-2.7/juju/hooks/tests copying juju/hooks/tests/test_arguments.py -> build/lib.linux-x86_64-2.7/juju/hooks/tests copying juju/hooks/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/hooks/tests creating build/lib.linux-x86_64-2.7/juju/ftests copying juju/ftests/test_ec2_provider.py -> build/lib.linux-x86_64-2.7/juju/ftests copying juju/ftests/test_connection.py -> build/lib.linux-x86_64-2.7/juju/ftests copying juju/ftests/test_aws.py -> build/lib.linux-x86_64-2.7/juju/ftests copying juju/ftests/__init__.py -> build/lib.linux-x86_64-2.7/juju/ftests creating build/lib.linux-x86_64-2.7/juju/environment copying juju/environment/errors.py -> build/lib.linux-x86_64-2.7/juju/environment copying juju/environment/environment.py -> build/lib.linux-x86_64-2.7/juju/environment copying juju/environment/config.py -> build/lib.linux-x86_64-2.7/juju/environment copying juju/environment/__init__.py -> build/lib.linux-x86_64-2.7/juju/environment creating build/lib.linux-x86_64-2.7/juju/environment/tests copying juju/environment/tests/test_environment.py -> build/lib.linux-x86_64-2.7/juju/environment/tests copying juju/environment/tests/test_config.py -> build/lib.linux-x86_64-2.7/juju/environment/tests copying juju/environment/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/environment/tests creating build/lib.linux-x86_64-2.7/juju/control copying juju/control/utils.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/upgrade_charm.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/unexpose.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/terminate_machine.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/status.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/ssh.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/scp.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/resolved.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/remove_unit.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/remove_relation.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/options.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/open_tunnel.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/legacy.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/initialize.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/expose.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/destroy_service.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/destroy_environment.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/deploy.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/debug_log.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/debug_hooks.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/constraints_set.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/constraints_get.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/config_set.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/config_get.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/command.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/bootstrap.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/add_unit.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/add_relation.py -> build/lib.linux-x86_64-2.7/juju/control copying juju/control/__init__.py -> build/lib.linux-x86_64-2.7/juju/control creating build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_utils.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_upgrade_charm.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_unexpose.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_terminate_machine.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_status.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_ssh.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_scp.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_resolved.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_remove_unit.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_remove_relation.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_open_tunnel.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_initialize.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_expose.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_destroy_service.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_destroy_environment.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_deploy.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_debug_log.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_debug_hooks.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_control.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_constraints_set.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_constraints_get.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_config_set.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_config_get.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_bootstrap.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_admin.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_add_unit.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/test_add_relation.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/common.py -> build/lib.linux-x86_64-2.7/juju/control/tests copying juju/control/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/control/tests creating build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/url.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/repository.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/publisher.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/provider.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/metadata.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/errors.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/directory.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/config.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/bundle.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/base.py -> build/lib.linux-x86_64-2.7/juju/charm copying juju/charm/__init__.py -> build/lib.linux-x86_64-2.7/juju/charm creating build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_url.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_repository.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_publisher.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_provider.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_metadata.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_errors.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_directory.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_config.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_bundle.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/test_base.py -> build/lib.linux-x86_64-2.7/juju/charm/tests copying juju/charm/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/charm/tests creating build/lib.linux-x86_64-2.7/juju/agents copying juju/agents/base.py -> build/lib.linux-x86_64-2.7/juju/agents copying juju/agents/unit.py -> build/lib.linux-x86_64-2.7/juju/agents copying juju/agents/provision.py -> build/lib.linux-x86_64-2.7/juju/agents copying juju/agents/machine.py -> build/lib.linux-x86_64-2.7/juju/agents copying juju/agents/dummy.py -> build/lib.linux-x86_64-2.7/juju/agents copying juju/agents/__init__.py -> build/lib.linux-x86_64-2.7/juju/agents creating build/lib.linux-x86_64-2.7/juju/agents/tests copying juju/agents/tests/test_unit.py -> build/lib.linux-x86_64-2.7/juju/agents/tests copying juju/agents/tests/test_provision.py -> build/lib.linux-x86_64-2.7/juju/agents/tests copying juju/agents/tests/test_machine.py -> build/lib.linux-x86_64-2.7/juju/agents/tests copying juju/agents/tests/test_dummy.py -> build/lib.linux-x86_64-2.7/juju/agents/tests copying juju/agents/tests/test_base.py -> build/lib.linux-x86_64-2.7/juju/agents/tests copying juju/agents/tests/common.py -> build/lib.linux-x86_64-2.7/juju/agents/tests copying juju/agents/tests/__init__.py -> build/lib.linux-x86_64-2.7/juju/agents/tests creating build/lib.linux-x86_64-2.7/juju/lib/lxc/data copying juju/lib/lxc/data/juju-create -> build/lib.linux-x86_64-2.7/juju/lib/lxc/data copying juju/lib/lxc/data/lxc.conf -> build/lib.linux-x86_64-2.7/juju/lib/lxc/data running build_scripts creating build/scripts-2.7 copying and adjusting ./bin/unit-get -> build/scripts-2.7 copying and adjusting ./bin/relation-set -> build/scripts-2.7 copying and adjusting ./bin/relation-list -> build/scripts-2.7 copying and adjusting ./bin/relation-ids -> build/scripts-2.7 copying and adjusting ./bin/relation-get -> build/scripts-2.7 copying and adjusting ./bin/open-port -> build/scripts-2.7 copying and adjusting ./bin/juju-log -> build/scripts-2.7 copying and adjusting ./bin/juju-admin -> build/scripts-2.7 copying and adjusting ./bin/juju -> build/scripts-2.7 copying and adjusting ./bin/config-get -> build/scripts-2.7 copying and adjusting ./bin/close-port -> build/scripts-2.7 changing mode of build/scripts-2.7/unit-get from 664 to 775 changing mode of build/scripts-2.7/relation-set from 664 to 775 changing mode of build/scripts-2.7/relation-list from 664 to 775 changing mode of build/scripts-2.7/relation-ids from 664 to 775 changing mode of build/scripts-2.7/relation-get from 664 to 775 changing mode of build/scripts-2.7/open-port from 664 to 775 changing mode of build/scripts-2.7/juju-log from 664 to 775 changing mode of build/scripts-2.7/juju-admin from 664 to 775 changing mode of build/scripts-2.7/juju from 664 to 775 changing mode of build/scripts-2.7/config-get from 664 to 775 changing mode of build/scripts-2.7/close-port from 664 to 775 running install_lib creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7 creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents/tests copying build/lib.linux-x86_64-2.7/juju/agents/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents/tests copying build/lib.linux-x86_64-2.7/juju/agents/tests/common.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents/tests copying build/lib.linux-x86_64-2.7/juju/agents/tests/test_base.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents/tests copying build/lib.linux-x86_64-2.7/juju/agents/tests/test_dummy.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents/tests copying build/lib.linux-x86_64-2.7/juju/agents/tests/test_machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents/tests copying build/lib.linux-x86_64-2.7/juju/agents/tests/test_provision.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents/tests copying build/lib.linux-x86_64-2.7/juju/agents/tests/test_unit.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents/tests copying build/lib.linux-x86_64-2.7/juju/agents/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents copying build/lib.linux-x86_64-2.7/juju/agents/dummy.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents copying build/lib.linux-x86_64-2.7/juju/agents/machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents copying build/lib.linux-x86_64-2.7/juju/agents/provision.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents copying build/lib.linux-x86_64-2.7/juju/agents/unit.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents copying build/lib.linux-x86_64-2.7/juju/agents/base.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/agents creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_base.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_bundle.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_config.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_directory.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_errors.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_metadata.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_provider.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_publisher.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_repository.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/tests/test_url.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm/tests copying build/lib.linux-x86_64-2.7/juju/charm/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/base.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/bundle.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/config.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/directory.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/errors.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/metadata.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/provider.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/publisher.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/repository.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm copying build/lib.linux-x86_64-2.7/juju/charm/url.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/charm creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/common.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_add_relation.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_add_unit.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_admin.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_bootstrap.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_config_get.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_config_set.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_constraints_get.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_constraints_set.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_control.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_debug_hooks.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_debug_log.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_deploy.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_destroy_environment.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_destroy_service.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_expose.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_initialize.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_open_tunnel.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_remove_relation.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_remove_unit.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_resolved.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_scp.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_ssh.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_status.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_terminate_machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_unexpose.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_upgrade_charm.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/tests/test_utils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control/tests copying build/lib.linux-x86_64-2.7/juju/control/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/add_relation.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/add_unit.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/bootstrap.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/command.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/config_get.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/config_set.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/constraints_get.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/constraints_set.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/debug_hooks.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/debug_log.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/deploy.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/destroy_environment.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/destroy_service.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/expose.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/initialize.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/legacy.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/open_tunnel.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/options.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/remove_relation.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/remove_unit.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/resolved.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/scp.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/ssh.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/status.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/terminate_machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/unexpose.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/upgrade_charm.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control copying build/lib.linux-x86_64-2.7/juju/control/utils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/control creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/environment creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/environment/tests copying build/lib.linux-x86_64-2.7/juju/environment/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/environment/tests copying build/lib.linux-x86_64-2.7/juju/environment/tests/test_config.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/environment/tests copying build/lib.linux-x86_64-2.7/juju/environment/tests/test_environment.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/environment/tests copying build/lib.linux-x86_64-2.7/juju/environment/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/environment copying build/lib.linux-x86_64-2.7/juju/environment/config.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/environment copying build/lib.linux-x86_64-2.7/juju/environment/environment.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/environment copying build/lib.linux-x86_64-2.7/juju/environment/errors.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/environment creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/ftests copying build/lib.linux-x86_64-2.7/juju/ftests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/ftests copying build/lib.linux-x86_64-2.7/juju/ftests/test_aws.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/ftests copying build/lib.linux-x86_64-2.7/juju/ftests/test_connection.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/ftests copying build/lib.linux-x86_64-2.7/juju/ftests/test_ec2_provider.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/ftests creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks/tests copying build/lib.linux-x86_64-2.7/juju/hooks/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks/tests copying build/lib.linux-x86_64-2.7/juju/hooks/tests/test_arguments.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks/tests copying build/lib.linux-x86_64-2.7/juju/hooks/tests/test_cli.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks/tests copying build/lib.linux-x86_64-2.7/juju/hooks/tests/test_communications.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks/tests copying build/lib.linux-x86_64-2.7/juju/hooks/tests/test_executor.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks/tests copying build/lib.linux-x86_64-2.7/juju/hooks/tests/test_scheduler.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks/tests copying build/lib.linux-x86_64-2.7/juju/hooks/tests/test_invoker.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks/tests copying build/lib.linux-x86_64-2.7/juju/hooks/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks copying build/lib.linux-x86_64-2.7/juju/hooks/cli.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks copying build/lib.linux-x86_64-2.7/juju/hooks/executor.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks copying build/lib.linux-x86_64-2.7/juju/hooks/invoker.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks copying build/lib.linux-x86_64-2.7/juju/hooks/protocol.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks copying build/lib.linux-x86_64-2.7/juju/hooks/scheduler.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks copying build/lib.linux-x86_64-2.7/juju/hooks/commands.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/hooks creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/lxc creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/lxc/data copying build/lib.linux-x86_64-2.7/juju/lib/lxc/data/lxc.conf -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/lxc/data copying build/lib.linux-x86_64-2.7/juju/lib/lxc/data/juju-create -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/lxc/data creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/lxc/tests copying build/lib.linux-x86_64-2.7/juju/lib/lxc/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/lxc/tests copying build/lib.linux-x86_64-2.7/juju/lib/lxc/tests/test_lxc.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/lxc/tests copying build/lib.linux-x86_64-2.7/juju/lib/lxc/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/lxc creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_filehash.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_loader.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_pick.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_schema.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_statemachine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_twistutils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_under.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_upstart.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_zk.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/tests/test_zklog.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib/tests copying build/lib.linux-x86_64-2.7/juju/lib/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/filehash.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/loader.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/mocker.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/pick.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/schema.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/statemachine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/testing.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/twistutils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/under.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/upstart.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/zk.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib copying build/lib.linux-x86_64-2.7/juju/lib/zklog.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/lib creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine/tests copying build/lib.linux-x86_64-2.7/juju/machine/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine/tests copying build/lib.linux-x86_64-2.7/juju/machine/tests/test_constraints.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine/tests copying build/lib.linux-x86_64-2.7/juju/machine/tests/test_machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine/tests copying build/lib.linux-x86_64-2.7/juju/machine/tests/test_unit_deployment.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine/tests copying build/lib.linux-x86_64-2.7/juju/machine/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine copying build/lib.linux-x86_64-2.7/juju/machine/constraints.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine copying build/lib.linux-x86_64-2.7/juju/machine/errors.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine copying build/lib.linux-x86_64-2.7/juju/machine/unit.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/machine creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/test_base.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/test_bootstrap.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/test_connect.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/test_files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/test_findzookeepers.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/test_launch.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/test_state.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/test_utils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/tests/test_cloudinit.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common/tests copying build/lib.linux-x86_64-2.7/juju/providers/common/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common copying build/lib.linux-x86_64-2.7/juju/providers/common/base.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common copying build/lib.linux-x86_64-2.7/juju/providers/common/bootstrap.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common copying build/lib.linux-x86_64-2.7/juju/providers/common/connect.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common copying build/lib.linux-x86_64-2.7/juju/providers/common/files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common copying build/lib.linux-x86_64-2.7/juju/providers/common/findzookeepers.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common copying build/lib.linux-x86_64-2.7/juju/providers/common/state.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common copying build/lib.linux-x86_64-2.7/juju/providers/common/utils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common copying build/lib.linux-x86_64-2.7/juju/providers/common/cloudinit.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common copying build/lib.linux-x86_64-2.7/juju/providers/common/launch.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/common creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2 creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/common.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_bootstrap.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_findzookeeper.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_getmachines.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_launch.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_provider.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_securitygroup.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_shutdown.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_state.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/tests/test_utils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2/tests copying build/lib.linux-x86_64-2.7/juju/providers/ec2/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2 copying build/lib.linux-x86_64-2.7/juju/providers/ec2/files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2 copying build/lib.linux-x86_64-2.7/juju/providers/ec2/launch.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2 copying build/lib.linux-x86_64-2.7/juju/providers/ec2/machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2 copying build/lib.linux-x86_64-2.7/juju/providers/ec2/securitygroup.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2 copying build/lib.linux-x86_64-2.7/juju/providers/ec2/utils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/ec2 creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local/tests copying build/lib.linux-x86_64-2.7/juju/providers/local/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local/tests copying build/lib.linux-x86_64-2.7/juju/providers/local/tests/test_agent.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local/tests copying build/lib.linux-x86_64-2.7/juju/providers/local/tests/test_container.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local/tests copying build/lib.linux-x86_64-2.7/juju/providers/local/tests/test_files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local/tests copying build/lib.linux-x86_64-2.7/juju/providers/local/tests/test_machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local/tests copying build/lib.linux-x86_64-2.7/juju/providers/local/tests/test_network.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local/tests copying build/lib.linux-x86_64-2.7/juju/providers/local/tests/test_pkg.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local/tests copying build/lib.linux-x86_64-2.7/juju/providers/local/tests/test_provider.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local/tests copying build/lib.linux-x86_64-2.7/juju/providers/local/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local copying build/lib.linux-x86_64-2.7/juju/providers/local/agent.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local copying build/lib.linux-x86_64-2.7/juju/providers/local/files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local copying build/lib.linux-x86_64-2.7/juju/providers/local/machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local copying build/lib.linux-x86_64-2.7/juju/providers/local/network.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local copying build/lib.linux-x86_64-2.7/juju/providers/local/pkg.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/local creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas/tests copying build/lib.linux-x86_64-2.7/juju/providers/maas/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas/tests copying build/lib.linux-x86_64-2.7/juju/providers/maas/tests/test_auth.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas/tests copying build/lib.linux-x86_64-2.7/juju/providers/maas/tests/test_files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas/tests copying build/lib.linux-x86_64-2.7/juju/providers/maas/tests/test_launch.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas/tests copying build/lib.linux-x86_64-2.7/juju/providers/maas/tests/test_maas.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas/tests copying build/lib.linux-x86_64-2.7/juju/providers/maas/tests/test_machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas/tests copying build/lib.linux-x86_64-2.7/juju/providers/maas/tests/test_provider.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas/tests copying build/lib.linux-x86_64-2.7/juju/providers/maas/tests/testing.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas/tests copying build/lib.linux-x86_64-2.7/juju/providers/maas/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas copying build/lib.linux-x86_64-2.7/juju/providers/maas/auth.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas copying build/lib.linux-x86_64-2.7/juju/providers/maas/files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas copying build/lib.linux-x86_64-2.7/juju/providers/maas/launch.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas copying build/lib.linux-x86_64-2.7/juju/providers/maas/maas.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas copying build/lib.linux-x86_64-2.7/juju/providers/maas/machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas copying build/lib.linux-x86_64-2.7/juju/providers/maas/provider.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/maas creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/common.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_bootstrap.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_cobbler.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_digestauth.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_findzookeepers.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_getmachines.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_launch.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_provider.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_shutdown.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/tests/test_state.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra/tests copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/cobbler.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/digestauth.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/files.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/launch.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra copying build/lib.linux-x86_64-2.7/juju/providers/orchestra/machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/orchestra creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/tests copying build/lib.linux-x86_64-2.7/juju/providers/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/tests copying build/lib.linux-x86_64-2.7/juju/providers/tests/test_dummy.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers/tests copying build/lib.linux-x86_64-2.7/juju/providers/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers copying build/lib.linux-x86_64-2.7/juju/providers/dummy.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/providers creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/common.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_agent.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_auth.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_base.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_charm.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_endpoint.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_environment.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_errors.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_firewall.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_hook.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_initialize.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_placement.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_relation.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_security.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_service.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_sshclient.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_sshforward.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_topology.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/tests/test_utils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state/tests copying build/lib.linux-x86_64-2.7/juju/state/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/agent.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/auth.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/base.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/charm.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/endpoint.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/environment.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/errors.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/firewall.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/hook.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/initialize.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/machine.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/placement.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/relation.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/security.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/service.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/sshclient.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/sshforward.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/topology.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state copying build/lib.linux-x86_64-2.7/juju/state/utils.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/state creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/tests copying build/lib.linux-x86_64-2.7/juju/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/tests copying build/lib.linux-x86_64-2.7/juju/tests/common.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/tests copying build/lib.linux-x86_64-2.7/juju/tests/test_errors.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/tests creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit/tests copying build/lib.linux-x86_64-2.7/juju/unit/tests/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit/tests copying build/lib.linux-x86_64-2.7/juju/unit/tests/test_address.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit/tests copying build/lib.linux-x86_64-2.7/juju/unit/tests/test_charm.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit/tests copying build/lib.linux-x86_64-2.7/juju/unit/tests/test_deploy.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit/tests copying build/lib.linux-x86_64-2.7/juju/unit/tests/test_lifecycle.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit/tests copying build/lib.linux-x86_64-2.7/juju/unit/tests/test_workflow.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit/tests copying build/lib.linux-x86_64-2.7/juju/unit/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit copying build/lib.linux-x86_64-2.7/juju/unit/address.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit copying build/lib.linux-x86_64-2.7/juju/unit/charm.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit copying build/lib.linux-x86_64-2.7/juju/unit/deploy.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit copying build/lib.linux-x86_64-2.7/juju/unit/lifecycle.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit copying build/lib.linux-x86_64-2.7/juju/unit/workflow.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju/unit copying build/lib.linux-x86_64-2.7/juju/__init__.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju copying build/lib.linux-x86_64-2.7/juju/errors.py -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju running install_scripts creating /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/close-port -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/config-get -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/juju -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/juju-admin -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/juju-log -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/open-port -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/relation-get -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/relation-ids -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/relation-list -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/relation-set -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin copying build/scripts-2.7/unit-get -> /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/close-port to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/config-get to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/juju to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/juju-admin to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/juju-log to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/open-port to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/relation-get to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/relation-ids to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/relation-list to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/relation-set to 775 changing mode of /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/bin/unit-get to 775 running install_egg_info Writing /tmp/build-juju/juju-0.5+bzr531/debian/juju/usr/lib/python2.7/dist-packages/juju-0.5.egg-info dh_install -O--buildsystem=python_distutils dh_installdocs -O--buildsystem=python_distutils dh_installchangelogs -O--buildsystem=python_distutils dh_installexamples -O--buildsystem=python_distutils dh_installman -O--buildsystem=python_distutils dh_installcatalogs -O--buildsystem=python_distutils dh_installcron -O--buildsystem=python_distutils dh_installdebconf -O--buildsystem=python_distutils dh_installemacsen -O--buildsystem=python_distutils dh_installifupdown -O--buildsystem=python_distutils dh_installinfo -O--buildsystem=python_distutils dh_installinit -O--buildsystem=python_distutils dh_installmenu -O--buildsystem=python_distutils dh_installmime -O--buildsystem=python_distutils dh_installmodules -O--buildsystem=python_distutils dh_installlogcheck -O--buildsystem=python_distutils dh_installlogrotate -O--buildsystem=python_distutils dh_installpam -O--buildsystem=python_distutils dh_installppp -O--buildsystem=python_distutils dh_installudev -O--buildsystem=python_distutils dh_installwm -O--buildsystem=python_distutils dh_installxfonts -O--buildsystem=python_distutils dh_installgsettings -O--buildsystem=python_distutils dh_bugfiles -O--buildsystem=python_distutils dh_ucf -O--buildsystem=python_distutils dh_lintian -O--buildsystem=python_distutils dh_gconf -O--buildsystem=python_distutils dh_icons -O--buildsystem=python_distutils dh_perl -O--buildsystem=python_distutils dh_python2 -O--buildsystem=python_distutils dh_usrlocal -O--buildsystem=python_distutils dh_link -O--buildsystem=python_distutils dh_compress -O--buildsystem=python_distutils dh_fixperms -O--buildsystem=python_distutils dh_installdeb -O--buildsystem=python_distutils dh_gencontrol -O--buildsystem=python_distutils dpkg-gencontrol: warning: Provides field of package juju: unknown substitution variable ${python:Provides} dh_md5sums -O--buildsystem=python_distutils dh_builddeb -O--buildsystem=python_distutils pkgstripfiles: processing control file: debian/juju/DEBIAN/control, package juju, directory debian/juju pkgstripfiles: Truncating usr/share/doc/juju/changelog.Debian.gz to topmost ten records pkgstripfiles: PNG optimization for package juju took 0 s dpkg-deb: warning: 'debian/juju/DEBIAN/control' contains user-defined field 'Python-Version' dpkg-deb: warning: ignoring 1 warning about the control file(s) dpkg-deb: building package `juju' in `../juju_0.5+bzr531-0ubuntu1.2_all.deb'. signfile juju_0.5+bzr531-0ubuntu1.2.dsc You need a passphrase to unlock the secret key for user: "Clint Byrum " 2048-bit RSA key, ID F4BCB38E, created 2010-05-12 gpg: gpg-agent is not available in this session Enter passphrase: gpg: Interrupt caught ... exiting dpkg-genchanges >../juju_0.5+bzr531-0ubuntu1.2_amd64.changes dpkg-genchanges: not including original source code in upload dpkg-source --after-build juju-0.5+bzr531 dpkg-buildpackage: binary and diff upload (original source NOT included) dpkg-buildpackage: warning: Failed to sign .dsc and .changes file