launch node app fails, also that from "https://fly.io/docs/languages-and-frameworks/node/"

Maybe I am totally stupid, but I am not even able to launch a super-simple application, to be precise I also fail when trying to launch the application as cloned 1:1 from GitHub - fly-apps/hellonode-builtin: A minimal Fly example Node application for use in tutorials

This is what I did:

2001 cd /tmp
2002 mkdir test
2003 cd test
2004 git clone GitHub - fly-apps/hellonode-builtin: A minimal Fly example Node application for use in tutorials – notice that the displayed link is not what was my actual command! Why ever it is not displayed as I type it in…
2005 cd hellonode-builtin/
2006 ls
2007 npm install
2008 npm start # and test successfully in browser and stop with ctrl-c
2009 npm auth login
2010 flyctl launch # I said no to any database
2011 fly deploy

Then the mess is starting:
==> Verifying app config
→ Verified app config
==> Building image
Remote builder fly-builder-summer-silence-5857 ready
==> Creating build context
→ Creating build context done
Error failed to fetch an image or build from source: error fetching docker server info: Get “http://[fdaa:1:200:a7b:caca:cf28:bb96:2]:2375/v1.41/info”: context deadline exceeded

When I watch the logs of fly-builder-summer-silence-5857.fly.dev, I see the following during the launch process:

2022-12-13T13:07:18.677 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:18.677021862Z” level=error msg=“Could not add route to IPv6 network 2001:db8:1::1/64 via device docker0: network is down”

… (unfortunately very limited length of a post here…)

2022-12-13T13:07:18.848 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:18.848694316Z” level=error msg=“Could not add route to IPv6 network 2001:db8:1::1/64 via device docker0: network is down”

2022-12-13T13:07:18.848 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:18.848694316Z” level=error msg=“Could not add route to IPv6 network 2001:db8:1::1/64 via device docker0: network is down”

2022-12-13T13:07:19.036 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:19.036139481Z” level=info msg=“API listen on [::]:2375”

2022-12-13T13:07:19.040 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:19.038961561Z” level=debug msg=“Calling POST /grpc”

2022-12-13T13:07:19.046 app[9185950f46d948] fra [info] Name: default

2022-12-13T13:07:19.046 app[9185950f46d948] fra [info] Driver: docker

2022-12-13T13:07:19.046 app[9185950f46d948] fra [info] Nodes:

2022-12-13T13:07:19.046 app[9185950f46d948] fra [info] Name: default

2022-12-13T13:07:19.046 app[9185950f46d948] fra [info] Endpoint: default

2022-12-13T13:07:19.046 app[9185950f46d948] fra [info] Status: running

2022-12-13T13:07:19.046 app[9185950f46d948] fra [info] Platforms: linux/amd64, linux/386

2022-12-13T13:07:19.050 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:19.049108381Z” level=debug msg=“Checking dockerd healthyness”

2022-12-13T13:07:19.053 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:19.052648591Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:19.053 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:19.052917501Z” level=info msg=“disk space used: 0.11%”

2022-12-13T13:07:19.053 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:19.053070021Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:19.054 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:19.053696931Z” level=info msg=“Listening on :8080”

2022-12-13T13:07:20.058 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:20.054310035Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:20.058 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:20.054770185Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:21.058 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:21.057789059Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:21.058 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:21.058446539Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:22.060 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:22.060356523Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:22.061 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:22.060999763Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:23.063 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:23.063233897Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:23.064 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:23.063925487Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:24.067 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:24.067031011Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:24.067 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:24.067538821Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:25.070 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:25.069552375Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:25.070 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:25.070045145Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:26.073 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:26.072498978Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:26.073 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:26.072822398Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:27.075 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:27.074412292Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:27.075 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:27.074771392Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:28.077 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:28.076578666Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:28.077 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:28.077082976Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:29.077 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:29.076744770Z” level=info msg=“received SIGUSR1”

2022-12-13T13:07:29.077 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:29.076876130Z” level=debug msg=“liveness loop caused deadline reset”

2022-12-13T13:07:29.081 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:29.080471970Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:29.083 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:29.082144670Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:29.772 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:29.771959457Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:29.841 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:29.841011268Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:29.918 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:29.917913900Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:29.999 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:29.998368912Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.069 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.067301584Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.086 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.085651554Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:30.089 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.086454184Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:30.151 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.150138376Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.234 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.233758638Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.304 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.303956979Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.372 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.371714231Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.440 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.439674513Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.509 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.508369764Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.576 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.575864356Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.654 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.653573228Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.724 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.724056369Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.814 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.813872672Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:30.861 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.860996723Z” level=debug msg=“–> POST https://api.fly.io/graphql\n

2022-12-13T13:07:30.861 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.861036023Z” level=debug msg=“{"query":"query ($appName: String!) { app(name: $appName) { id name hostname deployed status version appUrl platformVersion currentRelease { evaluationId status inProgress version } config { definition } organization { id slug } services { description protocol internalPort ports { port handlers } } ipAddresses { nodes { id address type createdAt } } imageDetails { repository version } machines{ nodes { id name config state region createdAt app { name } ips { nodes { family kind ip maskSize } } host { id } } } postgresAppRole: role { name } } }","variables":{"appName":"black-butterfly-2189"}}\n”

2022-12-13T13:07:30.861 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:30.861063043Z” level=debug msg=“{}”

2022-12-13T13:07:31.092 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.089176318Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:31.092 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.089625848Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:31.199 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.198646251Z” level=debug msg=“<-- 200 GraphQL Playground (337.61ms)\n”

2022-12-13T13:07:31.199 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.198804971Z” level=debug msg=“{"data":{"app":{"id":"black-butterfly-2189","name":"black-butterfly-2189","hostname":"black-butterfly-2189.fly.dev","deployed":false,"status":"pending","version":0,"appUrl":null,"platformVersion":null,"currentRelease":null,"config":{"definition":{"kill_timeout":5,"kill_signal":"SIGINT","processes":,"experimental":{"allowed_public_ports":,"auto_rollback":true},"services":[{"processes":["app"],"protocol":"tcp","internal_port":8080,"concurrency":{"soft_limit":20,"hard_limit":25,"type":"connections"},"ports":[{"port":80,"handlers":["http"],"force_https":true},{"port":443,"handlers":["tls","http"]}],"tcp_checks":[{"interval":"15s","timeout":"2s","grace_period":"1s","restart_limit":0}],"http_checks":,"script_checks":}],"env":{}}},"organization":{"id":"AP276N9M5j2qJTaN4YyxZLDRGxCAYoKRJ","slug":"personal"},"services":,"imageDetails":{"repository":"unknown","version":"unknown"},"postgresAppRole":null,"ipAddresses":{"nodes":},"machines":{"nodes":}}}}”

2022-12-13T13:07:31.204 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.203762171Z” level=debug msg=“–> POST https://api.fly.io/graphql\n

2022-12-13T13:07:31.204 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.203805451Z” level=debug msg=“{"query":"query ($appName: String!) { app(name: $appName) { id name hostname deployed status version appUrl platformVersion currentRelease { evaluationId status inProgress version } config { definition } organization { id slug } services { description protocol internalPort ports { port handlers } } ipAddresses { nodes { id address type createdAt } } imageDetails { repository version } machines{ nodes { id name config state region createdAt app { name } ips { nodes { family kind ip maskSize } } host { id } } } postgresAppRole: role { name } } }","variables":{"appName":"fly-builder-summer-silence-5857"}}\n”

2022-12-13T13:07:31.204 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.203828711Z” level=debug msg=“{}”

2022-12-13T13:07:31.507 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.506983678Z” level=debug msg=“<-- 200 GraphQL Playground (303.21ms)\n”

2022-12-13T13:07:31.507 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.507169918Z” level=debug msg=“{"data":{"app":{"id":"fly-builder-summer-silence-5857","name":"fly-builder-summer-silence-5857","hostname":"fly-builder-summer-silence-5857.fly.dev","deployed":true,"status":"suspended","version":0,"appUrl":null,"platformVersion":"machines","currentRelease":null,"config":{"definition":{"kill_timeout":5,"kill_signal":"SIGINT","processes":,"experimental":{"allowed_public_ports":,"auto_rollback":true},"services":[{"processes":["app"],"protocol":"tcp","internal_port":8080,"concurrency":{"soft_limit":20,"hard_limit":25,"type":"connections"},"ports":[{"port":80,"handlers":["http"],"force_https":true},{"port":443,"handlers":["tls","http"]}],"tcp_checks":[{"interval":"15s","timeout":"2s","grace_period":"1s","restart_limit":0}],"http_checks":,"script_checks":}],"env":{}}},"organization":{"id":"AP276N9M5j2qJTaN4YyxZLDRGxCAYoKRJ","slug":"personal"},"services":,"imageDetails":{"repository":"unknown","version":"unknown"},"postgresAppRole":{"name":"remote-docker-builder"},"ipAddresses":{"nodes":},"machines":{"nodes":[{"id":"9185950f46d948","name":"blue-sound-3988","config":{"env":{"DATA_DIR":"/data","LOG_LEVEL":"debug","ALLOW_ORG_SLUG":"peter-reitinger-gmail-com"},"init":{"cmd":null,"tty":null,"exec":null,"entrypoint":null},"size":"shared-cpu-4x","image":"flyio/rchab:sha-272d6db","image_ref":{"registry":"registry-1.docker.io","repository":"flyio/rchab","tag":"sha-272d6db","digest":"sha256:ac4b6c268716bde2a043affa5f8272c5578d7b7c87377a7386fb1c155412c51e","labels":{"org.opencontainers.image.url":"https://github.com/superfly/rchab\“,\“org.opencontainers.image.title\”:\“rchab\”,\“org.opencontainers.image.source\”:\“https://github.com/superfly/rchab\”,\“org.opencontainers.image.created\”:\“2022-10-07T23:24:41.541Z\”,\“org.opencontainers.image.version\”:\“main\”,\“org.opencontainers.image.licenses\”:\”\",\“org.opencontainers.image.revision\”:\“272d6dbcd0e412579c5236ecf027bec185751271\”,\“org.opencontainers.image.description\”:\"Fly.io Remote Builder (Remote Controlled Hot Air Balloon)"}},"restart":{"policy":"","max_retries":3},"metadata":null,"mounts":[{"path":"/data","volume":"vol_mjn924ow0zqv03lq","size_gb":50,"encrypted":false}]},"state":"stopped","region":"fra","createdAt":"2022-12-13T10:37:11Z","app":{"name":"fly-builder-summer-silence-5857"},"host":{"id":"8ce3"},"ips":{"nodes":[{"family":"v6","kind":"public","ip":"2605:4c40:197:8ce3:0:cf28:bb96:1","maskSize":127},{"family":"v4","kind":"private","ip":"172.19.34.90","maskSize":29},{"family":"v6","kind":"privatenet","ip":"fdaa:1:200:a7b:caca:cf28:bb96:2","maskSize":112}]}}]}}}}”

2022-12-13T13:07:31.508 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.507466648Z” level=debug msg=“–> POST https://api.fly.io/graphql\n

2022-12-13T13:07:31.508 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.507487928Z” level=debug msg=“{"query":"query($slug: String!) { organization(slug: $slug) { id internalNumericId slug name type } }","variables":{"slug":"personal"}}\n”

2022-12-13T13:07:31.508 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.507509968Z” level=debug msg=“{}”

2022-12-13T13:07:31.669 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.668721042Z” level=debug msg=“<-- 200 GraphQL Playground (161.23ms)\n”

2022-12-13T13:07:31.669 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.668872202Z” level=debug msg=“{"data":{"organization":{"id":"AP276N9M5j2qJTaN4YyxZLDRGxCAYoKRJ","internalNumericId":"133648","slug":"personal","name":"peter.reitinger@gmail.com","type":"PERSONAL"}}}”

2022-12-13T13:07:31.669 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.669154752Z” level=debug msg=“–> POST https://api.fly.io/graphql\n

2022-12-13T13:07:31.669 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.669225182Z” level=debug msg=“{"query":"query($slug: String!) { organization(slug: $slug) { id internalNumericId slug name type } }","variables":{"slug":"personal"}}\n”

2022-12-13T13:07:31.669 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.669247302Z” level=debug msg=“{}”

2022-12-13T13:07:31.868 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.868653650Z” level=debug msg=“<-- 200 GraphQL Playground (198.86ms)\n”

2022-12-13T13:07:31.868 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.868720610Z” level=debug msg=“{"data":{"organization":{"id":"AP276N9M5j2qJTaN4YyxZLDRGxCAYoKRJ","internalNumericId":"133648","slug":"personal","name":"peter.reitinger@gmail.com","type":"PERSONAL"}}}”

2022-12-13T13:07:31.868 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.868772410Z” level=debug msg=“authorized from api”

2022-12-13T13:07:31.868 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.868784450Z” level=info msg=“extendDeadline called with user agent: flyctl/0.0.438”

2022-12-13T13:07:31.869 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:31.868823340Z” level=info msg=“fdaa:1:200:a7b:8dd7:0:a:0 - - [13/Dec/2022:13:07:30 +0000] "GET /flyio/v1/extendDeadline HTTP/1.1" 202 0”

2022-12-13T13:07:32.048 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:32.047927054Z” level=debug msg=“Calling HEAD /_ping”

2022-12-13T13:07:32.069 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:32.068940705Z” level=debug msg=“Calling GET /v1.41/info”

2022-12-13T13:07:32.092 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:32.091871525Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:32.092 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:32.092372425Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:33.094 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:33.094048829Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:33.095 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:33.094447909Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:34.096 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:34.096078903Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:34.097 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:34.096528383Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:35.098 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:35.098121487Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:35.099 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:35.098560997Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:36.100 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:36.100017181Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:36.101 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:36.100631731Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:37.103 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:37.102928115Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:37.103 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:37.103251875Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:38.105 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:38.105173949Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:38.105 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:38.105508889Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:39.109 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:39.107407623Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:39.109 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:39.107727623Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:40.110 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:40.109365626Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:40.110 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:40.109793646Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:41.113 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:41.112450830Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:41.113 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:41.112835080Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:42.086 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:42.084943174Z” level=debug msg=“Calling GET /v1.41/images/json?filters=%7B%22reference%22%3A%7B%22registry.fly.io%2Fblack-butterfly-2189%3Adeployment-01GM5SHXD5YEKNSQQKF5MRXHPX%22%3Atrue%7D%7D”

2022-12-13T13:07:42.115 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:42.114599914Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:42.115 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:42.115074444Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:43.117 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:43.116899188Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:43.117 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:43.117264608Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:44.121 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:44.118720662Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:44.121 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:44.119084892Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:45.121 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:45.120617006Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:45.121 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:45.121011446Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:46.124 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:46.123403070Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:46.126 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:46.123905940Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:47.126 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:47.126256904Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:47.126 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:47.126730634Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:48.128 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:48.128129268Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:48.128 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:48.128487928Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:49.131 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:49.130940082Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:49.133 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:49.131297012Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:50.133 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:50.132827366Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:50.133 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:50.133198006Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:51.135 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:51.134949930Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:51.137 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:51.135333350Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:52.139 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:52.138882094Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:52.139 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:52.139299894Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:53.143 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:53.141443787Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:53.143 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:53.141814608Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:54.144 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:54.143305921Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:54.144 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:54.143742921Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-12-13T13:07:55.146 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:55.145514215Z” level=debug msg=“checking docker activity”

2022-12-13T13:07:55.146 app[9185950f46d948] fra [info] time=“2022-12-13T13:07:55.145875845Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

What makes me suspicious is that the limit of the VM memory seems to be 256M,
but when I look into the overview of the fly-builder, there is:

Average Memory Used (1h)
312 MB/8 GB

I dont know if this is really RAM, and it is nowhere explained what MB means there, but ok… just a guess.

I am very frustrated that I cannot deploy even such a simple app. It is a terrible experience for me.

Maybe sb can give me advice what I did wrongly even though following exactly the tutorial?

thank you!

(I’m just a fellow user, not an employee.)

There were some outages recently, you might have more luck if you try now. It worked for me, though I had to run fly deploy a couple of times because at first the push to registry.fly.io failed with

Error failed to fetch an image or build from source: error rendering push status stream: EOF


Formatting tip: You can surround text in ``` (or select the text then click the </> button) to display the text verbatim (fenced code block).

Example:

```
cd /tmp
git clone https://github.com/fly-apps/hellonode-builtin
```

Rendered:

cd /tmp
git clone https://github.com/fly-apps/hellonode-builtin

(To disable syntax highlighting, change the first ``` to ```text.)