2024-11-26T19:27:15.898Z | <Casey Bodley> i don't suppose anyone knows anything about jsonnet-bundler and why it would [fail on squid](https://jenkins.ceph.com/job/ceph-pull-requests/147347/)?
> The following tests FAILED:
> 273 - jsonnet-bundler-build (Failed)
> 283 - run-tox-jsonnet-check (Not Run) |
2024-11-26T19:56:50.179Z | <Kyrylo Shatskyy> HM... I thought I backported the fix for this to squid, need to double check |
2024-11-26T19:58:58.974Z | <Kyrylo Shatskyy> that must be merged already <https://github.com/ceph/ceph/pull/60075> |
2024-11-26T20:01:38.938Z | <Kyrylo Shatskyy> oh... this is something new |
2024-11-26T20:06:02.192Z | <Kyrylo Shatskyy> ```go: could not create module cache: stat /home/jenkins-build/go/pkg/mod: permission denied
make: *** [Makefile:27: build] Error 1
make: Leaving directory '/home/jenkins-build/build/workspace/ceph-pull-requests/build/monitoring/ceph-mixin/jsonnet-bundler'``` |
2024-11-26T20:06:42.320Z | <Kyrylo Shatskyy> is this containerized build? |
2024-11-26T20:06:56.444Z | <Casey Bodley> nope |
2024-11-26T20:08:37.211Z | <Kyrylo Shatskyy> Interesting... maybe previous steps run in sudo and some packages got cached with different permission than the current |
2024-11-26T20:09:56.634Z | <Kyrylo Shatskyy> or some concurrent build conflict |