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

Fail to download during singularity building #13

Open
robertopsouto opened this issue Jun 12, 2024 · 0 comments
Open

Fail to download during singularity building #13

robertopsouto opened this issue Jun 12, 2024 · 0 comments

Comments

@robertopsouto
Copy link

A download error occurred when I tried to build a singularity container using the Singularity file.

$ singularity build --fakeroot --sandbox End-to-End-AI-for-Science.sif Singularity


Package 'create-launcher' at version '2022.3.1-rc.23+2022.3.1.6048.8fa26dd9.tc.linux-x86_64.release' is missing from local storage.
packman(ERROR): Unable to download file from 'http://d4i3qtqj3r0z5.cloudfront.net/create-launcher%402022.3.1-rc.23%2B2022.3.1.6048.8fa26dd9.tc.linux-x86_64.release' (server returned 403)
bash: /workspace/python/source_code/omniverse/_build/create/pull_kit_sdk.sh: No such file or directory
Traceback (most recent call last):
  File "/root/.cache/packman/packman-common/6.49/run.py", line 5, in <module>
    packman.main.main_with_exception_handler(sys.argv[1:])
  File "/root/.cache/packman/packman-common/6.49/packman/main.py", line 2539, in main_with_exception_handler
    main(argv)
  File "/root/.cache/packman/packman-common/6.49/packman/main.py", line 2511, in main
    ret = args.func(**vars(args))
  File "/root/.cache/packman/packman-common/6.49/packman/utils.py", line 561, in wrapper_message_block
    return func(*args, **kwargs)
  File "/root/.cache/packman/packman-common/6.49/packman/main.py", line 1054, in pull_cmd
    variable_file,
  File "/root/.cache/packman/packman-common/6.49/packman/main.py", line 1139, in pull_with_variable_file
    project = parse_project_file(project_file_path, tokens, platform)
  File "/root/.cache/packman/packman-common/6.49/packman/main.py", line 921, in parse_project_file
    return proj_parser.parse_file(project_file_path, tokens_n_platform)
  File "/root/.cache/packman/packman-common/6.49/packman/schemaparser.py", line 1209, in parse_file
    return super(ProjectParser, self).parse_file(path, ".user", tokens)
  File "/root/.cache/packman/packman-common/6.49/packman/xmlparser.py", line 235, in parse_file
    root = self._parse_file(filename, tokens)
  File "/root/.cache/packman/packman-common/6.49/packman/xmlparser.py", line 275, in _parse_file
    p.ParseFile(fileobject)
  File "/builds/omniverse/externals/python-build/_build/Python-3.7.13/Modules/pyexpat.c", line 417, in StartElement
  File "/root/.cache/packman/packman-common/6.49/packman/xmlparser.py", line 196, in start_element
    element.start_handler(self, attributes)
  File "/root/.cache/packman/packman-common/6.49/packman/schemaparser.py", line 841, in start_handler
    project = ProjectParser().parse_file(path_abs, parse_helper.tokens)
  File "/root/.cache/packman/packman-common/6.49/packman/schemaparser.py", line 1209, in parse_file
    return super(ProjectParser, self).parse_file(path, ".user", tokens)
  File "/root/.cache/packman/packman-common/6.49/packman/xmlparser.py", line 235, in parse_file
    root = self._parse_file(filename, tokens)
  File "/root/.cache/packman/packman-common/6.49/packman/xmlparser.py", line 272, in _parse_file
    with open(path, "rb") as fileobject:
FileNotFoundError: [Errno 2] No such file or directory: '/workspace/python/source_code/omniverse/_build/create/dev/deps/kit-sdk.packman.xml'
FATAL:   While performing build: while running engine: exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant