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 on client side during OSI build #100

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

Crash on client side during OSI build #100

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 an OSI image produces a crash:

$ fatbuildrctl build -a node-debian11 -s firehpc/envs 
Traceback (most recent call last):
  File "/usr/bin/fatbuildrctl", line 33, in <module>
    sys.exit(load_entry_point('Fatbuildr==2.0.0', 'console_scripts', 'fatbuildrctl')())
  File "/usr/lib/python3/dist-packages/fatbuildr/cli/__init__.py", line 34, in run
    cls()
  File "/usr/lib/python3/dist-packages/fatbuildr/cli/fatbuildrctl.py", line 425, in __init__
    args.func(args)
  File "/usr/lib/python3/dist-packages/fatbuildr/cli/fatbuildrctl.py", line 961, in _run_build
    arch_dependent = ArtifactDefsFactory.get(
  File "/usr/lib/python3/dist-packages/fatbuildr/artifact.py", line 316, in get
    return ArtifactDefsFactory._formats[format](place, artifact, format)
TypeError: ArtifactDefs.__init__() takes 3 positional arguments but 4 were given
@rezib rezib added the bug Something isn't working label May 15, 2023
@rezib rezib changed the title Crash on OSI build Crash on client side during OSI build May 15, 2023
@rezib rezib self-assigned this May 15, 2023
@rezib rezib closed this as completed in 04ec58a 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