reimgun
reimgun
i have tested it a little bit and i see that this behavior with the first song is only when you have configure your song menu to Chessboard, List or...
@AkihiroSuda container information where buildkit is installed: OS: NAME="Red Hat Enterprise Linux" VERSION="9.3 (Plow)" bash-5.1$ uname -a Linux jenkins-6d54b58dc5-2lxtg-gh-ubi-mc3kx 5.10.205-195.807.amzn2.x86_64 #1 SMP Tue Jan 16 18:28:59 UTC 2024 x86_64 x86_64...
`buildctl-daemonless.sh build --frontend dockerfile.v0 --local context=/home/jenkins/workspace/prod-images-0/at_ubi9_minimal_filebeat --local dockerfile=/home/jenkins/workspace/prod-images-0/at_ubi9_minimal_filebeat --opt filename=Dockerfile --metadata-file metadata.json --output 'type=image,"name=****.azurecr.io/base-images-untested/at_ubi9_minimal_filebeat:8.12.2.3,*****.azurecr.io/base-images-untested/at_ubi9_minimal_filebeat:latest",push=true'`
@AkihiroSuda any update ? i have tested it also with 0.14.0 - it's the same .... it happens also for other images: ``` #6 [internal] load build context #6 transferring...
@AkihiroSuda here also the debug logs: ``` error: failed to solve: error from sender: open /home/jenkins/workspace/prod-images-0/at_ubi9_minimal_filebeat/.local/share/buildkit/runc-overlayfs/snapshots/snapshots/10/work/work: permission denied 7148 v0.14.1 buildkitd --oci-worker-no-process-sandbox --addr=unix:///run/user/1000/buildkit/buildkitd.sock github.com/tonistiigi/fsutil.(*receiver).run.func2 /src/vendor/github.com/tonistiigi/fsutil/receive.go:211 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 7148...
@AkihiroSuda i have tested it with all versions from 0.12.5 on - but all versions are not working -> see also https://github.com/moby/buildkit/issues/4789 - it works only with version 0.12.5
@kakkoyun any update on this ?
it seems to be working with the following commands: go env -w GO111MODULE=on git clone https://github.com/prometheus/client_golang cd /go/src/client_golang cp main.go . go build -a -installsuffix cgo -o /app/publish .