Open Cynical-Optimist opened 4 years ago
In GitLab by [Gitlab user @BenjaminSchubert] on Aug 30, 2020, 10:14
[Gitlab user @juergbi] any guess on that?
In GitLab by [Gitlab user @juergbi] on Aug 31, 2020, 10:30
I haven't been able to reproduce the issue so far in master and also haven't found a relevant logic error reviewing code. The stack trace doesn't make sense to me, though. send_blobs()
shouldn't call required_blobs_for_directory()
. Is this with master? Any idea about the odd stack trace? Are you running recent buildbox-casd?
I've attempted to reproduce the issue with freedesktop-sdk and the targets from its Makefile. What exact version and targets of freedesktop-sdk did you use?
I do see 46b59054
for bootstrap/build/dwz-build.bst
as well, however, push succeeded even though the blob from the stack trace doesn't exist in my cache either.
See original issue on GitLab In GitLab by [Gitlab user @BenjaminSchubert] on Aug 30, 2020, 10:13
Summary
I was trying to ingest my sources before running my builds. I have plenty enough of disk space (200GB free, while trying FSDK), and my cache has no quota.
For this I did:
I expected this to succeed and be able to build without any external connection.
I however got a few sources that failed to be pushed with errors as seen below. (Size does not seem to affect the success rate).
I tried a second
bst source push --deps all my_target.bst
, and it started downloading sources again? And failing again to upload them.What is the current bug behavior?
I get:
What is the expected correct behavior?
I should have all my sources synced and pushed