Using Dagger v0.13.6, I'm having trouble with a Dagger module that installs the Dagger CLI to container in order to test other Dagger modules.
I'm intermittently receiving these errors
2024/10/29 16:55:34 ERROR failed to emit telemetry error="failed to upload metrics: context deadline exceeded: retry-able request failure"
16:55:50 ERR failed to emit telemetry error="traces export: failed to send to http://127.0.0.1:46755/v1/traces: 500 Internal Server Error"
16:55:55 ERR failed to emit telemetry error="failed to send logs to http://127.0.0.1:46755/v1/logs: 500 Internal Server Error"
I have DO_NOT_TRACK=1 set on the host calling the Dagger CLI, and in the containers which also call Dagger CLI, and I still receive the message. Which eventually causes a timeout, or at the very best severely extends the time it takes to execute the pipeline when compared to v0.13.5.
Please help 🥹