* CPV: dev-python/nose-0.11.3 * REPO: gentoo * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking nose-0.11.3.tar.gz to /var/tmp/portage/dev-python/nose-0.11.3/work >>> Source unpacked in /var/tmp/portage/dev-python/nose-0.11.3/work >>> Preparing source in /var/tmp/portage/dev-python/nose-0.11.3/work/nose-0.11.3 ... * Applying nose-0.10.0-tests-nonetwork.patch ... [ ok ] * Applying nose-0.11.0-disable_intersphinx.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/nose-0.11.3/work/nose-0.11.3 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/nose-0.11.3/work/nose-0.11.3 ... * Building of dev-python/nose-0.11.3 with CPython 2.6... python2.6 setup.py build -b build-2.6 running build running build_py creating build-2.6 creating build-2.6/lib creating build-2.6/lib/nose copying nose/exc.py -> build-2.6/lib/nose copying nose/importer.py -> build-2.6/lib/nose copying nose/commands.py -> build-2.6/lib/nose copying nose/case.py -> build-2.6/lib/nose copying nose/tools.py -> build-2.6/lib/nose copying nose/util.py -> build-2.6/lib/nose copying nose/core.py -> build-2.6/lib/nose copying nose/inspector.py -> build-2.6/lib/nose copying nose/config.py -> build-2.6/lib/nose copying nose/loader.py -> build-2.6/lib/nose copying nose/twistedtools.py -> build-2.6/lib/nose copying nose/selector.py -> build-2.6/lib/nose copying nose/proxy.py -> build-2.6/lib/nose copying nose/result.py -> build-2.6/lib/nose copying nose/suite.py -> build-2.6/lib/nose copying nose/__init__.py -> build-2.6/lib/nose copying nose/failure.py -> build-2.6/lib/nose creating build-2.6/lib/nose/plugins copying nose/plugins/errorclass.py -> build-2.6/lib/nose/plugins copying nose/plugins/builtin.py -> build-2.6/lib/nose/plugins copying nose/plugins/base.py -> build-2.6/lib/nose/plugins copying nose/plugins/plugintest.py -> build-2.6/lib/nose/plugins copying nose/plugins/cover.py -> build-2.6/lib/nose/plugins copying nose/plugins/prof.py -> build-2.6/lib/nose/plugins copying nose/plugins/testid.py -> build-2.6/lib/nose/plugins copying nose/plugins/deprecated.py -> build-2.6/lib/nose/plugins copying nose/plugins/logcapture.py -> build-2.6/lib/nose/plugins copying nose/plugins/failuredetail.py -> build-2.6/lib/nose/plugins copying nose/plugins/collect.py -> build-2.6/lib/nose/plugins copying nose/plugins/doctests.py -> build-2.6/lib/nose/plugins copying nose/plugins/manager.py -> build-2.6/lib/nose/plugins copying nose/plugins/debug.py -> build-2.6/lib/nose/plugins copying nose/plugins/allmodules.py -> build-2.6/lib/nose/plugins copying nose/plugins/xunit.py -> build-2.6/lib/nose/plugins copying nose/plugins/multiprocess.py -> build-2.6/lib/nose/plugins copying nose/plugins/isolate.py -> build-2.6/lib/nose/plugins copying nose/plugins/attrib.py -> build-2.6/lib/nose/plugins copying nose/plugins/__init__.py -> build-2.6/lib/nose/plugins copying nose/plugins/skip.py -> build-2.6/lib/nose/plugins copying nose/plugins/capture.py -> build-2.6/lib/nose/plugins creating build-2.6/lib/nose/ext copying nose/ext/dtcompat.py -> build-2.6/lib/nose/ext copying nose/ext/__init__.py -> build-2.6/lib/nose/ext creating build-2.6/lib/nose/sphinx copying nose/sphinx/pluginopts.py -> build-2.6/lib/nose/sphinx copying nose/sphinx/__init__.py -> build-2.6/lib/nose/sphinx copying nose/usage.txt -> build-2.6/lib/nose warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. * Testing of dev-python/nose-0.11.3 with CPython 2.6... PYTHONPATH=build-2.6/lib python2.6 setup.py build -b build-2.6 test running build running build_py warning: build_py: byte-compiling is disabled, skipping. running test running egg_info writing nose.egg-info/PKG-INFO writing top-level names to nose.egg-info/top_level.txt writing dependency_links to nose.egg-info/dependency_links.txt writing entry points to nose.egg-info/entry_points.txt reading manifest file 'nose.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/.build' writing manifest file 'nose.egg-info/SOURCES.txt' running build_ext /usr/lib/python2.6/site-packages/dispatch/predicates.py:379: DeprecationWarning: object.__new__() takes no parameters return ExprBase.__new__(klass,function,*argexprs) /var/tmp/portage/dev-python/nose-0.11.3/work/nose-0.11.3/nose/config.py:256: RuntimeWarning: Option 'doctest-extension' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /var/tmp/portage/dev-python/nose-0.11.3/work/nose-0.11.3/nose/config.py:256: RuntimeWarning: Option 'doctest-fixtures' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /var/tmp/portage/dev-python/nose-0.11.3/work/nose-0.11.3/nose/config.py:256: RuntimeWarning: Option 'with-doctest' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) test_empty_zero_nine_does_not_crash (test_zeronine.TestEmptyPlugin) ... ok runTest (test_attribute_plugin.TestAttributeArray) ... ok runTest (test_attribute_plugin.TestAttributeArrayAnd) ... ok runTest (test_attribute_plugin.TestAttributeArrayOr) ... ok runTest (test_attribute_plugin.TestAttributeEval) ... ok runTest (test_attribute_plugin.TestAttributeValue) ... ok runTest (test_attribute_plugin.TestNotSimpleAttribute) ... ok runTest (test_attribute_plugin.TestSimpleAttribute) ... ok test_run_buggy_generators (test_buggy_generators.TestBuggyGenerators) ... ok test_describe_test_called (test_cases.TestTestCasePluginCalls) ... ok test_skip_works_with_collector (test_collector.TestNoseTestCollector) ... ok test_setup_nosetests_command_works (test_commands.TestCommands) ... ok test_config_file_set_by_arg (test_config_files.TestConfigurationFromFile) ... ok test_load_config_file (test_config_files.TestConfigurationFromFile) ... ok runTest (test_doctest_plugin.TestDoctestFiles) ... ok runTest (test_doctest_plugin.TestDoctestPlugin) ... ok test_entrypoints.test_plugin_entrypoint_is_loadable ... ok runTest (test_failuredetail_plugin.TestFailureDetail) ... ok runTest (test_failuredetail_plugin.TestFailureDetailWithCapture) ... ok test_generator_fixtures.TestClass.test(0,) ... ok test_generator_fixtures.TestClass.test(1,) ... ok test_generator_fixtures.TestClass.test(2,) ... ok test_generator_fixtures.TestClass.test(3,) ... ok test_generator_fixtures.TestClass.test(4,) ... ok test_generator_fixtures.test_gen(0,) ... ok test_generator_fixtures.test_gen(1,) ... ok test_generator_fixtures.test_gen(2,) ... ok test_generator_fixtures.test_gen(3,) ... ok test_generator_fixtures.test_gen(4,) ... ok test_id_file_contains_ids_seen (test_id_plugin.TestDiscoveryMode) ... ok test_ids_added_to_output (test_id_plugin.TestDiscoveryMode) ... ok test_load_ids (test_id_plugin.TestLoadNamesMode) ... ok test_load_ids (test_id_plugin.TestLoadNamesMode_2) ... ok test_docfile_tests_get_ids (test_id_plugin.TestWithDoctestFileTests_1) ... ok test_load_from_name_id_docfile_test (test_id_plugin.TestWithDoctestFileTests_2) ... ok test_doctests_get_ids (test_id_plugin.TestWithDoctest_1) ... ok test_load_ids_doctest (test_id_plugin.TestWithDoctest_2) ... ok test_cached_no_reload (test_importer.TestImporter) ... ok test_cached_no_reload_dotted (test_importer.TestImporter) ... ok test_failed_import_raises_import_error (test_importer.TestImporter) ... ok test_import_from_dir (test_importer.TestImporter) ... ok test_import_from_path (test_importer.TestImporter) ... ok test_import_pkg_from_path_fpw (test_importer.TestImporter) ... ok test_import_sets_intermediate_modules (test_importer.TestImporter) ... ok test_import_sets_sys_modules (test_importer.TestImporter) ... ok test_sys_modules_same_path_no_reload (test_importer.TestImporter) ... ok runTest (test_isolate_plugin.TestDiscovery) ... ok runTest (test_isolate_plugin.TestLoadFromNames) ... ok test_assert_info_in_output (test_issue_072.TestFailureDetailWorks) ... ok test_assert_info_and_capt_stdout_in_output (test_issue_072.TestFailureDetailWorksWhenChained) ... ok test_assert_info_in_output (test_issue_082.TestExcludeUnderscoreFilesByDefault) ... ok test_assert_info_in_output (test_issue_082.TestIncludeUnderscoreFiles) ... ok runTest (test_load_tests_from_test_case.TestLoadTestsFromTestCaseHook) ... ok test_failed_import (test_loader.TestNoseTestLoader) ... ok test_failed_import_module_name (test_loader.TestNoseTestLoader) ... ok test_fixture_context (test_loader.TestNoseTestLoader) ... ok test_fixture_context_multiple_names (test_loader.TestNoseTestLoader) ... ok test_fixture_context_multiple_names_no_common_ancestors (test_loader.TestNoseTestLoader) ... ok test_fixture_context_multiple_names_some_common_ancestors (test_loader.TestNoseTestLoader) ... ok test_fixture_context_name_is_module (test_loader.TestNoseTestLoader) ... ok test_fixture_context_name_is_test_class (test_loader.TestNoseTestLoader) ... ok test_fixture_context_name_is_test_class_test (test_loader.TestNoseTestLoader) ... ok test_fixture_context_name_is_test_function (test_loader.TestNoseTestLoader) ... ok Test that a generator test can employ a closure ... ok Test classes that raise exceptions in __init__ do not stop test run ... ok test_load_from_name_dot (test_loader.TestNoseTestLoader) ... ok test_load_from_name_file (test_loader.TestNoseTestLoader) ... ok test_load_from_name_file_callable (test_loader.TestNoseTestLoader) ... ok test_load_nonsense_name (test_loader.TestNoseTestLoader) ... ok test_mod_import_skip_one_test_no_errors (test_loader.TestNoseTestLoader) ... ok test_mod_setup_fails_no_tests_run (test_loader.TestNoseTestLoader) ... ok test_mod_setup_skip_no_tests_run_no_errors (test_loader.TestNoseTestLoader) ... ok Ensure namespace packages work/can import from each other ... ok Ensure the --traverse-namespace option tests the other ... ok runTest (test_plugin_api.TestPrepareTestCase_MakeAllFail) ... ok test_plugin_calls_package1 (test_plugins.TestPluginCalls) ... ok test_plugin_calls_package1_verbose (test_plugins.TestPluginCalls) ... ok testPluginTesterExecsPlugin (test_plugintest.TestPluginTester) ... ok test_defaultTest_list (test_program.TestTestProgram) ... ok test_illegal_packages_not_selected (test_program.TestTestProgram) ... ok Collect and run tests in support/issue130 without error. ... ok Collect and run tests in functional_tests/support/ctx ... ok Collect and run tests in functional_tests/support/package2 ... ok Collect and run tests in functional_tests/support/package3 ... ok Collect and run tests in functional/support/twist ... ok test_with_todo_plugin (test_result.TestResultSummary) ... ok test_module_filename (test_selector.TestTestAddress) ... ok test_skip_prevents_pdb_call (test_skip_pdb_interaction.TestSkipPdbInteraction) ... ok test_single_test_pass (test_success.TestSingleTestPass) ... ok test_zero_tests_pass (test_success.TestZeroTestsPass) ... ok test_ancestry (test_suite.TestContextSuiteFactory) ... ok test_find_context (test_suite.TestContextSuiteFactory) ... ok runTest (test_xunit.TestIssue279) ... ok runTest (test_xunit.TestXUnitPlugin) ... ok test_attribute_plugin.test_flags ... ok test_attribute_plugin.test_values ... ok test_attribute_plugin.test_mixed ... ok test_load_in_def_order (test_bug105.TestBug105) ... ok test_can_be_disabled (test_capture_plugin.TestCapturePlugin) ... ok test_captures_stdout (test_capture_plugin.TestCapturePlugin) ... ok test_enabled_by_default (test_capture_plugin.TestCapturePlugin) ... ok test_format_error (test_capture_plugin.TestCapturePlugin) ... ok test_failure_case (test_cases.TestNoseCases) ... ok test_function_test_case (test_cases.TestNoseCases) ... ok test_function_test_case_fixtures (test_cases.TestNoseCases) ... ok test_method_test_case (test_cases.TestNoseCases) ... ok test_method_test_case_fixtures (test_cases.TestNoseCases) ... ok test_method_test_case_with_metaclass (test_cases.TestNoseCases) ... ok test_address (test_cases.TestNoseTestWrapper) ... ok Instance fixtures are properly called for wrapped tests ... ok test_context (test_cases.TestNoseTestWrapper) ... ok A result proxy is used to wrap the result for all tests ... ok test_short_description (test_cases.TestNoseTestWrapper) ... ok test_defaults (test_config.TestNoseConfig) ... ok test_multiple_include (test_config.TestNoseConfig) ... ok test_pickle_configured (test_config.TestNoseConfig) ... ok test_pickle_empty (test_config.TestNoseConfig) ... ok test_plugins (test_config.TestNoseConfig) ... ok test_progname_looks_like_option (test_config.TestNoseConfig) ... ok test_reset (test_config.TestNoseConfig) ... ok test_single_include (test_config.TestNoseConfig) ... ok test_testnames (test_config.TestNoseConfig) ... ok test_update (test_config.TestNoseConfig) ... ok test_where (test_config.TestNoseConfig) ... ok test_restore_stdout (test_core.TestAPI_run) ... ok test_from_directory (test_core.TestUsage) ... ok test_from_zip (test_core.TestUsage) ... ok test_from_zip_with_prefix (test_core.TestUsage) ... ok test_api_present (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_can_be_disabled (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_deprecated_output (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_deprecated_output_verbose (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_enabled_by_default (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_patched_result_handles_deprecated (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_patches_only_when_needed (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_prepare_patches_result (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_err_doctests_raises_exception (test_doctest_error_handling.TestDoctestErrorHandling) ... ok test_no_doctests_in_file (test_doctest_error_handling.TestDoctestErrorHandling) ... ok test_default_id_file_is_in_working_dir (test_id_plugin.TestTestIdPlugin) ... ok test_add_paths (test_importer.TestImporter) ... ok test_import (test_importer.TestImporter) ... ok test_module_no_file (test_importer.TestImporter) ... ok Test that inspector can handle multi-line docstrings ... ok test_get_tb_source_func (test_inspector.TestExpander) ... ok test_get_tb_source_simple (test_inspector.TestExpander) ... ok test_inspect_traceback_continued (test_inspector.TestExpander) ... ok test_pick_tb_lines (test_inspector.TestExpander) ... ok test_simple_inspect_frame (test_inspector.TestExpander) ... ok test_isolation_plugin.test_lint ... ok test_load_nested_generator (test_issue_006.TestIssue006) ... ok test_issue_064.test_is_generator_alias ... ok test_dict_wrapper_instance_not_loaded (test_issue_065.TestIssue065) ... ok test_string_exception_not_masked (test_issue_101.TestErrorClassWithStringException) ... ok test_issue_227.test_unicode ... ok test_generator_yield_value (test_issue_230.TestIssue230) ... ok test_basic_iteration (test_lazy_suite.TestLazySuite) ... ok test_cases_from_testcase_are_wrapped (test_loader.TestTestLoader) ... ok Test that main API functions exist ... ok test_load_from_name_dir_abs (test_loader.TestTestLoader) ... ok test_load_from_name_method (test_loader.TestTestLoader) ... ok test_load_from_name_missing_module (test_loader.TestTestLoader) ... ok test_load_from_name_module (test_loader.TestTestLoader) ... ok test_load_from_name_module_class (test_loader.TestTestLoader) ... ok test_load_from_name_module_filename (test_loader.TestTestLoader) ... ok test_load_from_name_module_func (test_loader.TestTestLoader) ... ok test_load_from_name_module_method (test_loader.TestTestLoader) ... ok test_load_from_name_module_missing_class (test_loader.TestTestLoader) ... ok test_load_from_name_module_missing_func (test_loader.TestTestLoader) ... ok test_load_from_name_module_missing_method (test_loader.TestTestLoader) ... ok test_load_from_name_nontest_module (test_loader.TestTestLoader) ... ok test_load_from_name_package_root_path (test_loader.TestTestLoader) ... ok test_load_from_name_subpackage_safepath (test_loader.TestTestLoader) ... ok test_load_generators (test_loader.TestTestLoader) ... ok test_load_metaclass_customized_classes (test_loader.TestTestLoader) ... ok test_load_test_func (test_loader.TestTestLoader) ... ok test_logcapture_plugin.TestLogCapturePlugin.test_captures_logging ... ok test_logcapture_plugin.TestLogCapturePlugin.test_clears_all_existing_log_handlers ... ok test_logcapture_plugin.TestLogCapturePlugin.test_custom_formatter ... ok test_logcapture_plugin.TestLogCapturePlugin.test_default_options ... ok test_logcapture_plugin.TestLogCapturePlugin.test_disable_option ... ok test_logcapture_plugin.TestLogCapturePlugin.test_enabled_by_default ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_datefmt_option ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_filter ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_filter_exclude ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_filter_exclude_and_include ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_format_option ... ok test_logcapture_plugin.TestLogCapturePlugin.test_unicode_messages_handled ... ok root logger settings ignored ... ok test_multiprocess.test_mp_process_args_pickleable ... ok test_next_batch_can_split_set (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_next_batch_with_classes (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_next_batch_with_generator_method (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_next_batch_with_module (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_next_batch_with_module_fixt (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_command_line_options_enable (test_pdb_plugin.TestPdbPlugin) ... ok test_disabled_by_default (test_pdb_plugin.TestPdbPlugin) ... ok test_env_settings_enable (test_pdb_plugin.TestPdbPlugin) ... ok test_plugin_api (test_pdb_plugin.TestPdbPlugin) ... ok test_plugin_calls_pdb (test_pdb_plugin.TestPdbPlugin) ... ok test_real_stdout_restored_before_call (test_pdb_plugin.TestPdbPlugin) ... ok test_enable_plugin (test_plugin.OptionProcessingTests) ... ok test_api_methods_present (test_plugin_interfaces.TestPluginInterfaces) ... ok test_no_instantiate (test_plugin_interfaces.TestPluginInterfaces) ... ok test_iter (test_plugin_manager.TestPluginManager) ... ok test_plugin_generative_method_errors_not_hidden (test_plugin_manager.TestPluginManager) ... ok test_plugin_override (test_plugin_manager.TestPluginManager) ... ok test_proxy_to_plugins (test_plugin_manager.TestPluginManager) ... ok test_add_options (test_plugins.TestAttribPlugin) ... ok test_attr_a_b (test_plugins.TestAttribPlugin) ... ok test_basic_attr (test_plugins.TestAttribPlugin) ... ok test_class_attr (test_plugins.TestAttribPlugin) ... ok test_eval_attr (test_plugins.TestAttribPlugin) ... ok test_add_options (test_plugins.TestBuiltinPlugins) ... ok test_add_options (test_plugins.TestDoctestPlugin) ... ok test_addresses (test_plugins.TestDoctestPlugin) ... ok test_collect_no_collect (test_plugins.TestDoctestPlugin) ... ok test_collect_pymodule (test_plugins.TestDoctestPlugin) ... ok test_collect_txtfile (test_plugins.TestDoctestPlugin) ... ok test_config (test_plugins.TestDoctestPlugin) ... ok test_matches (test_plugins.TestDoctestPlugin) ... ok test_want_file (test_plugins.TestDoctestPlugin) ... ok test_begin (test_plugins.TestProfPlugin) ... ok test_finalize (test_plugins.TestProfPlugin) ... ok test_options (test_plugins.TestProfPlugin) ... ok test_prepare_test (test_plugins.TestProfPlugin) ... ok test_attributes_are_proxied (test_result_proxy.TestResultProxy) ... ok test_proxy_calls_plugins (test_result_proxy.TestResultProxy) ... ok test_proxy_handles_missing_methods (test_result_proxy.TestResultProxy) ... ok test_proxy_has_basic_methods (test_result_proxy.TestResultProxy) ... ok test_proxy_has_nose_methods (test_result_proxy.TestResultProxy) ... ok test_proxy_proxies (test_result_proxy.TestResultProxy) ... ok test_stop_on_error (test_result_proxy.TestResultProxy) ... ok test_test_cases_can_access_result_attributes (test_result_proxy.TestResultProxy) ... ok test_exclude (test_selector.TestSelector) ... ok test_include (test_selector.TestSelector) ... ok test_want_class (test_selector.TestSelector) ... ok test_want_directory (test_selector.TestSelector) ... ok test_want_file (test_selector.TestSelector) ... ok test_want_function (test_selector.TestSelector) ... ok test_want_method (test_selector.TestSelector) ... ok test_want_module (test_selector.TestSelector) ... ok test_rejection (test_selector_plugins.TestSelectorPlugins) ... ok test_api_present (test_skip_plugin.TestSkipPlugin) ... ok test_can_be_disabled (test_skip_plugin.TestSkipPlugin) ... ok test_enabled_by_default (test_skip_plugin.TestSkipPlugin) ... ok test_patched_result_handles_skip (test_skip_plugin.TestSkipPlugin) ... ok test_patches_only_when_needed (test_skip_plugin.TestSkipPlugin) ... ok test_prepare_patches_result (test_skip_plugin.TestSkipPlugin) ... ok test_skip_output (test_skip_plugin.TestSkipPlugin) ... ok test_skip_output_verbose (test_skip_plugin.TestSkipPlugin) ... ok test_context_fixtures_called (test_suite.TestContextSuite) ... ok test_context_fixtures_for_ancestors (test_suite.TestContextSuite) ... ok test_context_fixtures_no_tests_no_setup (test_suite.TestContextSuite) ... ok test_context_fixtures_setup_fails (test_suite.TestContextSuite) ... ok Nested suites don't re-wrap ... ok test_result_proxy_used (test_suite.TestContextSuite) ... ok Tests in a context suite are wrapped ... ok test_ancestry (test_suite.TestContextSuiteFactory) ... ok test_lazy_and_nonlazy (test_suite.TestLazySuite) ... ok __nonzero__ works correctly for lazy suites ... ok test_test_generator (test_suite.TestLazySuite) ... ok test_decorator_func_sorting (test_tools.TestTools) ... ok test_eq (test_tools.TestTools) ... ok test_make_decorator (test_tools.TestTools) ... ok test_multiple_with_setup (test_tools.TestTools) ... ok test_nested_decorators (test_tools.TestTools) ... ok test_ok (test_tools.TestTools) ... ok test_raises (test_tools.TestTools) ... ok test_testcase_funcs (test_tools.TestTools) ... ok test_timed (test_tools.TestTools) ... ok test_twisted.test_raises_callback_error ... ok test_twisted.test_raises_plain_error ... ok test_twisted.test_timeout_ok ... ok test_twisted.test_timeout_expired ... ok If no C{methodName} argument is passed to the constructor, L{run} will ... ok test ... ok test_file_like (test_utils.TestUtils) ... ok test_isclass_detects_classes (test_utils.TestUtils) ... ok test_isclass_ignores_nonclass_things (test_utils.TestUtils) ... ok test_split_test_name (test_utils.TestUtils) ... ok test_split_test_name_windows (test_utils.TestUtils) ... ok test_test_address (test_utils.TestUtils) ... ok test_tolist (test_utils.TestUtils) ... ok test_try_run (test_utils.TestUtils) ... ok test_all (test_xunit.TestEscaping) ... ok test_control_characters (test_xunit.TestEscaping) ... ok test_unicode_custom_utf16_madness (test_xunit.TestEscaping) ... ok test_unicode_is_utf8_by_default (test_xunit.TestEscaping) ... ok test_defaults (test_xunit.TestOptions) ... ok test_file_from_environ (test_xunit.TestOptions) ... ok test_file_from_opt (test_xunit.TestOptions) ... ok test_addError (test_xunit.TestXMLOutputWithXML) ... ok test_addError_early (test_xunit.TestXMLOutputWithXML) ... ok test_addFailure (test_xunit.TestXMLOutputWithXML) ... ok test_addFailure_early (test_xunit.TestXMLOutputWithXML) ... ok test_addSuccess (test_xunit.TestXMLOutputWithXML) ... ok test_addSuccess_early (test_xunit.TestXMLOutputWithXML) ... ok ---------------------------------------------------------------------- Ran 297 tests in 4.124s OK Traceback (most recent call last): File "setup.py", line 101, in **addl_args File "/usr/lib/python2.6/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands self.run_command(cmd) File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command cmd_obj.run() File "/usr/lib/python2.6/site-packages/setuptools/command/test.py", line 137, in run self.with_project_on_sys_path(self.run_tests) File "/usr/lib/python2.6/site-packages/setuptools/command/test.py", line 122, in with_project_on_sys_path working_set.__init__() File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 397, in __init__ self.add_entry(entry) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 412, in add_entry for dist in find_distributions(entry, True): File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1649, in find_distributions importer = get_importer(path_item) File "/usr/lib/python2.6/site-packages/coverage/control.py", line 130, in _should_trace canonical = self.file_locator.canonical_filename(filename) File "/usr/lib/python2.6/site-packages/coverage/files.py", line 36, in canonical_filename if os.path.isabs(f) and not os.path.exists(f): AttributeError: 'NoneType' object has no attribute 'path' Error in sys.exitfunc: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/coverage/control.py", line 130, in _should_trace canonical = self.file_locator.canonical_filename(filename) File "/usr/lib/python2.6/site-packages/coverage/files.py", line 36, in canonical_filename if os.path.isabs(f) and not os.path.exists(f): AttributeError: 'NoneType' object has no attribute 'path' * ERROR: dev-python/nose-0.11.3 failed: * Testing failed with CPython 2.6 in distutils_testing() function * * Call stack: * ebuild.sh, line 54: Called src_test * environment, line 4467: Called distutils_src_test * environment, line 1327: Called python_execute_function 'distutils_testing' * environment, line 3369: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/nose-0.11.3', * the complete build log and the output of 'emerge -pqv =dev-python/nose-0.11.3'. * The complete build log is located at '/var/log/portage/build/dev-python/nose-0.11.3:20100322-115508.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/nose-0.11.3/temp/environment'. * S: '/var/tmp/portage/dev-python/nose-0.11.3/work/nose-0.11.3' >>> Install nose-0.11.3 into /var/tmp/portage/dev-python/nose-0.11.3/image/ category dev-python * Installation of dev-python/nose-0.11.3 with CPython 2.6... python2.6 setup.py build -b build-2.6 install --root=/var/tmp/portage/dev-python/nose-0.11.3/image/ --no-compile --install-data /usr/share running build running build_py warning: build_py: byte-compiling is disabled, skipping. running install running install_lib creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6 creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/exc.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/importer.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/commands.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/errorclass.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/builtin.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/base.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/plugintest.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/cover.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/prof.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/testid.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/deprecated.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/logcapture.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/failuredetail.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/collect.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/doctests.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/manager.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/debug.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/allmodules.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/xunit.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/multiprocess.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/isolate.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/attrib.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/__init__.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/skip.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/plugins/capture.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/plugins copying build-2.6/lib/nose/case.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/tools.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/util.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/core.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/inspector.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/config.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/ext copying build-2.6/lib/nose/ext/dtcompat.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/ext copying build-2.6/lib/nose/ext/__init__.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/ext copying build-2.6/lib/nose/loader.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/twistedtools.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/usage.txt -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/selector.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/proxy.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/result.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/sphinx copying build-2.6/lib/nose/sphinx/pluginopts.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/sphinx copying build-2.6/lib/nose/sphinx/__init__.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose/sphinx copying build-2.6/lib/nose/suite.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/__init__.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose copying build-2.6/lib/nose/failure.py -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose warning: install_lib: byte-compiling is disabled, skipping. running install_data creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/share creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/share/man creating /var/tmp/portage/dev-python/nose-0.11.3/image/usr/share/man/man1 copying nosetests.1 -> /var/tmp/portage/dev-python/nose-0.11.3/image/usr/share/man/man1 running install_egg_info running egg_info writing nose.egg-info/PKG-INFO writing top-level names to nose.egg-info/top_level.txt writing dependency_links to nose.egg-info/dependency_links.txt writing entry points to nose.egg-info/entry_points.txt reading manifest file 'nose.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/.build' writing manifest file 'nose.egg-info/SOURCES.txt' Copying nose.egg-info to /var/tmp/portage/dev-python/nose-0.11.3/image/usr/lib/python2.6/site-packages/nose-0.11.3-py2.6.egg-info running install_scripts Installing nosetests-2.6 script to /var/tmp/portage/dev-python/nose-0.11.3/image/usr/bin Installing nosetests script to /var/tmp/portage/dev-python/nose-0.11.3/image/usr/bin * Generating '/usr/bin/nosetests' wrapper script >>> Completed installing nose-0.11.3 into /var/tmp/portage/dev-python/nose-0.11.3/image/ * Removing /usr/share/doc * Removing /usr/share/info * Compilation and optimization of Python modules for CPython 2.6 ... [ ok ] Merge of dev-python/nose-0.11.3 at 2010-03-22T11:55:08+00:00 failed