Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: pkgcheck scan fails with 'error: repo init failed: ebuild src: app-crypt/acme-sh-3.0.6 is not a repository tree derivative' #602

Closed
1 task done
thesamesam opened this issue Jul 15, 2023 · 1 comment
Assignees
Labels

Comments

@thesamesam
Copy link
Member

thesamesam commented Jul 15, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

sys-apps/sed $ pkgcheck scan --debug
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.12/pkgcheck", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.12/site-packages/pkgcheck/scripts/__init__.py", line 48, in main
    run(os.path.basename(sys.argv[0]))
  File "/usr/lib/python3.12/site-packages/pkgcheck/scripts/__init__.py", line 40, in run
    sys.exit(tool())
             ^^^^^^
  File "/usr/lib/python3.12/site-packages/snakeoil/cli/tool.py", line 81, in __call__
    ret = self.main()
          ^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/pkgcheck/cli.py", line 20, in main
    return super().main()
           ^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/snakeoil/cli/tool.py", line 191, in main
    self.handle_exec_exception(e)
  File "/usr/lib/python3.12/site-packages/snakeoil/cli/tool.py", line 173, in main
    self.options, func = self.parse_args(
                         ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/snakeoil/cli/tool.py", line 128, in parse_args
    self.handle_exec_exception(e)
  File "/usr/lib/python3.12/site-packages/snakeoil/cli/tool.py", line 102, in parse_args
    options = self.parser.parse_args(args=args, namespace=namespace)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/snakeoil/cli/arghparse.py", line 1260, in parse_args
    args, unknown_args = self.parse_known_args(args, namespace)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/snakeoil/cli/arghparse.py", line 1247, in parse_known_args
    namespace, args = self._parse_known_args(args, namespace)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/argparse.py", line 2118, in _parse_known_args
    positionals_end_index = consume_positionals(start_index)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/argparse.py", line 2095, in consume_positionals
    take_action(action, args)
  File "/usr/lib/python3.12/argparse.py", line 2000, in take_action
    action(self, namespace, argument_values, option_string)
  File "/usr/lib/python3.12/site-packages/snakeoil/cli/arghparse.py", line 539, in __call__
    namespace, arg_strings = parser.parse_known_args(arg_strings, namespace)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/snakeoil/cli/arghparse.py", line 1244, in parse_known_args
    namespace, args = functor(parser, namespace, args)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/pkgcheck/scripts/pkgcheck_scan.py", line 394, in _setup_scan
    namespace.search_repo = multiplex.tree(*namespace.target_repo.trees)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/pkgcore/repository/multiplex.py", line 89, in __init__
    raise errors.InitializationError(
pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: dev-go/act-1.6.0 is not a repository tree derivative

Expected Behavior

Successful pkgcheck scan.

pkgcheck version

pkgcheck 0.10.25-16-g2b9b8e7 -- Fri, 7 Jul 2023 16:27:52 +0300

pkgcore version

pkgcore 0.12.22-6-gef79d4d -- Fri, 14 Jul 2023 20:57:47 +0300

@thesamesam thesamesam added the bug label Jul 15, 2023
@thesamesam
Copy link
Member Author

pkgcore passes its tests, but pkgcheck doesn't:

=========================================================================================== short test summary info ============================================================================================
SKIPPED [84] tests/scripts/test_pkgcheck_scan.py:726: fix not available
FAILED tests/test_api.py::TestScanApi::test_no_scan_args - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/test_feeds.py::TestQueryCacheAddon::test_opts - SystemExit: 2
FAILED tests/test_feeds.py::TestQueryCacheAddon::test_default - SystemExit: 2
FAILED tests/test_feeds.py::TestQueryCacheAddon::test_feed - SystemExit: 2
FAILED tests/addons/test_addons.py::TestNetAddon::test_failed_import - SystemExit: 2
FAILED tests/addons/test_addons.py::TestNetAddon::test_custom_timeout - SystemExit: 2
FAILED tests/addons/test_addons.py::TestNetAddon::test_args - SystemExit: 2
FAILED tests/addons/test_git.py::TestPkgcheckScanCommitsParseArgs::test_commits_with_targets - AssertionError: assert 'pkgcheck scan: error: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative' == 'pkgcheck scan: error: --commits is mutually exc...
FAILED tests/addons/test_git.py::TestPkgcheckScanCommitsParseArgs::test_commits_git_unavailable - assert 'pkgcheck scan: error: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative' == "pkgcheck scan: error: no such file 'git'"
FAILED tests/addons/test_git.py::TestPkgcheckScanCommitsParseArgs::test_git_error - AssertionError: assert False
FAILED tests/addons/test_git.py::TestPkgcheckScanCommitsParseArgs::test_commits_existing[origin] - SystemExit: 2
FAILED tests/addons/test_git.py::TestPkgcheckScanCommitsParseArgs::test_commits_existing[pkgcheck] - SystemExit: 2
FAILED tests/addons/test_git.py::TestPkgcheckScanCommitsParseArgs::test_commits_eclasses - SystemExit: 2
FAILED tests/addons/test_git.py::TestPkgcheckScanCommitsParseArgs::test_commits_profiles - SystemExit: 2
FAILED tests/addons/test_git.py::TestPkgcheckScanCommitsParseArgs::test_commits_ignored_changes - assert 2 == 0
FAILED tests/checks/test_all.py::TestOverlayCheck::test_non_overlay_repo - SystemExit: 2
FAILED tests/checks/test_all.py::TestOverlayCheck::test_overlay_repo - TypeError: tree.__init__() takes 2 positional arguments but 3 were given
FAILED tests/checks/test_all.py::TestGitCommitsCheck::test_commits_option - SystemExit: 2
FAILED tests/checks/test_all.py::TestGitCommitsCheck::test_no_local_commits - assert 2 == 0
FAILED tests/checks/test_all.py::TestNetworkCheck::test_network_disabled - SystemExit: 2
FAILED tests/checks/test_all.py::TestNetworkCheck::test_network_enabled - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitCommitMessageRepoCheck::test_bad_commit_summary_pkg - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitCommitMessageRepoCheck::test_bad_commit_summary_category - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_broken_ebuilds_ignored - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_direct_stable - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_direct_no_maintainer - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_ebuild_incorrect_copyright - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_missing_copyright - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_dropped_stable_keywords - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_dropped_unstable_keywords - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_dropped_keywords_inherit_eclass - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_rdepend_change - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_missing_slotmove - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_missing_move - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_revision_move - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_checksum_change - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_python_pep517_change - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_eapi_change - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_src_uri_change - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_modified_added_file - SystemExit: 2
FAILED tests/checks/test_git.py::TestGitPkgCommitsCheck::test_old_python_compat - SystemExit: 2
FAILED tests/checks/test_metadata.py::TestOutdatedBlockersCheck::test_existent_blockers - SystemExit: 2
FAILED tests/checks/test_metadata.py::TestOutdatedBlockersCheck::test_nonexistent_blockers - SystemExit: 2
FAILED tests/checks/test_metadata.py::TestOutdatedBlockersCheck::test_outdated_blockers - SystemExit: 2
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[FetchablesUrlCheck-DeadUrl] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[FetchablesUrlCheck-HttpsUrlAvailable] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[FetchablesUrlCheck-RedirectedUrl] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[FetchablesUrlCheck-SSLCertificateError] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[HomepageUrlCheck-DeadUrl] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[HomepageUrlCheck-HttpsUrlAvailable] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[HomepageUrlCheck-RedirectedUrl] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[HomepageUrlCheck-SSLCertificateError] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[MetadataUrlCheck-DeadUrl] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[MetadataUrlCheck-HttpsUrlAvailable] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[MetadataUrlCheck-RedirectedUrl] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan[MetadataUrlCheck-SSLCertificateError] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan_ftp[HomepageUrlCheck-DeadUrl] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_network.py::TestNetworkChecks::test_scan_ftp[FetchablesUrlCheck-DeadUrl] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: HomepageUrlCheck/SSLCertificateError-0 is not a repository tree derivative
FAILED tests/checks/test_pkgdir.py::TestLiveOnlyCheck::test_no_git_support - SystemExit: 2
FAILED tests/checks/test_pkgdir.py::TestLiveOnlyCheck::test_keywords_exist - SystemExit: 2
FAILED tests/checks/test_pkgdir.py::TestLiveOnlyCheck::test_all_live_pkgs - SystemExit: 2
FAILED tests/checks/test_pkgdir.py::TestLiveOnlyCheck::test_uncommitted_local_ebuild - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_no_git_support - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_no_stable_keywords - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_uncommitted_local_ebuild - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_existing_stable_keywords[stable_time=unset] - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_existing_stable_keywords[stable_time=1] - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_existing_stable_keywords[stable_time=14] - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_existing_stable_keywords[stable_time=30] - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_existing_stable_keywords[stable_time=100] - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_multislot_with_unstable_slot - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_unkeyworded_new_pkg - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_moved_category - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_moved_package - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_renamed_ebuild - SystemExit: 2
FAILED tests/checks/test_stablereq.py::TestStableRequestCheck::test_modified_ebuild - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestChecksetArgs::test_unknown - assert "unknown checkset: 'foo'" in 'pkgcheck scan: error: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative\n'
FAILED tests/scripts/test_argparse_actions.py::TestChecksetArgs::test_aliases - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestChecksetArgs::test_sets - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestScopeArgs::test_unknown_scope - assert "unknown scope: 'foo'" in 'pkgcheck scan: error: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative'
FAILED tests/scripts/test_argparse_actions.py::TestScopeArgs::test_disabled - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestScopeArgs::test_enabled - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestCheckArgs::test_unknown_check - assert "unknown check: 'foo'" in 'pkgcheck scan: error: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative'
FAILED tests/scripts/test_argparse_actions.py::TestCheckArgs::test_token_errors - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestCheckArgs::test_neutral - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestCheckArgs::test_subtractive - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestCheckArgs::test_additive - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestKeywordArgs::test_unknown_keyword - assert "unknown keyword: 'foo'" in 'pkgcheck scan: error: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative'
FAILED tests/scripts/test_argparse_actions.py::TestKeywordArgs::test_enabled - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestKeywordArgs::test_disabled_check - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestKeywordArgs::test_disabled - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestKeywordArgs::test_aliases - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestExitArgs::test_unknown - assert "unknown checkset, check, or keyword: 'foo'" in 'pkgcheck scan: error: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative\n'
FAILED tests/scripts/test_argparse_actions.py::TestExitArgs::test_none - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestExitArgs::test_default - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestExitArgs::test_enabled - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestExitArgs::test_disabled - SystemExit: 2
FAILED tests/scripts/test_argparse_actions.py::TestExitArgs::test_aliases - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_ci.py::TestPkgcheckCi::test_exit_status - assert 2 == 0
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_skipped_checks - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_enabled_check - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_disabled_check - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_targets - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_stdin_targets - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_invalid_targets - assert 'pkgcheck replay: error: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative' == "pkgcheck scan: error: invalid package atom: 'dev-util/f$o'"
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_unknown_path_target - assert False
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_target_repo_id - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_target_dir_path_in_configured_repo - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_target_non_repo_path - assert False
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_valid_repo - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_unknown_reporter - assert False
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_format_reporter - AssertionError: assert False
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_cwd - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_makeopts_parsing[-4] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_makeopts_parsing[-j1-1] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_makeopts_parsing[--jobs=6 -l 1-6] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_makeopts_parsing[--load 1-4] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScanParseArgs::test_no_color - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_no_matching_checks_scope - SystemExit: 2
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_stdin_targets_with_no_args - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_exit_status - assert 2 == 0
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_filter_latest - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: cat/pkg-1 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_quiet - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: cat/pkg-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_explict_skip_check - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_cache_disabled_skip_check - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_pipeline_exceptions[producer] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_pipeline_exceptions[consumer] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo[eapis-testing] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EapiCheck/StableKeywordsOnTestingEapi-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo[eclass] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo[gentoo] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo[overlay] - TypeError: tree.__init__() takes 2 positional arguments but 3 were given
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo[profiledir] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo[python] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo[standalone] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo[visibility] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: DeprecatedDep/nonoptional-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo_verbose[eapis-testing] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EapiCheck/StableKeywordsOnTestingEapi-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo_verbose[eclass] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo_verbose[gentoo] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo_verbose[overlay] - TypeError: tree.__init__() takes 2 positional arguments but 3 were given
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo_verbose[profiledir] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo_verbose[python] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo_verbose[standalone] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_repo_verbose[visibility] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: DeprecatedDep/nonoptional-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_verify[eapis-testing] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EapiCheck/StableKeywordsOnTestingEapi-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_verify[eclass] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_verify[gentoo] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_verify[overlay] - TypeError: tree.__init__() takes 2 positional arguments but 3 were given
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_verify[profiledir] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_verify[python] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_verify[standalone] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_scan_verify[visibility] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: DeprecatedDep/nonoptional-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[BadCommandsCheck-BannedEapiCommand] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[BadCommandsCheck-DeprecatedEapiCommand] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[CategoryMetadataXmlCheck-CatBadlyFormedXml] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[CategoryMetadataXmlCheck-CatInvalidXml] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[CategoryMetadataXmlCheck-CatMetadataXmlEmptyElement] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[CategoryMetadataXmlCheck-CatMetadataXmlIndentation] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[CategoryMetadataXmlCheck-CatMetadataXmlInvalidCatRef] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[CategoryMetadataXmlCheck-CatMetadataXmlInvalidPkgRef] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[CategoryMetadataXmlCheck-CatMissingMetadataXml] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-BadDependency] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-DeprecatedDep] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: DeprecatedDep/nonoptional-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-InvalidBdepend] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-InvalidDepend] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-InvalidPdepend] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-InvalidRdepend] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-MisplacedWeakBlocker] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-MissingPackageRevision] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-MissingUseDepDefault] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DependencyCheck-UnstatedIuse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DescriptionCheck-BadDescription] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[DroppedKeywordsCheck-DroppedKeywords] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EapiCheck-BannedEapi] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EapiCheck-DeprecatedEapi] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EapiCheck-StableKeywordsOnTestingEapi] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EapiCheck/StableKeywordsOnTestingEapi-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EapiCheck-UnsupportedEclassEapi] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EbuildHeaderCheck-EbuildInvalidCopyright] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EbuildHeaderCheck-EbuildInvalidLicenseHeader] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EbuildHeaderCheck-EbuildNonGentooAuthorsCopyright] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EbuildHeaderCheck-EbuildOldGentooCopyright] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EbuildReservedCheck-EbuildReservedName] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EbuildUnquotedVariablesCheck-EbuildUnquotedVariable] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassCheck-EclassBashSyntaxError] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassCheck-EclassDocError] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassCheck-EclassDocMissingFunc] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassCheck-EclassDocMissingVar] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassHeaderCheck-EclassInvalidCopyright] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassHeaderCheck-EclassInvalidLicenseHeader] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassHeaderCheck-EclassNonGentooAuthorsCopyright] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassHeaderCheck-EclassOldGentooCopyright] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassParseCheck-EclassExportFuncsBeforeInherit] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassUsageCheck-DeprecatedEclass] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassUsageCheck-DuplicateEclassInherit] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassUsageCheck-MisplacedEclassVar] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EclassUsageCheck-ProvidedEclassInherit] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EendMissingArgCheck-EendMissingArg] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EmptyDirsCheck-EmptyCategoryDir] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EmptyDirsCheck-EmptyPackageDir] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[EqualVersionsCheck-EqualVersions] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[GlobalUseCheck-PotentialGlobalUse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[GlobalUseCheck-PotentialLocalUse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[GlobalUseCheck-UnusedGlobalUse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[GlobalUseCheck-UnusedGlobalUseExpand] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[HomepageCheck-BadHomepage] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[InheritsCheck-IndirectInherits] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[InheritsCheck-InternalEclassUsage] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[InheritsCheck-MissingInherits] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[InheritsCheck-UnusedInherits] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EclassUsageCheck/DeprecatedEclass-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[InsintoCheck-DeprecatedInsinto] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[IuseCheck-InvalidUseFlags] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[IuseCheck-UnknownUseFlags] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[KeywordsCheck-BadKeywords] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[KeywordsCheck-DuplicateKeywords] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[KeywordsCheck-OverlappingKeywords] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[KeywordsCheck-UnknownKeywords] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[KeywordsCheck-UnsortedKeywords] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LicenseCheck-InvalidLicense] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LicenseCheck-MissingLicense] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LicenseCheck-MissingLicenseRestricts] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LicenseCheck-UnknownLicense] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LicenseCheck-UnnecessaryLicense] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LicenseCheck-UnstatedIuse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LicenseGroupsCheck-UnknownLicenses] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LocalUseCheck-MatchingGlobalUse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LocalUseCheck-MissingLocalUseDesc] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LocalUseCheck-ProbableGlobalUse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LocalUseCheck-ProbableUseExpand] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LocalUseCheck-UnderscoreInUseFlag] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[LocalUseCheck-UnusedLocalUse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ManifestCheck-DeprecatedChksum] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ManifestCheck-InvalidManifest] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ManifestCheck-MissingChksum] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ManifestCheck-MissingManifest] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ManifestCheck-UnknownManifest] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ManifestCheck-UnnecessaryManifest] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ManifestCollisionCheck-ConflictingChksums] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ManifestCollisionCheck-MatchingChksums] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[MetadataVarCheck-HomepageInSrcUri] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[MetadataVarCheck-MultipleKeywordsLines] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[MetadataVarCheck-ReferenceInMetadataVar] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[MetadataVarCheck-StaticSrcUri] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[MissingRemoteIdCheck-MissingRemoteId] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EapiCheck/StableKeywordsOnTestingEapi-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[MissingSlotDepCheck-MissingSlotDep] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[MissingUnpackerDepCheck-MissingUnpackerDep] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[NonPosixCheck-NonPosixHeadTailUsage] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-MaintainerNeeded] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-MaintainerWithoutProxy] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-NonexistentProjectMaintainer] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-PkgBadlyFormedXml] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-PkgInvalidXml] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-PkgMetadataXmlEmptyElement] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-PkgMetadataXmlIndentation] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-PkgMetadataXmlInvalidCatRef] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-PkgMetadataXmlInvalidPkgRef] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-PkgMissingMetadataXml] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-ProxyWithoutProxied] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-RedundantLongDescription] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PackageMetadataXmlCheck-WrongMaintainerType] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PkgDirCheck-DuplicateFiles] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PkgDirCheck-EmptyFile] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PkgDirCheck-ExecutableFile] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PkgDirCheck-InvalidPN] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PkgDirCheck-MismatchedPN] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PkgDirCheck-UnknownPkgDirEntry] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-ProfileError] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-ProfileMissingImplicitExpandValues] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-UnknownProfileArch] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-UnknownProfilePackage] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-UnknownProfilePackageKeywords] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-UnknownProfilePackageUse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-UnknownProfileUse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-UnknownProfileUseExpand] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-UnknownProfileUseExpandValue] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProfilesCheck-UnmatchedProfilePackageUnmask] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ProjectMetadataCheck-EmptyProject] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PropertiesCheck-InvalidProperties] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PropertiesCheck-UnknownProperties] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PropertiesCheck-UnstatedIuse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonCheck-DistutilsNonPEP517Build] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonCheck-PythonAnyMismatchedDepHasVersionCheck] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonCheck-PythonAnyMismatchedUseHasVersionCheck] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonCheck-PythonHasVersionMissingPythonUseDep] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonCheck-PythonHasVersionUsage] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonCheck-PythonMissingDeps] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonCheck-PythonMissingSCMDependency] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonCompatCheck-PythonCompatUpdate] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonFetchableCheck-PythonGHDistfileSuffix] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[PythonFetchableCheck-PythonInlinePyPIURI] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: stub/ruby-dep-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[ReadonlyVariableCheck-ReadonlyVariable] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RedundantDodirCheck-RedundantDodir] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoDirCheck-BinaryFile] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-ArchesOutOfSync] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-ArchesWithoutProfiles] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-BannedProfileEapi] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-DeprecatedProfileEapi] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-LaggingProfileEapi] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-NonexistentCategories] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-NonexistentProfilePath] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-ProfileError] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-ProfileWarning] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-UnknownCategoryDirs] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RepoProfilesCheck-UnusedProfileDirs] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RedundantVersionCheck/RedundantVersion-5 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RequiredUseCheck-InvalidRequiredUse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/InvalidRequiredUse-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RequiredUseCheck-RequiredUseDefaults] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RequiredUseCheck-UnstatedIuse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RestrictCheck-InvalidRestrict] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RestrictCheck-UnknownRestrict] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RestrictCheck-UnstatedIuse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RestrictTestCheck-MissingTestRestrict] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RustCheck-SuboptimalCratesSeparator] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[RustCheck-SuboptimalCratesURICall] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SourcingCheck-InvalidEapi] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SourcingCheck-InvalidSlot] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SourcingCheck-SourcingError] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SrcUriCheck-BadFilename] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SrcUriCheck-BadProtocol] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SrcUriCheck-InvalidSrcUri] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SrcUriCheck-MissingUri] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SrcUriCheck-RedundantUriRename] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SrcUriCheck-SrcUriFilenameDotPrefix] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SrcUriCheck-TarballAvailable] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SrcUriCheck-UnknownMirror] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[SrcUriCheck-UnstatedIuse] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[UnstableOnlyCheck-UnstableOnly] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[UnusedEclassesCheck-UnusedEclasses] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[UnusedLicensesCheck-UnusedLicenses] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[UnusedMirrorsCheck-UnusedMirrors] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[UseFlagsWithoutEffectsCheck-UseFlagWithoutDeps] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: EbuildHeaderCheck/EbuildInvalidCopyright-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[VariableScopeCheck-EbuildVariableScope] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[VisibilityCheck-NonexistentDeps] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[VisibilityCheck-NonsolvableDepsInDev] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: DeprecatedDep/nonoptional-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[VisibilityCheck-NonsolvableDepsInExp] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: DeprecatedDep/nonoptional-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[VisibilityCheck-NonsolvableDepsInStable] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: DeprecatedDep/nonoptional-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[VisibilityCheck-UncheckableDep] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: DeprecatedDep/nonoptional-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[VisibilityCheck-VisibleVcsPkg] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[WhitespaceCheck-BadWhitespaceCharacter] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[WhitespaceCheck-DoubleEmptyLine] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[WhitespaceCheck-NoFinalNewline] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
FAILED tests/scripts/test_pkgcheck_scan.py::TestPkgcheckScan::test_fix[WhitespaceCheck-TrailingEmptyLine] - pkgcore.repository.errors.InitializationError: repo init failed: ebuild src: RequiredUseCheck/RequiredUseDefaults-0 is not a repository tree derivative
===================================================================== 339 failed, 451 passed, 84 skipped, 62 warnings in 295.45s (0:04:55) =====================================================================
 * ERROR: dev-util/pkgcheck-9999::gentoo failed (test phase):
 *   pytest failed with python3.10

gentoo-bot pushed a commit to pkgcore/pkgcore that referenced this issue Jul 15, 2023
This reverts commit ef79d4d.

As discussed on IRC, temporary fix for live users.

Bug: pkgcore/pkgcheck#602
Signed-off-by: Sam James <sam@gentoo.org>
@arthurzam arthurzam self-assigned this Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants