Hello,
We are running in the same error as the one opened yesterday on github on a demo project
https://github.com/dagger/dagger/issues/13008
To add a bit more context :
When a dagger command is failing (a normal failure, the command is running tests, and the tests are failing), we end up having this weird opentelemetry failure.
This happens whatever the dagger version (I tried downgrading from 0.20.6 to 0.19.6, and the opentelemetry issue is consistent).
This is weird, because we have dagger 0.19.6 in prod, and we don't have this error.
You can easily reproduce this by cloning our conference repo => https://github.com/vmaleze/dagger-devoxx-2026
Uncomment the kotlin-app/src/test/kotlin/com/example/FailingTest.kt and run dagger --progress dots -m dagger-kotlin call test --source ./kotlin-app export --path ./build/test-results
You will see the opentelemtry logs once the gradle test command fails.
If you have any inputs, our conference is on wednesday :p It would be nice to not have this behavior in our demo :p
What happened? What did you expect to happen? My Build is showing this: WARNING [opentelemetry.exporter.otlp.proto.http.metric_exporter]: Transient error Internal Server Error encountered while exp...
