Error in Smoke Checks

Suddenly today I cannot deploy since the smoke checks failed. Here I provide the logs printed.

> Checking that e78464dc273558 [app] is up and running
Smoke checks for e78464dc273558 failed: error getting machine e78464dc273558 from api: failed to get VM e78464dc273558: request returned non-2xx status, 500
Check its logs: here's the last lines below, or run 'fly logs -i e78464dc273558':
✖ Machine e78464dc273558 [app] update failed: smoke checks for e78464dc273558 failed: error getting machine e78464dc273558 from api: failed to get VM e78464dc273558: request returned non-2xx status, 500
  Successfully prepared image registry.fly.io/scalev-app:deployment-01HW9WXST6HQDG3Z7PRW40JQDB (36.959431931s)
  Configuring firecracker
   INFO Sending signal SIGINT to main child process w/ PID 313
   INFO Main child exited normally with code: 0
   INFO Starting clean up.
   WARN could not unmount /rootfs: EINVAL: Invalid argument
  [ 1034.578364] reboot: Restarting system
  [    0.040389] PCI: Fatal: No config space access function found
   INFO Starting init (commit: c1e2693b)...
   INFO Preparing to run: `docker-entrypoint.sh pnpm start` as root
   INFO [fly api proxy] listening at /.fly/api
  2024/04/25 05:58:32 listening on [fdaa:2:5d0c:a7b:80:b429:fef0:2]:22 (DNS: [fdaa::3]:53)
  Machine created and started in 40.763s
  > scalev-fe-app@0.3.1-r240425.0 start /app
  > node_modules/.bin/nuxt start
  ℹ Sentry reporting is disabled ("disabled" option has been set)
Checking DNS configuration for scalev-app.fly.dev
Error: smoke checks for e78464dc273558 failed: error getting machine e78464dc273558 from api: failed to get VM e78464dc273558: request returned non-2xx status, 500
Stacktrace:
goroutine 1 [running]:
runtime/debug.Stack()
	/opt/hostedtoolcache/go/1.21.7/x64/src/runtime/debug/stack.go:24 +0x5e
github.com/superfly/flyctl/internal/cli.printError(0xc000992460, 0xc000cd7c16, 0x1d76d60?, {0x25bf0a0, 0xc00178ca08})
	/home/runner/work/flyctl/flyctl/internal/cli/cli.go:184 +0x59e
github.com/superfly/flyctl/internal/cli.Run({0x25dbf18?, 0xc00095d580?}, 0xc000992460, {0xc000136350, 0xc, 0xc})
	/home/runner/work/flyctl/flyctl/internal/cli/cli.go:117 +0x97a
main.run()
	/home/runner/work/flyctl/flyctl/main.go:47 +0x156
main.main()
	/home/runner/work/flyctl/flyctl/main.go:26 +0x18

Solved from other topic → Deployment failing: failed to list VMs even after retries: request returned non-2xx status, 500 - #7 by dar

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