theupdateframework / tuf-on-ci

A TUF repository and signing tool
Other
19 stars 10 forks source link

investigate build-repository failure #342

Closed jku closed 2 months ago

jku commented 2 months ago

There may be a problem with snapshots that include deleted roles

File "/opt/hostedtoolcache/Python/3.11.9/x64/bin/tuf-on-ci-build-repository", line 8, in <module>
sys.exit(build_repository())
^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/tuf_on_ci/build_repository.py", line 23, in build_repository
repo.build(metadata, artifacts)
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/tuf_on_ci/_repository.py", line 505, in build
shutil.copy(src_path, dst_path)
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/shutil.py", line 431, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/shutil.py", line 256, in copyfile
with open(src, 'rb') as fsrc:
^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'metadata/rekor.json'