SAP / ui5-typescript

Tooling to enable TypeScript support in SAPUI5/OpenUI5 projects
https://sap.github.io/ui5-typescript
Apache License 2.0
202 stars 28 forks source link

sha512 checksum error for @sapui5/types 1.120.20 #477

Closed heimwege closed 1 month ago

heimwege commented 1 month ago

Describe the bug Currently our pipeline complains about the tar file for types 1.120.20 when trying to execute the unit and opa5 tests

[2024-10-01T09:06:32.179Z] info  karmaExecuteTests - running command: npm install --quiet
<some more logs here>
[2024-10-01T09:07:11.915Z] info  karmaExecuteTests - npm warn tarball tarball data for @sapui5/types@https://.../artifactory/api/npm/build-releases-npm/@sapui5/types/-/types-1.120.20.tgz (sha512-SlfmdiPqHQzj0CyQI9xLj8Hb5wvXoRvrYPsa4buTOH7DnBjh/GIdK6lFyUV7cn24H8sEOmhZfaZLun7FPIhEBQ==) seems to be corrupted. Trying again.
[2024-10-01T09:07:12.884Z] info  karmaExecuteTests - npm warn tarball tarball data for @sapui5/types@https://.../artifactory/api/npm/build-releases-npm/@sapui5/types/-/types-1.120.20.tgz (sha512-SlfmdiPqHQzj0CyQI9xLj8Hb5wvXoRvrYPsa4buTOH7DnBjh/GIdK6lFyUV7cn24H8sEOmhZfaZLun7FPIhEBQ==) seems to be corrupted. Trying again.
[2024-10-01T09:07:39.855Z] info  karmaExecuteTests - npm error code EINTEGRITY
[2024-10-01T09:07:39.855Z] info  karmaExecuteTests - npm error sha512-SlfmdiPqHQzj0CyQI9xLj8Hb5wvXoRvrYPsa4buTOH7DnBjh/GIdK6lFyUV7cn24H8sEOmhZfaZLun7FPIhEBQ== integrity checksum failed when using sha512: wanted sha512-SlfmdiPqHQzj0CyQI9xLj8Hb5wvXoRvrYPsa4buTOH7DnBjh/GIdK6lFyUV7cn24H8sEOmhZfaZLun7FPIhEBQ== but got sha512-N+IBqKPqnkcJsLL2sRtuMlSusZ2egJFunGzNNYh2q7N2iIJQw61YmMDZs+KRlsgKxb5eN/6u77sNuBtTVsSf0g==. (3156737 bytes)

Expected behavior no error when installing the types

RandomByte commented 1 month ago

Replied via internal mail. I suspect this to be an infrastructure issue not related to the @sapui5/types packages themselves.