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

COMP: Attempt to fix restoration of cache in upload job #133

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

jcfr
Copy link
Member

@jcfr jcfr commented Jul 3, 2024

This commit is an attempt to fix errors like the following:

[...]

Found a cache from build 718 at applauncher-build-934889f29d7d1ea60adf7b6d8844028749872863
Size: 103 MiB
Cached paths:
  * /usr/src/AppLauncher-build

Downloading cache archive...
Validating cache...
Download duration for cache file /tmp/cache1192561374: 2.771237192s

Unarchiving cache...
Skipping writing "usr/src/AppLauncher-build/" - mkdir /usr/src/AppLauncher-build: permission denied
Skipping writing "usr/src/AppLauncher-build/Base/" - mkdir /usr/src/AppLauncher-build: permission denied

[...]

/bin/bash: line 6: cd: /usr/src/AppLauncher: No such file or directory

@jcfr jcfr force-pushed the circleci-additional-upload-package-fix branch 3 times, most recently from 3431cd9 to 2ac976d Compare July 3, 2024 05:26
This commit is an attempt to fix errors like the following:

```
[...]

Found a cache from build 718 at applauncher-build-934889f29d7d1ea60adf7b6d8844028749872863
Size: 103 MiB
Cached paths:
  * /usr/src/AppLauncher-build

Downloading cache archive...
Validating cache...
Download duration for cache file /tmp/cache1192561374: 2.771237192s

Unarchiving cache...
Skipping writing "usr/src/AppLauncher-build/" - mkdir /usr/src/AppLauncher-build: permission denied
Skipping writing "usr/src/AppLauncher-build/Base/" - mkdir /usr/src/AppLauncher-build: permission denied

[...]

/bin/bash: line 6: cd: /usr/src/AppLauncher: No such file or directory
```
@jcfr jcfr force-pushed the circleci-additional-upload-package-fix branch from 2ac976d to ccb06d6 Compare July 3, 2024 05:29
@jcfr jcfr merged commit ee56705 into commontk:main Jul 3, 2024
4 of 5 checks passed
@jcfr jcfr deleted the circleci-additional-upload-package-fix branch July 3, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant