Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still "No digest algorithm is available to verify download of " during assemble-repository #2710

Closed
dhendriks opened this issue Aug 13, 2023 · 2 comments · Fixed by #3122
Closed

Comments

@dhendriks
Copy link
Contributor

Follow-up of #1482.

The issue was reduced, but not completely solved. We still get several such warnings in Tycho 4.0.1:

[2023-08-11T08:49:37.917Z] [INFO] --- tycho-p2-repository:4.0.1:assemble-repository (default-assemble-repository) @ org.eclipse.escet.product ---
[2023-08-11T08:49:37.917Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[2023-08-11T08:50:10.010Z] [WARNING] [349e7efd-6b6e-442a-abc7-000cf4144b2c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.1] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-text.source,1.10.0.
[2023-08-11T08:50:10.010Z] [WARNING] [349e7efd-6b6e-442a-abc7-000cf4144b2c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.1] No digest algorithm is available to verify download of binary,org.eclipse.escet.product.headless.feature_root.gtk.linux.x86_64,1.0.0.v20230811-083501-dev.
[2023-08-11T08:50:10.010Z] [WARNING] [349e7efd-6b6e-442a-abc7-000cf4144b2c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.1] No digest algorithm is available to verify download of osgi.bundle,com.github.com-github-javabdd.com.github.javabdd.source,6.0.0.
[2023-08-11T08:50:10.010Z] [WARNING] [349e7efd-6b6e-442a-abc7-000cf4144b2c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.1] No digest algorithm is available to verify download of binary,org.eclipse.escet.product.feature_root,1.0.0.v20230811-083501-dev.
[2023-08-11T08:50:10.010Z] [WARNING] [349e7efd-6b6e-442a-abc7-000cf4144b2c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.1] No digest algorithm is available to verify download of binary,org.eclipse.escet.product.executable.gtk.linux.x86_64,1.0.0.v20230811-083501-dev.
[2023-08-11T08:50:10.010Z] [WARNING] [349e7efd-6b6e-442a-abc7-000cf4144b2c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.1] No digest algorithm is available to verify download of binary,org.eclipse.escet.product.headless.feature_root.win32.win32.x86_64,1.0.0.v20230811-083501-dev.
[2023-08-11T08:50:10.010Z] [WARNING] [349e7efd-6b6e-442a-abc7-000cf4144b2c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.1] No digest algorithm is available to verify download of binary,org.eclipse.escet.product.executable.win32.win32.x86_64,1.0.0.v20230811-083501-dev.
[2023-08-11T08:50:10.010Z] [WARNING] [349e7efd-6b6e-442a-abc7-000cf4144b2c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.1] No digest algorithm is available to verify download of binary,org.eclipse.escet.product.executable.cocoa.macosx.x86_64,1.0.0.v20230811-083501-dev.
[2023-08-11T08:50:10.010Z] [WARNING] [349e7efd-6b6e-442a-abc7-000cf4144b2c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.1] No digest algorithm is available to verify download of binary,org.eclipse.escet.product.executable.cocoa.macosx.aarch64,1.0.0.v20230811-083501-dev.

Note that these concern:

  • Root features.
  • Direct-from-Maven dependencies.
  • Executables for the product.

I'll try to create a reproducer, as suggested.

@dhendriks
Copy link
Contributor Author

I've created a reproducer at #2711.

@laeubi
Copy link
Member

laeubi commented Dec 5, 2023

I was now able to fix it for the root files what was a bit tricky but products seem to generate there metadata differently...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants