-
Notifications
You must be signed in to change notification settings - Fork 52
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
Remote cache cannot be used in consumer mode - local fingerprint does not match with remote one #174
Comments
Thanks @pp-gtroshin for the extensive logs. I wish we have more such descriptive reports. Can you look into https://IOS_PROJECT_NAME-xcode-remote-cache.storage.googleapis.com/meta/3309eaa5d149c2c9f770f67b734db377dae83a06-Store-Debug-iphonesimulator-14A400-eccc143bfd3c1cd4f4c0d2842b7b3f1f.json content? There will be a list of files that are used to compute the fingerprint and verify if none of these files are static, deterministically generated and do not contain absolute paths as a content? In logs I see that there is remapping involved (see |
Thanks for the swift response, @polac24! I checked the metafile, you referenced.
Regarding the remapping. I actually thought this is not important for some reason. Please, see the screenshots.
Should I add the In my specific case, the
Also, if this helps, this is a project structure and how we integrate XCRemoteCache at the
|
Hi! The I know this is a bit cumbersome to handle these out-of-band paths in an external script so for such cases, it would be good to investigate when and by who are these files generated and think if there is any better way to reference them in the .xcodeproj. But for now, I suggest going with the out-of-band approach. You mention that the first batch of files come from SPM so supporting such dependencies automatically, without out-of-band mapping, could be something to add in the XCRemoteCache upstream. |
@polac24 thanks for the response. I tried this Producer Logs Timestamp Ty Process[PID:TID] 2022-11-15 10:29:59.427 I xcprepare[2659:2459] Extra config override failed with missingConfigurationFile(user.rcinfo -- file:///Users/distiller/project/IOS_PROJECT_NAME/). Skipping extra configuration 2022-11-15 10:35:47.752 I xcprepare[5571:4968] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:36:12.664 I xcprepare[5835:4c23] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 Filtering the log data using "sender BEGINSWITH "xc"" Timestamp Ty Process[PID:TID] 2022-11-15 10:29:59.427 I xcprepare[2659:2459] Extra config override failed with missingConfigurationFile(user.rcinfo -- file:///Users/distiller/project/IOS_PROJECT_NAME/). Skipping extra configuration 2022-11-15 10:35:01.117 E xcprebuild[5420:45a8] (Store) Prebuild step disabled, selected mode: producer 2022-11-15 10:35:01.146 Df xcswiftc[5423:45ac] Fallbacking to compilation using swiftc. 2022-11-15 10:35:36.891 I xcpostbuild[5506:484c] (Store) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Products/. Remapping: /Users/distiller/project/DerivedData/Build/Products 2022-11-15 10:35:36.891 I xcpostbuild[5506:484c] (Store) Found url to remapp: file:///Users/distiller/project/IOS_PROJECT_NAME/. Remapping: /Users/distiller/project/IOS_PROJECT_NAME 2022-11-15 10:35:36.891 I xcpostbuild[5506:484c] (Store) Found url to remapp: file:///Users/distiller/project/SourcePackages/checkouts/. Remapping: /Users/distiller/project/SourcePackages/checkouts 2022-11-15 10:35:36.891 I xcpostbuild[5506:484c] (Store) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Intermediates.noindex/. Remapping: /Users/distiller/project/DerivedData/Build/Intermediates.noindex 2022-11-15 10:35:42.669 I xcpostbuild[5506:484c] (Store) Making upload request to https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/file/31d1b7a3b042cc299ff6d2800ca3ef4f.zip with 3 retries. 2022-11-15 10:35:45.576 I xcpostbuild[5506:484c] (Store) Making upload request to https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/meta/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Store-Debug-iphonesimulator-14A400-eccc143bfd3c1cd4f4c0d2842b7b3f1f.json with 3 retries. 2022-11-15 10:35:47.752 I xcprepare[5571:4968] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:35:49.583 E xcprebuild[5581:4983] (IOS_PROJECT_NAMEUITests) Prebuild step disabled, selected mode: producer 2022-11-15 10:35:49.599 Df xcswiftc[5582:4985] Fallbacking to compilation using swiftc. 2022-11-15 10:36:05.082 I xcpostbuild[5599:4aaf] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Products/. Remapping: /Users/distiller/project/DerivedData/Build/Products 2022-11-15 10:36:05.082 I xcpostbuild[5599:4aaf] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/IOS_PROJECT_NAME/. Remapping: /Users/distiller/project/IOS_PROJECT_NAME 2022-11-15 10:36:05.082 I xcpostbuild[5599:4aaf] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Intermediates.noindex/. Remapping: /Users/distiller/project/DerivedData/Build/Intermediates.noindex 2022-11-15 10:36:05.082 I xcpostbuild[5599:4aaf] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/SourcePackages/checkouts/. Remapping: /Users/distiller/project/SourcePackages/checkouts 2022-11-15 10:36:08.126 I xcpostbuild[5599:4aaf] (IOS_PROJECT_NAMEUITests) Making upload request to https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/file/f97eae5c59336be55594f95bc31ae2dc.zip with 3 retries. 2022-11-15 10:36:09.841 I xcpostbuild[5599:4aaf] (IOS_PROJECT_NAMEUITests) Making upload request to https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/meta/65e733e798be3c2e53d837db4f9fd7b20e043c9d-IOS_PROJECT_NAMEUITests-Debug-iphonesimulator-14A400-bfd512a3a8ee6ba690a014460dbe617f.json with 3 retries. 2022-11-15 10:36:12.664 I xcprepare[5835:4c23] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 Consumer Logs Filtering the log data using "sender == "xcprepare"" Timestamp Ty Process[PID:TID] 2022-11-15 10:53:01.144 I xcprepare[2420:1e3e] Extra config override failed with missingConfigurationFile(user.rcinfo -- file:///Users/distiller/project/IOS_PROJECT_NAME/). Skipping extra configuration 2022-11-15 10:53:01.631 I xcprepare[2420:1e3e] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.631 I xcprepare[2420:1e3e] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.840 I xcprepare[2420:1e3e] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.840 I xcprepare[2420:1e3e] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.903 I xcprepare[2420:1e3e] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.903 I xcprepare[2420:1e3e] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:02.362 I xcprepare[2420:1e3e] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:53:02.362 I xcprepare[2420:1e3e] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:53:02.429 I xcprepare[2420:1e3e] ClangWrapperBuilder compiles file at file:///var/folders/bl/wbxjgtzx7j5_mjsmfr3ynlc00000gp/T/xccc.c. 2022-11-15 10:53:03.965 I xcprepare[2420:1e3e] Clang compilation output: 2022-11-15 10:53:04.467 I xcprepare[2649:1f78] Extra config override failed with missingConfigurationFile(user.rcinfo -- file:///Users/distiller/project/IOS_PROJECT_NAME/). Skipping extra configuration 2022-11-15 10:53:04.990 I xcprepare[2650:1f7a] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:04.990 I xcprepare[2650:1f7a] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.114 I xcprepare[2650:1f7a] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.114 I xcprepare[2650:1f7a] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.175 I xcprepare[2650:1f7a] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.175 I xcprepare[2650:1f7a] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.650 I xcprepare[2650:1f7a] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:53:05.650 I xcprepare[2650:1f7a] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:53:05.712 I xcprepare[2650:1f7a] ClangWrapperBuilder compiles file at file:///var/folders/bl/wbxjgtzx7j5_mjsmfr3ynlc00000gp/T/xccc.c. 2022-11-15 10:53:06.057 I xcprepare[2650:1f7a] Clang compilation output: Filtering the log data using "sender BEGINSWITH "xc"" Timestamp Ty Process[PID:TID] 2022-11-15 10:53:01.144 I xcprepare[2420:1e3e] Extra config override failed with missingConfigurationFile(user.rcinfo -- file:///Users/distiller/project/IOS_PROJECT_NAME/). Skipping extra configuration 2022-11-15 10:53:01.631 I xcprepare[2420:1e3e] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.631 I xcprepare[2420:1e3e] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.840 I xcprepare[2420:1e3e] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.840 I xcprepare[2420:1e3e] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.903 I xcprepare[2420:1e3e] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:01.903 I xcprepare[2420:1e3e] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:02.362 I xcprepare[2420:1e3e] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:53:02.362 I xcprepare[2420:1e3e] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:53:02.429 I xcprepare[2420:1e3e] ClangWrapperBuilder compiles file at file:///var/folders/bl/wbxjgtzx7j5_mjsmfr3ynlc00000gp/T/xccc.c. 2022-11-15 10:53:03.965 I xcprepare[2420:1e3e] Clang compilation output: 2022-11-15 10:53:04.467 I xcprepare[2649:1f78] Extra config override failed with missingConfigurationFile(user.rcinfo -- file:///Users/distiller/project/IOS_PROJECT_NAME/). Skipping extra configuration 2022-11-15 10:53:04.990 I xcprepare[2650:1f7a] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:04.990 I xcprepare[2650:1f7a] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.114 I xcprepare[2650:1f7a] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.114 I xcprepare[2650:1f7a] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.175 I xcprepare[2650:1f7a] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.175 I xcprepare[2650:1f7a] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/bucket-health/ 2022-11-15 10:53:05.650 I xcprepare[2650:1f7a] Checking HTTP file HEAD for https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:53:05.650 I xcprepare[2650:1f7a] Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/marker/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Debug-iphonesimulator-14A400-5 2022-11-15 10:53:05.712 I xcprepare[2650:1f7a] ClangWrapperBuilder compiles file at file:///var/folders/bl/wbxjgtzx7j5_mjsmfr3ynlc00000gp/T/xccc.c. 2022-11-15 10:53:06.057 I xcprepare[2650:1f7a] Clang compilation output: 2022-11-15 10:58:04.436 E xcprebuild[5432:41e2] (Store) Couldn't verify if should disable RC for 65e733e798be3c2e53d837db4f9fd7b20e043c9d. 2022-11-15 10:58:04.441 I xcprebuild[5432:41e2] (Store) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Products/. Remapping: /Users/distiller/project/DerivedData/Build/Products 2022-11-15 10:58:04.441 I xcprebuild[5432:41e2] (Store) Found url to remapp: file:///Users/distiller/project/IOS_PROJECT_NAME/. Remapping: /Users/distiller/project/IOS_PROJECT_NAME 2022-11-15 10:58:04.441 I xcprebuild[5432:41e2] (Store) Found url to remapp: file:///Users/distiller/project/SourcePackages/checkouts/. Remapping: /Users/distiller/project/SourcePackages/checkouts 2022-11-15 10:58:04.441 I xcprebuild[5432:41e2] (Store) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Intermediates.noindex/. Remapping: /Users/distiller/project/DerivedData/Build/Intermediates.noindex 2022-11-15 10:58:04.442 I xcprebuild[5432:41e2] (Store) Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/meta/65e733e798be3c2e53d837db4f9fd7b20e043c9d-Store-Debug-iphonesimulator-14A400-eccc143bfd3c1cd4f4c0d2842b7b3f1f.json 2022-11-15 10:58:04.813 I xcprebuild[5432:41e2] (Store) Local fingerprint Fingerprint(raw: "ead1de79f9dd72610f231c2a0bb55180", contextSpecific: "af9a748e0c8d336f78372264a0adbb8d") does not match with remote one cd38140edca6591b75a6560201d8c09e. 2022-11-15 10:58:04.813 I xcprebuild[5432:41e2] (Store) Remote cache cannot be used 2022-11-15 10:58:04.883 I xcswiftc[5435:41ed] Swiftc marker doesn't exist 2022-11-15 10:58:04.884 Df xcswiftc[5435:41ed] Fallbacking to compilation using swiftc. 2022-11-15 10:58:39.402 I xcpostbuild[5516:451e] (Store) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Products/. Remapping: /Users/distiller/project/DerivedData/Build/Products 2022-11-15 10:58:39.402 I xcpostbuild[5516:451e] (Store) Found url to remapp: file:///Users/distiller/project/IOS_PROJECT_NAME/. Remapping: /Users/distiller/project/IOS_PROJECT_NAME 2022-11-15 10:58:39.402 I xcpostbuild[5516:451e] (Store) Found url to remapp: file:///Users/distiller/project/SourcePackages/checkouts/. Remapping: /Users/distiller/project/SourcePackages/checkouts 2022-11-15 10:58:39.402 I xcpostbuild[5516:451e] (Store) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Intermediates.noindex/. Remapping: /Users/distiller/project/DerivedData/Build/Intermediates.noindex 2022-11-15 10:58:44.230 E xcprebuild[5581:4625] (IOS_PROJECT_NAMEUITests) Couldn't verify if should disable RC for 65e733e798be3c2e53d837db4f9fd7b20e043c9d. 2022-11-15 10:58:44.235 I xcprebuild[5581:4625] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Products/. Remapping: /Users/distiller/project/DerivedData/Build/Products 2022-11-15 10:58:44.235 I xcprebuild[5581:4625] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/IOS_PROJECT_NAME/. Remapping: /Users/distiller/project/IOS_PROJECT_NAME 2022-11-15 10:58:44.235 I xcprebuild[5581:4625] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Intermediates.noindex/. Remapping: /Users/distiller/project/DerivedData/Build/Intermediates.noindex 2022-11-15 10:58:44.235 I xcprebuild[5581:4625] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/SourcePackages/checkouts/. Remapping: /Users/distiller/project/SourcePackages/checkouts 2022-11-15 10:58:44.235 I xcprebuild[5581:4625] (IOS_PROJECT_NAMEUITests) Making request https://IOS_PROJECT_NAME-ios-xcode-remote-cache.storage.googleapis.com/meta/65e733e798be3c2e53d837db4f9fd7b20e043c9d-IOS_PROJECT_NAMEUITests-Debug-iphonesimulator-14A400-bfd512a3a8ee6ba690a014460dbe617f.json 2022-11-15 10:58:44.641 I xcprebuild[5581:4625] (IOS_PROJECT_NAMEUITests) Local fingerprint Fingerprint(raw: "d59a17b2982904e3739c9357ea4280a0", contextSpecific: "ed63b208afce7dfcb01b5bbc61274527") does not match with remote one 1bd8e0fbf59b613c8e6b3269fe322fe4. 2022-11-15 10:58:44.641 I xcprebuild[5581:4625] (IOS_PROJECT_NAMEUITests) Remote cache cannot be used 2022-11-15 10:58:44.735 I xcswiftc[5582:462a] Swiftc marker doesn't exist 2022-11-15 10:58:44.735 Df xcswiftc[5582:462a] Fallbacking to compilation using swiftc. 2022-11-15 10:59:00.920 I xcpostbuild[5597:475e] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Products/. Remapping: /Users/distiller/project/DerivedData/Build/Products 2022-11-15 10:59:00.920 I xcpostbuild[5597:475e] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/IOS_PROJECT_NAME/. Remapping: /Users/distiller/project/IOS_PROJECT_NAME 2022-11-15 10:59:00.920 I xcpostbuild[5597:475e] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/DerivedData/Build/Intermediates.noindex/. Remapping: /Users/distiller/project/DerivedData/Build/Intermediates.noindex 2022-11-15 10:59:00.920 I xcpostbuild[5597:475e] (IOS_PROJECT_NAMEUITests) Found url to remapp: file:///Users/distiller/project/SourcePackages/checkouts/. Remapping: /Users/distiller/project/SourcePackages/checkouts |
The Because the log doesn't mention that a file is missing (that would be a sign of invalid out-of-band remapping) but the |
I started comparing and found that there are 2 files with the same commit SHA. Which is confusing. Could it be the reason that it's can not match the fingerprints? Why there are two meta files with the same SHA but different fingerprints?
|
@pp-gtroshin |
My integration setup
xcprepare integrate ...
Expected/desired behavior
The remote build cache is found and can be used in consumer mode. The local fingerprint should match the remote one.
Minimal reproduction of the problem with instructions
X
branch from amaster
X
branch and build itNOTE: If there are no changes to the iOS project code (regardless if this is a change to Swift or other filles), the cache is used and it gives a reasonable performance boost to Debug and AdHoc builds.
Producer Logs
Consumer Logs
Environment
Post build stats
Others
I tried to debug an issue with https://github.com/spotify/XCRemoteCache/blob/master/docs/FAQ.md#troubleshooting-cache-misses guide but was no luck.
Also I tried to experiment with
cache_commit_history
andartifact_maximum_age
flags - but no luck.See the latest
.rcinfo
The text was updated successfully, but these errors were encountered: