Erik Sipsma
Erik Sipsma
(finishing up https://github.com/dagger/dagger/pull/7804 first, then getting back to this)
Update on this: * Been struggling with the split responsibilities between buildkit + dagger that come along with a fleshed out implementation of this * Tried to just layer on...
A more recent occurrence: https://dagger.cloud/dagger/traces/d3d78f332e319053276fdfb8c361e847?span=dc9053fa403f4550#dc9053fa403f4550:L8
Fixed a problem with the debug logs around this issue and made a change that should result in user-facing errors having more information required to debug this: https://github.com/dagger/dagger/pull/8553 Still quite...
Caught this with the updated logs [here](https://dagger.cloud/dagger/traces/eaf8be8f50c029ffe37def2ce8a1b2cd?span=cd508bf447957d24#995e7b387b088431): ``` failed to compute cache key: context canceled: github.com/moby/buildkit/solver.(*edge).createInputRequests.(*edge).createInputRequests.func1.func2 ``` Need to follow up with investigation into that code in buildkit, but finally...
I looked at the [most recent occurrence mentioned in previous comment](https://dagger.cloud/dagger/traces/eaf8be8f50c029ffe37def2ce8a1b2cd?span=cd508bf447957d24#995e7b387b088431) again, this time I through shenanigans managed to get the nested engine logs out of the traces (without my...
This has started popping up in CI a bit more again and has been reported by a user now too. Given our progress on dag-op we may not be super...
> Loading the user's `.gitconfig` would break the pipeline's portability (it would behave differently based on contextual data). Instead, I'd support it at the API level with the ability to...
Closest integ test we have to this is: https://github.com/sipsma/dagger/blob/cb77cc8da722f69dded2d4e59a14212ef9a02243/core/integration/cache_test.go#L87-L87 With this diff: ```diff diff --git a/core/integration/cache_test.go b/core/integration/cache_test.go index 2200fd768..9380f1ff7 100644 --- a/core/integration/cache_test.go +++ b/core/integration/cache_test.go @@ -88,11 +88,20 @@ func (CacheSuite)...
In the interest of being able to ship something quickly and then iterate, I think it's worth considering starting with TTL settings as being defined as properties of the function...