-
Notifications
You must be signed in to change notification settings - Fork 4
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
Intermittent Failures With ARM64 Builds #118
Comments
There is no pre-bundled archive we can use with Dynatrace. We always have to fetch the archive from Dynatrace and then install it. What's happening here is that the buildpack is attempting to fetch the dependency from Dynatrace and it's failing to download. It could be network-related, or it could be related to the server responding slowly. When you |
The above logs were with debug and verbose logging. There were no helpful details. |
So, it's hard to say. It seems network or related to the dynatrace server response. You can try adjusting the timeout settings, and see if that might help. They correlate to various Go HTTP Client timeouts. I put some info below.
I could perhaps see Hope that helps! |
We have noticed intermittent failures with installing Dynatrace OneAgent when using this buildpacks to build ARM images and running on ARM. Debug and verbose logs do not reveal anything helpful to us. Removing the pack caching directives or issuing the clear-cache directive does not clear it up.
Expected Behavior
Dynatrace OneAgent is installed
Current Behavior
If it matters: We are exploring migrating our existing AMD64 services to ARM64. The other buildpacks are fine. The Dynatrace buildpack is the only one that is experiencing this issue.
Pack build command:
Sometimes it fails:
Sometimes it passes:
Possible Solution
Not sure
Steps to Reproduce
Motivations
The text was updated successfully, but these errors were encountered: