docker : #0 building with "desktop-linux" instance using docker driver At line:2 char:1 + docker build -f Dockerfile.bun -t alla-tms-bun-test . *> docker-bun-b ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (#0 building wit...g docker driver:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError #1 [internal] load build definition from Dockerfile.bun #1 transferring dockerfile: 1.82kB 0.0s done #1 DONE 0.0s #2 [internal] load metadata for docker.io/oven/bun:1 #2 DONE 1.2s #3 [internal] load .dockerignore #3 transferring context: 958B done #3 DONE 0.0s #4 [dependencies 1/4] FROM docker.io/oven/bun:1@sha256:e10577f0db68676a7024391c6e5cb4b879ebd17188ab750cf10024a6d700e5c4 #4 resolve docker.io/oven/bun:1@sha256:e10577f0db68676a7024391c6e5cb4b879ebd17188ab750cf10024a6d700e5c4 0.0s done #4 DONE 0.1s #5 [dependencies 2/4] WORKDIR /app #5 CACHED #6 [internal] load build context #6 transferring context: 89.36kB 0.2s done #6 DONE 0.2s #7 [dependencies 3/4] COPY package.json bun.lock* ./ #7 CACHED #8 [dependencies 4/4] RUN --mount=type=cache,target=/root/.bun/install/cache bun install --no-save --frozen-lockfile #8 0.345 bun install v1.3.14 (0d9b296a) #8 0.352 Resolving dependencies #8 0.352 Resolved, downloaded and extracted [0] #8 0.354 error: lockfile had changes, but lockfile is frozen #8 0.354 note: try re-running without --frozen-lockfile and commit the updated lockfile #8 ERROR: process "/bin/sh -c bun install --no-save --frozen-lockfile" did not complete successfully: exit code: 1 ------ > [dependencies 4/4] RUN --mount=type=cache,target=/root/.bun/install/cache bun install --no-save --frozen-lockfile: 0.345 bun install v1.3.14 (0d9b296a) 0.352 Resolving dependencies 0.352 Resolved, downloaded and extracted [0] 0.354 error: lockfile had changes, but lockfile is frozen 0.354 note: try re-running without --frozen-lockfile and commit the updated lockfile ------ Dockerfile.bun:13 -------------------- 12 | # Install dependencies with frozen lockfile for reproducible builds 13 | >>> RUN --mount=type=cache,target=/root/.bun/install/cache \ 14 | >>> bun install --no-save --frozen-lockfile 15 | -------------------- ERROR: failed to solve: process "/bin/sh -c bun install --no-save --frozen-lockfile" did not complete successfully: exit code: 1 142 /usr/local/bin/dockerd --config-file /run/config/docker/daemon.json --containerd /run/containerd/containerd.sock --pidfile /run/desktop/docker.pid --swarm-default-advertise-addr=192.168.65.3 --host-gateway-ip 192.168.65.254 github.com/moby/buildkit/executor/runcexecutor.exitError /root/build-deb/engine/vendor/github.com/moby/buildkit/executor/runcexecutor/executor.go:394 github.com/moby/buildkit/executor/runcexecutor.(*runcExecutor).Run /root/build-deb/engine/vendor/github.com/moby/buildkit/executor/runcexecutor/executor.go:342 github.com/moby/buildkit/solver/llbsolver/ops.(*ExecOp).Exec /root/build-deb/engine/vendor/github.com/moby/buildkit/solver/llbsolver/ops/exec.go:489 github.com/moby/buildkit/solver.(*sharedOp).Exec.func2 /root/build-deb/engine/vendor/github.com/moby/buildkit/solver/jobs.go:1102 github.com/moby/buildkit/util/flightcontrol.(*call[...]).run /root/build-deb/engine/vendor/github.com/moby/buildkit/util/flightcontrol/flightcontrol.go:122 sync.(*Once).doSlow /usr/local/go/src/sync/once.go:76 sync.(*Once).Do /usr/local/go/src/sync/once.go:67 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1700 60652 v0.21.1-desktop.2 C:\Program Files\Docker\cli-plugins\docker-buildx.exe buildx build -f Dockerfile.bun -t alla-tms-bun-test . google.golang.org/grpc.(*ClientConn).Invoke google.golang.org/grpc@v1.69.4/call.go:35 github.com/moby/buildkit/api/services/control.(*controlClient).Solve github.com/moby/buildkit@v0.20.0/api/services/control/control_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 github.com/moby/buildkit@v0.20.0/client/solve.go:278 golang.org/x/sync/errgroup.(*Group).Go.func1 golang.org/x/sync@v0.10.0/errgroup/errgroup.go:78 runtime.goexit runtime/asm_amd64.s:1700 142 /usr/local/bin/dockerd --config-file /run/config/docker/daemon.json --containerd /run/containerd/containerd.sock --pidfile /run/desktop/docker.pid --swarm-default-advertise-addr=192.168.65.3 --host-gateway-ip 192.168.65.254 github.com/moby/buildkit/solver.(*edge).execOp /root/build-deb/engine/vendor/github.com/moby/buildkit/solver/edge.go:966 github.com/moby/buildkit/solver/internal/pipe.NewWithFunction[...].func2 /root/build-deb/engine/vendor/github.com/moby/buildkit/solver/internal/pipe/pipe.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1700 60652 v0.21.1-desktop.2 C:\Program Files\Docker\cli-plugins\docker-buildx.exe buildx build -f Dockerfile.bun -t alla-tms-bun-test . github.com/moby/buildkit/client.(*Client).solve.func2 github.com/moby/buildkit@v0.20.0/client/solve.go:294 golang.org/x/sync/errgroup.(*Group).Go.func1 golang.org/x/sync@v0.10.0/errgroup/errgroup.go:78 142 /usr/local/bin/dockerd --config-file /run/config/docker/daemon.json --containerd /run/containerd/containerd.sock --pidfile /run/desktop/docker.pid --swarm-default-advertise-addr=192.168.65.3 --host-gateway-ip 192.168.65.254 github.com/moby/buildkit/solver/llbsolver/ops.(*ExecOp).Exec /root/build-deb/engine/vendor/github.com/moby/buildkit/solver/llbsolver/ops/exec.go:510 github.com/moby/buildkit/solver.(*sharedOp).Exec.func2 /root/build-deb/engine/vendor/github.com/moby/buildkit/solver/jobs.go:1102 View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/z34xy4dcgbwza836mq9wwpsh5