google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
452 stars 89 forks source link

Jenkins E2E failures #466

Closed ramo-j closed 9 months ago

ramo-j commented 1 year ago

An issue with dependencies it appears:

RuntimeError

  Hash for mypy (0.961) from archive mypy-0.961-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl not found in known hashes (was: sha256:4f04f326e0d4beffd9f1076c13ccfca0288eb11ab79d6ae91855da1ff9b4b59b)

  at /usr/local/lib/python3.10/dist-packages/poetry/installation/executor.py:754 in _validate_archive_hash
      750│         archive_hash: str = "sha256:" + get_file_hash(archive)
      751│         known_hashes = {f["hash"] for f in package.files}
      752│
      753│         if archive_hash not in known_hashes:
    → 754│             raise RuntimeError(
      755│                 f"Hash for {package} from archive {[archive.name](http://archive.name/)} not found in"
      756│                 f" known hashes (was: {archive_hash})"
      757│             )
      758│

  EOFError

  Compressed file ended before the end-of-stream marker was reached

  at /usr/lib/python3.10/gzip.py:507 in read
      503│
      504│             if uncompress != b"":
      505│                 break
      506│             if buf == b"":
    → 507│                 raise EOFError("Compressed file ended before the "
      508│                                "end-of-stream marker was reached")
      509│
      510│         self._add_read_data( uncompress )
      511│         self._pos += len(uncompress)

Build step 'Execute shell' marked build as failure