Opened 2 months ago

Closed 7 weeks ago

#1851 closed defect (fixed)

Error when downloading from https://builds.smartmontools.org/

Reported by: EugenAM Owned by: Alex Samorukov
Priority: minor Milestone:
Component: all Version:
Keywords: Cc:

Description

For example, I'm trying to download https://builds.smartmontools.org/ #1927 builds/smartmontools-linux-x86_64-static-7.5-r5613.tar.gz today.


ash-4.4# curl https://output.circle-artifacts.com/output/job/a270debf-d10c-4990-add4-eddeef0bfc0e/artifacts/0/builds/smartmontools-linux-x86_64-static-7.5-r5613.tar.gz
{"message":"not found"}

Change History (5)

comment:1 by Alex Samorukov, 2 months ago

This is a known issue related to the CI object expiration CircleCI did. I am not sure yet how to solve it properly. Maybe we should update to some storage (which one?) as part of the CI. I need to check if artifacts on GHA expire the same way.

That is about CircleCI:

By default, artifact storage duration is set to 30 days. This can be customized on the CircleCI web app by navigating to Plan Usage Controls. Currently, 30 days is also the maximum storage duration you can set.

Version 1, edited 2 months ago by Alex Samorukov (previous) (next) (diff)

comment:2 by Alex Samorukov, 2 months ago

Owner: set to Alex Samorukov
Priority: majorminor
Status: newaccepted

comment:3 by Alex Samorukov, 2 months ago

As a workaround, we can try scheduled runs every week. That would at least make the latest build always available.

Last edited 2 months ago by Alex Samorukov (previous) (diff)

comment:4 by Alex Samorukov, 2 months ago

Done. Configured to be run on every Monday, 2:00 UTC. I will close the ticket once it will succeed.

comment:5 by Alex Samorukov, 7 weeks ago

Resolution: fixed
Status: acceptedclosed

scheduled build works as expected, closing ticket

Note: See TracTickets for help on using tickets.