-
Notifications
You must be signed in to change notification settings - Fork 69
Retrieval of content file(s) failing #395
Copy link
Copy link
Closed
Labels
type:BugInconsistencies or issues which will cause an incorrect result under some or all circumstancesInconsistencies or issues which will cause an incorrect result under some or all circumstancestype:DataChanges to example data (usually displayed images)Changes to example data (usually displayed images)type:InfrastructureInfrastructure/ecosystem related changes, such as CMake or buildbotsInfrastructure/ecosystem related changes, such as CMake or buildbotstype:TestingEnsure that the purpose of a class is met/the results on a wide set of test cases are correctEnsure that the purpose of a class is met/the results on a wide set of test cases are correct
Metadata
Metadata
Assignees
Labels
type:BugInconsistencies or issues which will cause an incorrect result under some or all circumstancesInconsistencies or issues which will cause an incorrect result under some or all circumstancestype:DataChanges to example data (usually displayed images)Changes to example data (usually displayed images)type:InfrastructureInfrastructure/ecosystem related changes, such as CMake or buildbotsInfrastructure/ecosystem related changes, such as CMake or buildbotstype:TestingEnsure that the purpose of a class is met/the results on a wide set of test cases are correctEnsure that the purpose of a class is met/the results on a wide set of test cases are correct
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
build-test-python-superbuildandbuild-test-documentationCI builds are consistently failing since some time.https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/actions/workflows/build-test-publish.yml
It looks like there is a SHA512 content file that cannot be retrieved properly
https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/runs/7933591657?check_suite_focus=true#step:8:8011
from https://insightsoftwareconsortium.github.io/ITKTestingData/SHA512
This results in a compiler error:
https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/runs/7933591657?check_suite_focus=true#step:8:8029
However, the file does exist in https://data.kitware.com:443/api/v1/file/hashsum/SHA512/ (opening the link with the SHA512 checksum downloads the file).
Additional Information
It is unclear to me the example to which the file corresponds (it is apparently named
OutputMeshes.png), but the content link of the only file named as suchhttps://github.com/InsightSoftwareConsortium/ITKSphinxExamples/blob/master/src/Filtering/QuadEdgeMeshFiltering/ComputePlanarParameterizationOfAMesh/OutputMeshes.png.sha512
Also, it looks like the failing content file is not always the same:
#393 (comment)
This is affecting the
masterbranch and any PR that has been submitted lately.