Failing to remote build deploy from dockerfile

  • Tried already destroying the remote builder.
  • Did fly scale count 0
  • Created a new clean branch from the code but the dockerfile is the same as were working before.
  • Did a fly deploy log debug I’ll attach here. Don’t know if it’s a code issue or builder related. Since sunday I had some machines issues. https://community.fly.io/t/late-status-errors-update-worrying/21529?u=mrka
#10 73.46 vite v5.4.2 building for production...
#10 73.81 Browserslist: caniuse-lite is outdated. Please run:
#10 73.81   npx update-browserslist-db@latest
#10 73.81   Why you should do it regularly: https://github.com/browserslist/update-db#readme
#10 73.97 transforming...
DEBUG Sending remote builder heartbeat pulse to http://fdaa:9:b14:a7b:171:4275:2e3f:2:8080/flyio/v1/extendDeadline...

DEBUG Sending remote builder heartbeat pulse to http://fdaa:9:b14:a7b:171:4275:2e3f:2:8080/flyio/v1/extendDeadline...

DEBUG Sending remote builder heartbeat pulse to http://fdaa:9:b14:a7b:171:4275:2e3f:2:8080/flyio/v1/extendDeadline...

DEBUG Sending remote builder heartbeat pulse to http://fdaa:9:b14:a7b:171:4275:2e3f:2:8080/flyio/v1/extendDeadline...

DEBUG done monitoring tokens

and

DEBUG --> POST https://api.fly.io/graphql

DEBUG {
  "query": "\nmutation FinishBuild ($input: FinishBuildInput!) {\n\tfinishBuild(input: $input) {\n\t\tid\n\t\tstatus\n\t\twallclockTimeMs\n\t}\n}\n",
  "variables": {
    "input": {
      "appName": "hidden",
      "buildId": "8924109",
      "builderMeta": {
        "builderType": "remote",
        "buildkitEnabled": true,
        "dockerVersion": "24.0.7",
        "platform": "linux/x86_64/3.19.0",
        "remoteAppName": "fly-builder-nameless-sea-2845",
        "remoteMachineId": "e82d374a72e318"
      },
      "clientMutationId": "",
      "finalImage": {
        "id": "",
        "sizeBytes": 0,
        "tag": ""
      },
      "logs": "error building: failed to solve: Canceled: context canceled",
      "machineId": "",
      "status": "failed",
      "strategiesAttempted": [
        {
          "error": "",
          "note": "no buildpack builder configured, skipping",
          "result": "failed",
          "strategy": "Buildpacks"
        },
        {
          "error": "error building: failed to solve: Canceled: context canceled",
          "note": "",
          "result": "failed",
          "strategy": "Dockerfile"
        }
      ],
      "timings": {
        "buildAndPushMs": 528051,
        "buildMs": 528051,
        "builderInitMs": 3202,
        "contextBuildMs": -1,
        "imageBuildMs": 524849,
        "pushMs": -1
      }
    }
  },
  "operationName": "FinishBuild"
}

DEBUG {0xc000789920}
==> Building image
DEBUG Task manager done
Error: failed to fetch an image or build from source: context canceled

From General to Build debugging

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.