← console

job dc1fe1c7-240c-4f82-a18a-e3616aba86b2

StateDONE
Quotaservitor-demo
Manifest685e1efe78294603048471e6ae5d3464d7fb7e385d3fbf1b46e18988f6350003
Entry overridetirefireind.us/flowmetal-servitor/reinstall-host/reinstall
Workerworker-cb363943-e8d5-4544-959e-0acbf94251c1
Inbox HWM0

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": "ephemeral",
      "os": "ubuntu-24.04",
      "profile": "batch-worker",
      "rack": "rack-a2"
    },
    "hostname": "host-457bb45c"
  },
  "headers": {
    "content-length": "127",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:49:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#4 print >>> [noc] target host host-457bb45c (ubuntu-24.04 / batch-worker / ephemeral) — handing off to wilson.
#6 print >>> [noc] attempt 1/4: kicking off reinstall of host-457bb45c.
#8 req 4 connector:http
{
  "body_json": {
    "config": {
      "disk_layout": "ephemeral",
      "os": "ubuntu-24.04",
      "profile": "batch-worker",
      "rack": "rack-a2"
    },
    "hostname": "host-457bb45c"
  },
  "method": "POST",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9 req 4 ok
{
  "body": {
    "hostname": "host-457bb45c",
    "reinstall_id": "ri_d078157428d0"
  },
  "headers": {
    "content-length": "61",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:49:03 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#10 req 5 sleep deadline=1776775751.925008793 duration=2s
#11 req 5 ok
null
#12 req 6 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_d078157428d0"
}
#13 req 6 ok
{
  "body": {
    "eta_seconds": 2.07,
    "hostname": "host-457bb45c",
    "reinstall_id": "ri_d078157428d0",
    "status": "pending"
  },
  "headers": {
    "content-length": "99",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:49:12 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#14 req 7 sleep deadline=1776775760.036767145 duration=2s
#15 req 7 ok
null
#16 req 8 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_d078157428d0"
}
#17 req 8 ok
{
  "body": {
    "error_kind": "wilson_forgot",
    "hostname": "host-457bb45c",
    "message": "wilson forgot this reinstall ever happened",
    "reinstall_id": "ri_d078157428d0",
    "retryable": true,
    "status": "forgotten"
  },
  "headers": {
    "content-length": "183",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:49:20 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#18 print >>> [noc] attempt 1: wilson claims it never heard of ri_d078157428d0. classic.
#20 print >>> [noc] attempt 2/4: kicking off reinstall of host-457bb45c.
#22 req 11 connector:http
{
  "body_json": {
    "config": {
      "disk_layout": "ephemeral",
      "os": "ubuntu-24.04",
      "profile": "batch-worker",
      "rack": "rack-a2"
    },
    "hostname": "host-457bb45c"
  },
  "method": "POST",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23 req 11 ok
{
  "body": {
    "hostname": "host-457bb45c",
    "reinstall_id": "ri_61a8ba0ce7ee"
  },
  "headers": {
    "content-length": "61",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:49:23 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#24 req 12 sleep deadline=1776775773.004637602 duration=2s
#25 req 12 ok
null
#26 req 13 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_61a8ba0ce7ee"
}
#27 req 13 ok
{
  "body": {
    "eta_seconds": 0.73,
    "hostname": "host-457bb45c",
    "reinstall_id": "ri_61a8ba0ce7ee",
    "status": "pending"
  },
  "headers": {
    "content-length": "99",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:49:33 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#28 req 14 sleep deadline=1776775783.956426511 duration=2s
#29 req 14 ok
null
#30 req 15 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_61a8ba0ce7ee"
}
#31 req 15 ok
{
  "body": {
    "error_kind": "reinstall_broken",
    "hostname": "host-457bb45c",
    "message": "reinstall broke partway through",
    "reinstall_id": "ri_61a8ba0ce7ee",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "172",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:49:44 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#32 print >>> [noc] attempt 2 failed (reinstall_broken); looping back to wilson.
#34 print >>> [noc] attempt 3/4: kicking off reinstall of host-457bb45c.
#36 req 18 connector:http
{
  "body_json": {
    "config": {
      "disk_layout": "ephemeral",
      "os": "ubuntu-24.04",
      "profile": "batch-worker",
      "rack": "rack-a2"
    },
    "hostname": "host-457bb45c"
  },
  "method": "POST",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#37 req 18 ok
{
  "body": {
    "hostname": "host-457bb45c",
    "reinstall_id": "ri_50cbfadf60b2"
  },
  "headers": {
    "content-length": "61",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:49:52 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#38 req 19 sleep deadline=1776775802.982477129 duration=2s
#39 req 19 ok
null
#40 req 20 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_50cbfadf60b2"
}
#41 req 20 ok
{
  "body": {
    "error_kind": "wilson_forgot",
    "hostname": "host-457bb45c",
    "message": "wilson forgot this reinstall ever happened",
    "reinstall_id": "ri_50cbfadf60b2",
    "retryable": true,
    "status": "forgotten"
  },
  "headers": {
    "content-length": "183",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:50:03 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#42 print >>> [noc] attempt 3: wilson claims it never heard of ri_50cbfadf60b2. classic.
#44 print >>> [noc] attempt 4/4: kicking off reinstall of host-457bb45c.
#46 req 23 connector:http
{
  "body_json": {
    "config": {
      "disk_layout": "ephemeral",
      "os": "ubuntu-24.04",
      "profile": "batch-worker",
      "rack": "rack-a2"
    },
    "hostname": "host-457bb45c"
  },
  "method": "POST",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#47 req 23 ok
{
  "body": {
    "hostname": "host-457bb45c",
    "reinstall_id": "ri_def6a8adc7c2"
  },
  "headers": {
    "content-length": "61",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:50:08 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#48 req 24 sleep deadline=1776775818.992544647 duration=2s
#49 req 24 ok
null
#50 req 25 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_def6a8adc7c2"
}
#51 req 25 ok
{
  "body": {
    "hostname": "host-457bb45c",
    "reinstall_id": "ri_def6a8adc7c2",
    "status": "succeeded",
    "took_seconds": 5.54
  },
  "headers": {
    "content-length": "102",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 12:50:19 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#52 print >>> [noc] host-457bb45c reinstalled clean on attempt 4. standing down.
#54 DONE worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1