buildbot-nix icon indicating copy to clipboard operation
buildbot-nix copied to clipboard

GitPoller project somehow ends up in GithubApi?

Open Mic92 opened this issue 10 months ago • 1 comments

Jan 09 16:22:30 eve twistd[3668328]: 2025-01-09T16:22:30+0000 [-] Failed to update "failure" for clan/clan-core at c21cc4b00d129c2979632c9e5086ad074c21d649, context "buildbot/nix-build", issue None. http n/a, n/a
Jan 09 16:22:30 eve twistd[3668328]:         Traceback (most recent call last):
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/buildbot/reporters/github.py", line 252, in sendMessage
Jan 09 16:22:30 eve twistd[3668328]:             response = yield self.createStatus(
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks
Jan 09 16:22:30 eve twistd[3668328]:             result = context.run(
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator
Jan 09 16:22:30 eve twistd[3668328]:             return g.throw(self.value.with_traceback(self.tb))
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/buildbot/reporters/github.py", line 162, in createStatus
Jan 09 16:22:30 eve twistd[3668328]:             headers = yield self._get_auth_header(props)
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks
Jan 09 16:22:30 eve twistd[3668328]:             result = context.run(
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator
Jan 09 16:22:30 eve twistd[3668328]:             return g.throw(self.value.with_traceback(self.tb))
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/buildbot/reporters/github.py", line 118, in _get_auth_header
Jan 09 16:22:30 eve twistd[3668328]:             token = yield props.render(self.token)
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/twisted/internet/defer.py", line 216, in maybeDeferred
Jan 09 16:22:30 eve twistd[3668328]:             result = f(*args, **kwargs)
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/buildbot/process/properties.py", line 444, in getRenderingFor
Jan 09 16:22:30 eve twistd[3668328]:             pmap.add_temporary_value(k, v(build))
Jan 09 16:22:30 eve twistd[3668328]:           File "/nix/store/21w76dk493mjpcdnpr4c6k2r5yjvvp5w-python3-3.12.8-env/lib/python3.12/site-packages/buildbot_nix/github_projects.py", line 426, in get_github_token
Jan 09 16:22:30 eve twistd[3668328]:             self.project_id_map[props["projectname"]]
Jan 09 16:22:30 eve twistd[3668328]:         builtins.KeyError: 'clan'

Mic92 avatar Jan 09 '25 16:01 Mic92