The GitHub Actions job "Java CI with Maven" on stormcrawler.git/warc-configurable-digest-algorithm has failed. Run started by GitHub user abhinav-phi (triggered by dpol1).
Head commit for run: 01718e62b38845f88d7e44ce5bd71cd3d7850a99 / abhinav-phi <[email protected]> Make the WARC digest algorithm configurable WARCRecordFormat hard coded the algorithm for the WARC-Payload-Digest and WARC-Block-Digest fields to SHA-1 with no way for an operator to choose another algorithm. Add the configuration key warc.digest.algorithm which accepts sha1 (the default, kept for compatibility with CDX indexes and other downstream tooling) and sha256, and thread it through WARCHdfsBolt so that response, request, resource and metadata records all use it. The static getDigestSha1 helpers are kept and deprecated in favour of the new getDigest instance methods. https://github.com/apache/stormcrawler/issues/2106 Report URL: https://github.com/apache/stormcrawler/actions/runs/33266303217 With regards, GitHub Actions via GitBox
