dilfridge

1
{'description': {'en': 'Dilfridge overlay: experimental ebuilds and lab '
2
                       'software'},
3
 'feed': ['https://cgit.gentoo.org/dev/dilfridge.git/atom/'],
4
 'homepage': 'https://cgit.gentoo.org/dev/dilfridge.git/',
5
 'name': 'dilfridge',
6
 'owner': [{'email': 'dilfridge@gentoo.org',
7
            'name': 'Andreas K. Huettel (dilfridge)',
8
            'type': 'person'}],
9
 'quality': 'experimental',
10
 'source': [{'type': 'git',
11
             'uri': 'https://anongit.gentoo.org/git/dev/dilfridge.git'},
12
            {'type': 'git',
13
             'uri': 'git://anongit.gentoo.org/dev/dilfridge.git'},
14
            {'type': 'git',
15
             'uri': 'git+ssh://git@git.gentoo.org/dev/dilfridge.git'}],
16
 'status': 'official'}
17
$ pmaint sync dilfridge
18
WARNING:pkgcore:EAPI '7' isn't fully supported
19
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
20
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
21
WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/sync/beatussum-overlay' has unsupported profile format: profile-default-eapi
22
Already up to date.
23
*** syncing dilfridge
24
*** synced dilfridge
25
 * Sync succeeded
26
$ git log --format=%ci -1
27
$ git show -q --pretty=format:%G? HEAD
28
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 dilfridge
29
WARNING:pkgcore:EAPI '7' isn't fully supported
30
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
31
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
32
WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi
33
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
34
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
35
WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi
36
Traceback (most recent call last):
37
  File "/usr/lib64/python3.6/site-packages/pkgcore/ebuild/repository.py", line 502, in _get_packages
38
    self.false_packages.__contains__, listdir_dirs(cpath)))
39
  File "/usr/lib64/python3.6/site-packages/snakeoil/osutils/native_readdir.py", line 43, in listdir_dirs
40
    return [x for x in os.listdir(path) if
41
OSError: [Errno 9] Bad file descriptor: '/var/lib/repo-mirror-ci/repos/dilfridge/sci-libs'
42
43
The above exception was the direct cause of the following exception:
44
45
Traceback (most recent call last):
46
  File "/usr/lib/python-exec/python3.6/pmaint", line 4, in <module>
47
    scripts.run(basename(__file__))
48
  File "/usr/lib64/python3.6/site-packages/pkgcore/scripts/__init__.py", line 32, in run
49
    sys.exit(tool())
50
  File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 86, in __call__
51
    ret = self.main()
52
  File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 189, in main
53
    self.handle_exec_exception(e)
54
  File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 174, in main
55
    exitstatus = func(self.options, self.out, self.err)
56
  File "/usr/lib64/python3.6/site-packages/pkgcore/scripts/pmaint.py", line 305, in regen_main
57
    eclass_caching=(not options.disable_eclass_caching)))
58
  File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 304, in _proxy_op
59
    return getattr(self.raw_operations, op_name)(*args, **kwargs)
60
  File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 304, in _proxy_op
61
    return getattr(self.raw_operations, op_name)(*args, **kwargs)
62
  File "/usr/lib64/python3.6/site-packages/pkgcore/operations/__init__.py", line 73, in _recast_exception_decorator
63
    return functor(*args, **kwds)
64
  File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 252, in _cmd_api_regen_cache
65
    self._get_observer(observer), threads=threads, **kwargs):
66
  File "/usr/lib64/python3.6/site-packages/pkgcore/operations/regen.py", line 41, in regen_repository
67
    map_async(pkgs, errors, regen_iter, threads=threads, per_thread_args=get_args)
68
  File "/usr/lib64/python3.6/site-packages/pkgcore/util/thread_pool.py", line 69, in map_async
69
    for data in iterable:
70
  File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 282, in _internal_match
71
    for pkg in self._internal_gen_candidates(candidates, **kwargs):
72
  File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 275, in _internal_gen_candidates
73
    for cp in sorter(candidates):
74
  File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 106, in keys
75
    for cat, pkgs in self._parent.items():
76
  File "/usr/lib64/python3.6/site-packages/snakeoil/mappings.py", line 65, in items
77
    yield k, self[k]
78
  File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 72, in __getitem__
79
    self._cache[key] = vals = self._pull_vals(key)
80
  File "/usr/lib64/python3.6/site-packages/pkgcore/ebuild/repository.py", line 510, in _get_packages
81
    f'failed fetching packages for category {category}: {e}') from e
82
KeyError: "failed fetching packages for category /var/lib/repo-mirror-ci/repos/dilfridge/sci-libs: [Errno 9] Bad file descriptor: '/var/lib/repo-mirror-ci/repos/dilfridge/sci-libs'"
83
 * Cache regen failed with 1