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

Crash with fullrelease() during OSI build #101

Closed
rezib opened this issue May 15, 2023 · 0 comments
Closed

Crash with fullrelease() during OSI build #101

rezib opened this issue May 15, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rezib
Copy link
Contributor

rezib commented May 15, 2023

In latest release 2.0.0, an attempt to build OSI images gives the following error while retrieving the fullrelease() on server side:

fatbuildrd[49337]: Exception in thread worker-default:
fatbuildrd[49337]: Traceback (most recent call last):
fatbuildrd[49337]:   File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
fatbuildrd[49337]:     self.run()
fatbuildrd[49337]:   File "/usr/lib/python3.10/threading.py", line 953, in run
fatbuildrd[49337]:     self._target(*self._args, **self._kwargs)
fatbuildrd[49337]:   File "/usr/lib/python3/dist-packages/fatbuildr/cli/fatbuildrd.py", line 133, in _worker
fatbuildrd[49337]:     instance.tasks_mgr.run(task)
fatbuildrd[49337]:   File "/usr/lib/python3/dist-packages/fatbuildr/tasks/manager.py", line 177, in run
fatbuildrd[49337]:     task.run()
fatbuildrd[49337]:   File "/usr/lib/python3/dist-packages/fatbuildr/builds/__init__.py", line 225, in run
fatbuildrd[49337]:     self.prepare()
fatbuildrd[49337]:   File "/usr/lib/python3/dist-packages/fatbuildr/builds/__init__.py", line 258, in prepare
fatbuildrd[49337]:     self.defs.fullversion(self.derivative)
fatbuildrd[49337]:   File "/usr/lib/python3/dist-packages/fatbuildr/artifact.py", line 234, in fullversion
fatbuildrd[49337]:     self.source(self.artifact).version(derivative) + '-' + self.release
fatbuildrd[49337]: TypeError: can only concatenate str (not "int") to str
@rezib rezib added the bug Something isn't working label May 15, 2023
@rezib rezib self-assigned this May 15, 2023
@rezib rezib closed this as completed in 53443f6 May 15, 2023
@rezib rezib added this to the v2.1.0 milestone May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant