diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-07-24 18:06:18 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-07-24 18:06:18 +0000 |
commit | 64ccae384c007f81f5972ce9074baf2119f564cd (patch) | |
tree | bb1ef912cd16e63db178b244bd5324a0b235b2ca /booboo.txt | |
parent | 2019-07-24T17:40:01Z (diff) | |
download | repos-64ccae384c007f81f5972ce9074baf2119f564cd.tar.gz repos-64ccae384c007f81f5972ce9074baf2119f564cd.tar.bz2 repos-64ccae384c007f81f5972ce9074baf2119f564cd.zip |
2019-07-24T18:00:01Z
Diffstat (limited to 'booboo.txt')
-rw-r--r-- | booboo.txt | 82 |
1 files changed, 48 insertions, 34 deletions
diff --git a/booboo.txt b/booboo.txt index 412040d0a48f..6f48e68b6706 100644 --- a/booboo.txt +++ b/booboo.txt @@ -13,6 +13,7 @@ WARNING:pkgcore:EAPI '7' isn't fully supported WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/sync/beatussum-overlay' has unsupported profile format: profile-default-eapi +WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/HomeAssistantRepository', named 'HomeAssistantRepository', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). Already up to date. *** syncing booboo *** synced booboo @@ -27,38 +28,51 @@ WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatu WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi -WARNING pkgcore: caught cache error: app-text/polebrush-9999 is corrupt: - : 'ascii' codec can't decode byte 0xe2 in position 107: ordinal - : not in range(128) -WARNING pkgcore: caught cache error: net-misc/drawterm-9999 is corrupt: - : 'ascii' codec can't decode byte 0xe2 in position 84: ordinal - : not in range(128) - * dev-cpp/commoncpp2-9999: failed sourcing ebuild: subversion: EAPI 2 is not supported - * games-puzzle/neverball-9999: failed sourcing ebuild: subversion: EAPI 0 is not supported - * media-video/recordmydesktop-9999: failed sourcing ebuild: subversion: EAPI 2 is not supported - * net-ftn/husky-hpt-9999: failed sourcing ebuild: cvs: EAPI 0 is not supported - * net-ftn/husky-fidoconf-9999: failed sourcing ebuild: cvs: EAPI 0 is not supported - * net-ftn/husky-areafix-9999: failed sourcing ebuild: cvs: EAPI 0 is not supported - * net-ftn/binkd-9999: failed sourcing ebuild: cvs: EAPI 0 is not supported - * net-ftn/husky-smapi-9999: failed sourcing ebuild: cvs: EAPI 0 is not supported - * net-ftn/husky-huskylib-9999: failed sourcing ebuild: cvs: EAPI 0 is not supported - * net-p2p/opentracker-9999: failed sourcing ebuild: cvs: EAPI 0 is not supported - * games-fps/darkplaces-9999: failed sourcing ebuild: subversion: EAPI 0 is not supported - * games-fps/ezquake-9999: failed sourcing ebuild: subversion: EAPI 2 is not supported - * app-misc/kanatest-9999: failed sourcing ebuild: subversion: EAPI 0 is not supported - * games-engines/onscripter-en-99999999: failed sourcing ebuild: subversion: EAPI 2 is not supported - * media-libs/netpbm-9999-r1: failed sourcing ebuild: subversion: EAPI 3 is not supported - * www-servers/lighttpd-1.5.9999: failed sourcing ebuild: subversion: EAPI 0 is not supported -WARNING pkgcore: caught cache error: app-text/polebrush-9999 is corrupt: - : 'ascii' codec can't decode byte 0xe2 in position 107: ordinal - : not in range(128) -WARNING pkgcore: caught cache error: net-misc/drawterm-9999 is corrupt: - : 'ascii' codec can't decode byte 0xe2 in position 84: ordinal - : not in range(128) -WARNING pkgcore: caught cache error: app-text/polebrush-9999 is corrupt: - : 'ascii' codec can't decode byte 0xe2 in position 107: ordinal - : not in range(128) -WARNING pkgcore: caught cache error: net-misc/drawterm-9999 is corrupt: - : 'ascii' codec can't decode byte 0xe2 in position 84: ordinal - : not in range(128) +Traceback (most recent call last): + File "/usr/lib64/python3.6/site-packages/pkgcore/ebuild/repository.py", line 502, in _get_packages + self.false_packages.__contains__, listdir_dirs(cpath))) + File "/usr/lib64/python3.6/site-packages/snakeoil/osutils/native_readdir.py", line 43, in listdir_dirs + return [x for x in os.listdir(path) if +NotADirectoryError: [Errno 20] Not a directory: '/var/lib/repo-mirror-ci/repos/booboo/dev-embedded' + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/usr/lib/python-exec/python3.6/pmaint", line 4, in <module> + scripts.run(basename(__file__)) + File "/usr/lib64/python3.6/site-packages/pkgcore/scripts/__init__.py", line 32, in run + sys.exit(tool()) + File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 86, in __call__ + ret = self.main() + File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 189, in main + self.handle_exec_exception(e) + File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 174, in main + exitstatus = func(self.options, self.out, self.err) + File "/usr/lib64/python3.6/site-packages/pkgcore/scripts/pmaint.py", line 305, in regen_main + eclass_caching=(not options.disable_eclass_caching))) + File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 304, in _proxy_op + return getattr(self.raw_operations, op_name)(*args, **kwargs) + File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 304, in _proxy_op + return getattr(self.raw_operations, op_name)(*args, **kwargs) + File "/usr/lib64/python3.6/site-packages/pkgcore/operations/__init__.py", line 73, in _recast_exception_decorator + return functor(*args, **kwds) + File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 252, in _cmd_api_regen_cache + self._get_observer(observer), threads=threads, **kwargs): + File "/usr/lib64/python3.6/site-packages/pkgcore/operations/regen.py", line 41, in regen_repository + map_async(pkgs, errors, regen_iter, threads=threads, per_thread_args=get_args) + File "/usr/lib64/python3.6/site-packages/pkgcore/util/thread_pool.py", line 69, in map_async + for data in iterable: + File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 282, in _internal_match + for pkg in self._internal_gen_candidates(candidates, **kwargs): + File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 275, in _internal_gen_candidates + for cp in sorter(candidates): + File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 106, in keys + for cat, pkgs in self._parent.items(): + File "/usr/lib64/python3.6/site-packages/snakeoil/mappings.py", line 65, in items + yield k, self[k] + File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 72, in __getitem__ + self._cache[key] = vals = self._pull_vals(key) + File "/usr/lib64/python3.6/site-packages/pkgcore/ebuild/repository.py", line 510, in _get_packages + f'failed fetching packages for category {category}: {e}') from e +KeyError: "failed fetching packages for category /var/lib/repo-mirror-ci/repos/booboo/dev-embedded: [Errno 20] Not a directory: '/var/lib/repo-mirror-ci/repos/booboo/dev-embedded'" * Cache regen failed with 1 |