Skip to content

Instantly share code, notes, and snippets.

@vasi
Last active September 9, 2025 10:23
Show Gist options
  • Select an option

  • Save vasi/d2a29ea58ac18f28ce7905effa993cc2 to your computer and use it in GitHub Desktop.

Select an option

Save vasi/d2a29ea58ac18f28ce7905effa993cc2 to your computer and use it in GitHub Desktop.
Azure Linux ccache
Cacheable calls: 2607 / 2622 (99.43%)
Hits: 2396 / 2607 (91.91%)
Direct: 2393 / 2396 (99.87%)
Preprocessed: 3 / 2396 ( 0.13%)
Misses: 211 / 2607 ( 8.09%)
Uncacheable calls: 15 / 2622 ( 0.57%)
Local storage:
Cache size (GiB): 5.0 / 5.0 (99.88%)
Cleanups: 20
Hits: 2396 / 2607 (91.91%)
Misses: 211 / 2607 ( 8.09%)
# Fetching the above ccache file from the CLI. It's 5 GB compressed, and contains a whole ccache directory.
az storage blob download --account-name marinerccache --container-name 30-stable --name x86_64/3.0.20250417-3.0-789628/nodejs-ccache.tar.gz --file out.tar.gz
time="2025-09-09T09:55:42Z" level=info msg="* Creating a ccache manager instance *"
time="2025-09-09T09:55:42Z" level=info msg=" ccache root folder : (/root/azurelinux/ccache)"
time="2025-09-09T09:55:42Z" level=info msg=" ccache remote configuration: (/root/azurelinux/toolkit/resources/manifests/package/ccache-configuration.json)"
time="2025-09-09T09:55:42Z" level=info msg=" loading ccache configuration file: /root/azurelinux/toolkit/resources/manifests/package/ccache-configuration.json"
time="2025-09-09T09:55:42Z" level=info msg=" Type : azure-blob-storage"
time="2025-09-09T09:55:42Z" level=info msg=" TenantId : "
time="2025-09-09T09:55:42Z" level=info msg=" UserName : "
time="2025-09-09T09:55:42Z" level=info msg=" StorageAccount : marinerccache"
time="2025-09-09T09:55:42Z" level=info msg=" ContainerName : 30-stable"
time="2025-09-09T09:55:42Z" level=info msg=" Tagsfolder : tags"
time="2025-09-09T09:55:42Z" level=info msg=" DownloadEnabled: true"
time="2025-09-09T09:55:42Z" level=info msg=" DownloadLatest : true"
time="2025-09-09T09:55:42Z" level=info msg=" DownloadFolder : "
time="2025-09-09T09:55:42Z" level=info msg=" UploadEnabled : false"
time="2025-09-09T09:55:42Z" level=info msg=" UploadFolder : "
time="2025-09-09T09:55:42Z" level=info msg=" UpdateLatest : false"
time="2025-09-09T09:55:42Z" level=info msg=" KeepLatestOnly : false"
time="2025-09-09T09:55:42Z" level=info msg=" creating blob storage client..."
time="2025-09-09T09:55:42Z" level=info msg=" ccache pkg folder : (/root/azurelinux/ccache/work/x86_64/nodejs)"
time="2025-09-09T09:55:42Z" level=info msg=" tag local source : (/root/azurelinux/ccache/downloads/nodejs-latest-build.txt)"
time="2025-09-09T09:55:42Z" level=info msg=" tag remote source : (x86_64/tags/nodejs-latest-build.txt)"
time="2025-09-09T09:55:42Z" level=info msg=" tag local target : (/root/azurelinux/ccache/uploads/nodejs-latest-build.txt)"
time="2025-09-09T09:55:42Z" level=info msg=" tag remote target : (x86_64/tags/nodejs-latest-build.txt)"
time="2025-09-09T09:55:42Z" level=info msg=" ccache is configured to use the latest from the remote store..."
time="2025-09-09T09:55:42Z" level=info msg=" checking if (/root/azurelinux/ccache/downloads/nodejs-latest-build.txt) already exists..."
time="2025-09-09T09:55:42Z" level=info msg=" downloading (x86_64/tags/nodejs-latest-build.txt) to (/root/azurelinux/ccache/downloads/nodejs-latest-build.txt)..."
time="2025-09-09T09:55:42Z" level=info msg=" download time: 281.216071ms"
time="2025-09-09T09:55:42Z" level=info msg=" updating () to (3.0.20250417-3.0-789628)..."
time="2025-09-09T09:55:42Z" level=info msg=" tar local source : (/root/azurelinux/ccache/downloads/nodejs-ccache.tar.gz)"
time="2025-09-09T09:55:42Z" level=info msg=" tar remote source : (x86_64/3.0.20250417-3.0-789628/nodejs-ccache.tar.gz)"
time="2025-09-09T09:55:42Z" level=info msg=" tar local target : (/root/azurelinux/ccache/uploads/nodejs-ccache.tar.gz)"
time="2025-09-09T09:55:42Z" level=info msg=" tar remote target : (x86_64//nodejs-ccache.tar.gz)"
time="2025-09-09T09:55:42Z" level=info msg="* processing download of ccache artifacts..."
time="2025-09-09T09:55:42Z" level=info msg=" downloading (x86_64/3.0.20250417-3.0-789628/nodejs-ccache.tar.gz) to (/root/azurelinux/ccache/downloads/nodejs-ccache.tar.gz)..."
time="2025-09-09T09:55:42Z" level=info msg="Building (nodejs-20.14.0-9.azl3.src.rpm)."
time="2025-09-09T09:58:33Z" level=info msg=" download time: 2m51.299897998s"
time="2025-09-09T09:58:33Z" level=info msg=" uncompressing (/root/azurelinux/ccache/downloads/nodejs-ccache.tar.gz) into (/root/azurelinux/ccache/work/x86_64/nodejs)."
time="2025-09-09T09:58:33Z" level=debug msg="Executing: [tar xf /root/azurelinux/ccache/downloads/nodejs-ccache.tar.gz -C /root/azurelinux/ccache/work/x86_64/nodejs .]"
time="2025-09-09T09:58:46Z" level=info msg=" uncompress time: 12.234610523s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment