#Dagger Cloud
1 messages · Page 1 of 1 (latest)
I looked through your traces from before that happened to see if there were any clues on what might have caused it
(I'm fairly certain this has popped up occasionally for a while now, don't think it's new to v0.19.10)
with an extremely odd error
was that error obviously related to something you were testing?
I see
but maybe another time I cancelled a call at an unfortunate time and got into a weird state?
I just noticed this one is pretty weird https://dagger.cloud/kpenfound/traces/975c01a4b539262c3ee71cc92b092933?listen=4f57ada421b3286c&listen=14a581247c8bb776&listen=ed25778321b6d18d
It went right from that one I sent to starting to hit the error you got https://dagger.cloud/kpenfound/traces/42e867c8b1a5143d7b4e25377abc839f?listen=a318161ce9b81f93&listen=2c8d1e88bde1f886&listen=0d558ef2c3ea19bd&listen=7ffca04e692e3f6a, at least in the timeline of traces
yeah that one was next
oh but that was after things were broken
so yeah there's the one you first linked and then the next run things were busted
if this happens again can you run:
docker logs dagger-engine-v0.19.10 2>&1 | cat >engine-logs.txt
docker exec dagger-engine-v0.19.10 tar czf - /var/lib/dagger > engine-state.tar.gz
and send me that data?
basically exfiltrate amap before blasting it away
yeah for sure
@low sorrel got a new one that looks different but maybe not who knows https://dagger.cloud/kpenfound/traces/d1e6243862b29cae66521a2b2a92fdf8?span=a66d12987873c457
that's different probably but yes also quite odd... idk exactly what you are working on there but I guess I couldn't rule it out being related to local engine changes?
nothing that would do this I think
> git status
On branch defaultable_containers
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: core/integration/module_go_test.go
modified: core/integration/module_python_test.go
modified: core/integration/module_typescript_test.go
modified: core/integration/toolchain_test.go
modified: core/modfunc.go
modified: core/typedef.go
I'm not sure, the fact that the engine in this case was an ephemeral one doesn't help 
As a silver lining, while I was looking at the engine logs in your trace I saw a line from containerd saying it didn't find something called igzip, which turns out to be the latest/greatest way to compress/decompress image layers, superseding pigz, so I guess we may get a little perf boost from that 🤷♂️ https://github.com/dagger/dagger/pull/11709
Nice! Well I nuked my engine and reran the tests and it worked, so I guess the cache in the engine was indeed borked. I didn't see anything particularly interesting in the engine logs from the failed run but here's a snippet thats a bit sus
time="2026-01-16T17:43:05Z" level=debug msg="load cache for dagop.ctr Container.withExec with wynzr02x3n5uj5fm6ftk3gxpp::r61wgwrge6ivcl9relgz12w15"
time="2026-01-16T17:43:05Z" level=debug msg="load cache for dagop.ctr Container.withExec with wynzr02x3n5uj5fm6ftk3gxpp::hy95kdum09vapy6mj3jexc68a"
time="2026-01-16T17:43:05Z" level=warning msg="TrimErrPathPrefix: unhandled type" type="<nil>"
time="2026-01-16T17:43:05Z" level=debug msg="load cache for dagop.ctr Container.withExec with wynzr02x3n5uj5fm6ftk3gxpp::qe8w0iz7sq1qmkcwpyvjf5j2y"
time="2026-01-16T17:43:05Z" level=debug msg="function call done" client_hostname=dagger client_id=l9xxv05dnml205pratxwxbv5x function=env module=go object=Go session_id=hlvtviyuimty9n3k6x099uc79 spanID=0b2d689e17998ef6 traceID=d1e6243862b29cae66521a2b2a92fdf8
time="2026-01-16T17:43:05Z" level=warning msg="collectPBDefinitions: unhandled type" type="*core.CacheVolume"
time="2026-01-16T17:43:05Z" level=warning msg="collectPBDefinitions: unhandled type" type="*core.CacheVolume"
time="2026-01-16T17:43:05Z" level=debug msg="ListType.ConvertFromSDKResult: got nil value"
time="2026-01-16T17:43:05Z" level=debug msg="ListType.ConvertFromSDKResult: got nil value"
time="2026-01-16T17:43:05Z" level=debug msg="ListType.ConvertFromSDKResult: got nil value"
time="2026-01-16T17:43:05Z" level=debug msg="ListType.ConvertFromSDKResult: got nil value"
time="2026-01-16T17:43:05Z" level=debug msg="ListType.ConvertFromSDKResult: got nil value"