wichtounet

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