You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
resource.json no such file or directory and the entire build of local-universe.tar.gz fails
Traceback (most recent call last):
File "/root/universe/docker/local-universe/../../scripts/local-universe.py", line 413, in <module>
sys.exit(main())
File "/root/universe/docker/local-universe/../../scripts/local-universe.py", line 135, in main
dcos_version)):
File "/usr/lib64/python3.4/concurrent/futures/_base.py", line 549, in result_iterator
yield future.result()
File "/usr/lib64/python3.4/concurrent/futures/_base.py", line 395, in result
return self.__get_result()
File "/usr/lib64/python3.4/concurrent/futures/_base.py", line 354, in __get_result
raise self._exception
File "/usr/lib64/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/root/universe/docker/local-universe/../../scripts/local-universe.py", line 107, in handle_package
args.nonlocal_cli
File "/root/universe/docker/local-universe/../../scripts/local-universe.py", line 334, in prepare_repository
with source_resource.open(encoding='utf-8') as source_file, \
File "/usr/lib64/python3.4/pathlib.py", line 1086, in open
opener=self._opener)
File "/usr/lib64/python3.4/pathlib.py", line 960, in _opener
return self._accessor.open(self, flags, mode)
File "/usr/lib64/python3.4/pathlib.py", line 326, in wrapped
return strfunc(str(pathobj), *args)
FileNotFoundError: [Errno 2] No such file or directory: '/root/universe/docker/local-universe/../../repo/packages/S/spark-history/0/resource.json'
make: *** [local-universe] Error 1
It fails with
resource.json no such file or directory
and the entire build of local-universe.tar.gz failsThe text was updated successfully, but these errors were encountered: