DEBUG client initialized.
DEBUG → POST GraphQL Playground
{
“query”****: “query ($appName: String!) { appbasic:app(name: $appName) { id name platformVersion organization { id slug } } }”,
“variables”****: {
“appName”****: “store-extensions”
}
}
DEBUG {}
DEBUG ← 200 GraphQL Playground (469.05ms)
{
“data”****: {
“appbasic”****: {
“id”****: “store-extensions”,
“name”****: “store-extensions”,
“platformVersion”****: null**,**
“organization”****: {
“id”****: “n1LAmaNekYLj0IZJZ63N87g3NLfDv1”,
“slug”****: “personal”
}
}
}
}
DEBUG app config loaded from /Users/tihan-nico/Documents/GitHub/Extension-API/fly.toml
==> Verifying app config
→ Verified app config
==> Building image
DEBUG trying remote docker daemon
DEBUG → POST GraphQL Playground
{
“query”****: “mutation($input: EnsureMachineRemoteBuilderInput!) { ensureMachineRemoteBuilder(input: $input) { machine { id state ips { nodes { family kind ip } } }, app { name organization { id slug } } } }”,
“variables”****: {
“input”****: {
“appName”****: “store-extensions”,
“organizationId”****: null
}
}
}
DEBUG {}
DEBUG ← 500 GraphQL Playground (459.33ms)
{
“errors”****: [
{
“message”****: “You hit a Fly API error with request ID: 01GF69QC6TXNP7XT9X61CH7RFM-jnb”,
“extensions”****: {
“code”****: “SERVER_ERROR”,
“fly_request_id”****: “01GF69QC6TXNP7XT9X61CH7RFM-jnb”
}
}
],
“data”****: {}
}
WARN Failed to start remote builder heartbeat: You hit a Fly API error with request ID: 01GF69QC6TXNP7XT9X61CH7RFM-jnb
DEBUG Trying ‘Buildpacks’ strategy
DEBUG no buildpack builder configured, skipping
DEBUG result image: error:
DEBUG Trying ‘Dockerfile’ strategy
DEBUG → POST GraphQL Playground
{
“query”****: “mutation($input: EnsureMachineRemoteBuilderInput!) { ensureMachineRemoteBuilder(input: $input) { machine { id state ips { nodes { family kind ip } } }, app { name organization { id slug } } } }”,
“variables”****: {
“input”****: {
“appName”****: “store-extensions”,
“organizationId”****: null
}
}
}
DEBUG {}
DEBUG ← 500 GraphQL Playground (447.32ms)
{
“errors”****: [
{
“message”****: “You hit a Fly API error with request ID: 01GF69QCN81BDKSARC6KNE4C22-jnb”,
“extensions”****: {
“code”****: “SERVER_ERROR”,
“fly_request_id”****: “01GF69QCN81BDKSARC6KNE4C22-jnb”
}
}
],
“data”****: {}
}
DEBUG result image: error:error connecting to docker: You hit a Fly API error with request ID: 01GF69QCN81BDKSARC6KNE4C22-jnb
Error failed to fetch an image or build from source: error connecting to docker: You hit a Fly API error with request ID: 01GF69QCN81BDKSARC6KNE4C22-jnb