← console

job b132ea56-d3a9-425c-b2b6-00f6f54fcf6a

StateFAILED
Quotaservitor-demo
Manifestf6ba49fc396ee5120371066b64d12ebd41ce0887e2dd776597899c68c10ace1b
Entry overridetirefireind.us/flowmetal-servitor/reinstall-host/reinstall
Workerworker-6ff0c8a3-9b62-46b0-877b-84e5c444aa07
Inbox HWM0
ErrorTraceback (most recent call last): File <builtin>, in <module> * main.star:81, in _reinstall_impl body = _poll_wilson(fctx, reinstall_id, attempt) * main.star:43, in _poll_wilson body = fctx.actions.http( error: action failed: HTTP 500 (source connector) --> main.star:43:16 | 43 | body = fctx.actions.http( | ________________^ 44 | | "GET", WILSON + "/reinstall/" + reinstall_id, 45 | | )["body"] | |_________^ |

Log

#0 print >>> [noc] pulling next host record off laskey…
#2 req 1 connector:http
{
  "method": "GET",
  "url": "http://laskey.flowmetal.svc.cluster.local:8080/hosts/next"
}
#3 req 1 ok
{
  "body": {
    "config": {
      "disk_layout": "md-raid10",
      "os": "debian-12",
      "profile": "redis-cache",
      "rack": "rack-b2"
    },
    "hostname": "host-8d15699a"
  },
  "headers": {
    "content-length": "123",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 09:07:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#4 print >>> [noc] target host host-8d15699a (debian-12 / redis-cache / md-raid10) — handing off to wilson.
#6 print >>> [noc] attempt 1/4: kicking off reinstall of host-8d15699a.
#8 req 4 connector:http
{
  "body_json": {
    "config": {
      "disk_layout": "md-raid10",
      "os": "debian-12",
      "profile": "redis-cache",
      "rack": "rack-b2"
    },
    "hostname": "host-8d15699a"
  },
  "method": "POST",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9 req 4 ok
{
  "body": {
    "hostname": "host-8d15699a",
    "reinstall_id": "ri_c45a1d74dc2a"
  },
  "headers": {
    "content-length": "61",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 09:07:10 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#10 req 5 sleep deadline=1776762440.952958630 duration=2s
#11 req 5 ok
null
#12 req 6 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_c45a1d74dc2a"
}
#13 req 6 ok
{
  "body": {
    "error_kind": "wilson_forgot",
    "hostname": "host-8d15699a",
    "message": "wilson forgot this reinstall ever happened",
    "reinstall_id": "ri_c45a1d74dc2a",
    "retryable": true,
    "status": "forgotten"
  },
  "headers": {
    "content-length": "183",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 09:07:21 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#14 print >>> [noc] attempt 1: wilson claims it never heard of ri_c45a1d74dc2a. classic.
#16 print >>> [noc] attempt 2/4: kicking off reinstall of host-8d15699a.
#18 req 9 connector:http
{
  "body_json": {
    "config": {
      "disk_layout": "md-raid10",
      "os": "debian-12",
      "profile": "redis-cache",
      "rack": "rack-b2"
    },
    "hostname": "host-8d15699a"
  },
  "method": "POST",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#19 req 9 ok
{
  "body": {
    "hostname": "host-8d15699a",
    "reinstall_id": "ri_afdda1af173d"
  },
  "headers": {
    "content-length": "61",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 09:07:31 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#20 req 10 sleep deadline=1776762464.235094017 duration=2s
#21 req 10 ok
null
#22 req 11 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_afdda1af173d"
}
#23 req 11 ok
{
  "body": {
    "error_kind": "reinstall_broken",
    "hostname": "host-8d15699a",
    "message": "reinstall broke partway through",
    "reinstall_id": "ri_afdda1af173d",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "172",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 09:07:44 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#24 print >>> [noc] attempt 2 failed (reinstall_broken); looping back to wilson.
#26 print >>> [noc] attempt 3/4: kicking off reinstall of host-8d15699a.
#28 req 14 connector:http
{
  "body_json": {
    "config": {
      "disk_layout": "md-raid10",
      "os": "debian-12",
      "profile": "redis-cache",
      "rack": "rack-b2"
    },
    "hostname": "host-8d15699a"
  },
  "method": "POST",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#29 req 14 ok
{
  "body": {
    "hostname": "host-8d15699a",
    "reinstall_id": "ri_64ec94842968"
  },
  "headers": {
    "content-length": "61",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 09:07:54 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#30 req 15 sleep deadline=1776762482.874092036 duration=2s
#31 req 15 ok
null
#32 req 16 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_64ec94842968"
}
#33 req 16 ok
{
  "body": {
    "eta_seconds": 1.46,
    "hostname": "host-8d15699a",
    "reinstall_id": "ri_64ec94842968",
    "status": "pending"
  },
  "headers": {
    "content-length": "99",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 09:08:03 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#34 req 17 sleep deadline=1776762490.964553378 duration=2s
#35 req 17 ok
null
#36 req 18 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_64ec94842968"
}
#37 req 18 err source=connector HTTP 500
{
  "body": {
    "detail": "wilson console flickered"
  },
  "error_kind": "http_status",
  "headers": {
    "content-length": "37",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 09:08:11 GMT",
    "server": "uvicorn"
  },
  "status": 500.0
}
#38 FAILED worker=worker-6ff0c8a3-9b62-46b0-877b-84e5c444aa07