I have a suspicion this is Proxying local...
not quite working. Can you run it with LOG_LEVEL=debug fly deploy ...
and report the output?
With LOG_LEVEL=debug
:
DEBUG <-- 200 https://api.fly.io/graphql (64.71ms)
{
"data": {
"validateWireGuardPeers": {
"invalidPeerIps": []
}
}
}
Proxying local port /var/folders/ch/3j31bp0j17z55v5kws_szv7w0000gn/T/3178070520/docker.sock to remote [fdaa:0:58da:a7b:21e0:f5df:538:2]:2375
DEBUG calling nixpacks at /Users/croaky/.fly/bin/nixpacks with args: [build --name registry.fly.io/webstack-go:deployment-01GDB46BB5PCH0MG109AQFJ6T1 /Users/croaky/webstack/fly-go] and docker host: unix:///var/folders/ch/3j31bp0j17z55v5kws_szv7w0000gn/T/3178070520/docker.sock
ββββββββ Nixpacks v0.5.7 βββββββ
β setup β go_1_18 β
ββββββββββββββββββββββββββββββββ
β install β go mod download β
ββββββββββββββββββββββββββββββββ
β build β go build -o out β
ββββββββββββββββββββββββββββββββ
β start β ./out β
ββββββββββββββββββββββββββββββββ
Error: Please install Docker to build the app https://docs.docker.com/engine/install/
DEBUG result image:<nil> error:exit status 1
Error failed to fetch an image or build from source: exit status 1
This is likely due to docker
not being installed. I overlooked that this was necessary.
Iβm updating the original post.
The past few days Iβve found deploying nixpacks for my go application to be very unreliable. Keep getting grpc connection errors rpc error: code = Unavailable desc = transport is closing
or rpc error: code = Canceled desc = grpc: the client connection is closing
. Deploying via fly deploy
using paketo buildpacks works every single time.
fly deploy --nixpacks --remote-only
has the same issue as just normal fly deploy --nixpacks
.
I am not connected via wireguard when trying to do this, but I also experienced that failing yesterday for similar grpc issues when I was connected via wireguard.
I do have docker installed and the grpc connection is closing part way through sending the build context.
Still seeing some intermittent issues when deploying nixpacks. Retrying the command seems to solve the issue sometimes; I havenβt been able to find a reliable way to trigger this. I wonder if the grpc connection is more sensitive to wireless connections like WiFi?
Here is what I am sometimes seeing when running fly deploy --nixpacks
:
β fly deploy --nixpacks
==> Verifying app config
--> Verified app config
==> Building image
Remote builder fly-builder-quiet-forest-1122 ready
Proxying local port /var/folders/3_/qfmfmk2n3s7dx5k19tymhqqr0000gn/T/2464706686/docker.sock to remote [fdaa:0:2e07:a7b:d828:4dc6:2748:2]:2375
βββββββββββββ Nixpacks v0.2.11 ββββββββββββ
β Packages β go_1_18 β
βββββββββββββββββββββββββββββββββββββββββββ
β Install β go get β
βββββββββββββββββββββββββββββββββββββββββββ
β Build β go build -o out β
βββββββββββββββββββββββββββββββββββββββββββ
β Start β ./out β
βββββββββββββββββββββββββββββββββββββββββββ
[+] Building 16.7s (7/17)
=> [internal] load build definition from Dockerfile 0.2s
=> => transferring dockerfile: 723B 0.2s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.1s
=> [internal] load metadata for docker.io/library/debian:bullseye-slim 0.4s
=> [internal] load metadata for ghcr.io/railwayapp/nixpacks:debian-1657820962 0.5s
=> [stage-0 1/7] FROM ghcr.io/railwayapp/nixpacks:debian-1657820962@sha256:f116f75d26a1ad18c99138f10f3efd6564e88960854a3bbd1f2625396d22fcf9 0.0s
=> ERROR [internal] load build context 16.0s
=> => transferring context: 9.91MB 16.0s
=> [stage-1 1/5] FROM docker.io/library/debian:bullseye-slim@sha256:e8ad0bc7d0ee6afd46e904780942033ab83b42b446b58efa88d31ecf3adf4678 0.0s
------
> [internal] load build context:
------
rpc error: code = Canceled desc = grpc: the client connection is closing
Error: Docker build failed
Error failed to fetch an image or build from source: exit status 1
Are you still seeing these issues?
@jsierles yes, I am still seeing the rpc error. Just got the below 4 times in a row before it succeeded the 5th try.
$ fly deploy --nixpacks
=> ERROR [internal] load build context 11.4s
=> => transferring context: 8.48MB 11.4s
------
> [internal] load build context:
------
rpc error: code = Unavailable desc = transport is closing
Error: Docker build failed
Error failed to fetch an image or build from source: exit status 1
Getting some odd new behavior when trying to deploy using nixpacks for a Go application
==> Verifying app config
--> Verified app config
==> Building image
Remote builder fly-builder-holy-pine-3450 ready
Proxying local port /var/folders/3_/qfmfmk2n3s7dx5k19tymhqqr0000gn/T/36910806/docker.sock to remote [fdaa:0:2e07:a7b:9ad9:44b7:236e:2]:2375
βββββββββββββ Nixpacks v0.2.11 ββββββββββββ
β Packages β go β
βββββββββββββββββββββββββββββββββββββββββββ
β Install β go get β
βββββββββββββββββββββββββββββββββββββββββββ
β Build β go build -o out β
βββββββββββββββββββββββββββββββββββββββββββ
β Start β ./out β
βββββββββββββββββββββββββββββββββββββββββββ
[+] Building 0.5s (3/4)
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 723B 0.1s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/debian:bullseye-slim 0.3s
=> [internal] load metadata for ghcr.io/railwayapp/nixpacks:debian-1657820962 0.4s
Failed to fire hook: while creating logrus local file hook: user: Current requires cgo or $USER, $HOME set in environment
[2023-02-14T18:03:36.539725000Z][docker-credential-desktop][F] user: Current requires cgo or $USER, $HOME set in environment
[common/pkg/paths.Home()
[ common/pkg/paths/paths.go:105 +0x54
[common/pkg/paths.Container()
[ common/pkg/paths/user_darwin.go:30 +0x1d
[common/pkg/paths.Data()
[+] Building 0.5s (4/4) FINISHED
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 723B 0.1s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/debian:bullseye-slim 0.3s
=> ERROR [internal] load metadata for ghcr.io/railwayapp/nixpacks:debian-1657820962 0.4s
------
> [internal] load metadata for ghcr.io/railwayapp/nixpacks:debian-1657820962:
------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: rpc error: code = Unknown desc = error getting credentials - err: exit status 1, out: ``
Error: Docker build failed
Error failed to fetch an image or build from source: exit status 1
Seems like either I canβt use the logrus
package with nixpacks or that the nixpack itself changed in some way? I tried deploying without adding any custom hooks to logrus and the deploy had the same error.
Seems you are using nixpacks 0.5.8
Is it possible to get nixpacks 1.4.0 which is a lot newer.
Had a hard time debugging whey something worked locally but not when deploying to fly.
Try deleting ~/.fly/bin/nixpacks
, it should re-download the latest nixpacks version.
Yeah, got there also
But it seemed that the remote agent was borked, since GitHub deploy would still use a really old version.
Then i started getting this also Current requires cgo or $USER, $HOME set in environment and have now dropped using nixpacks for deployments.
Is there any way to specify nixpacks cli build options? CLI | Nixpacks
Iβm getting a very odd error, no clue how to approach this. Works perfectly fine on railway:
ERROR: BuildKit is enabled but the buildx component is missing or broken.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Error: Docker build failed
Error: failed to fetch an image or build from source: exit status 1
Command I ran was flyctl deploy --remote-only --nixpacks
Let me know if seeing my fly.toml
or nixpacks.toml
will help.