#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": "single-nvme",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-8e974d51"
},
"headers": {
"content-length": "121",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:05:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-8e974d51 (rhel-9 / api-worker / single-nvme) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-8e974d51.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-8e974d51"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-8e974d51",
"reinstall_id": "ri_58535dc1f906"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:05:08 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776769516.970247925
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_58535dc1f906"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 4.17,
"hostname": "host-8e974d51",
"reinstall_id": "ri_58535dc1f906",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:05:17 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776769526.070381599
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_58535dc1f906"
}
#17
req 8
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-8e974d51",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_58535dc1f906",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:05:26 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#18
print
>>> [noc] attempt 1: wilson claims it never heard of ri_58535dc1f906. classic.
#20
print
>>> [noc] attempt 2/4: kicking off reinstall of host-8e974d51.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-8e974d51"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-8e974d51",
"reinstall_id": "ri_d45ca81a43bb"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:05:33 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776769543.976466642
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_d45ca81a43bb"
}
#27
req 13
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-8e974d51",
"message": "reinstall broke partway through",
"reinstall_id": "ri_d45ca81a43bb",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:05:44 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [noc] attempt 2 failed (reinstall_broken); looping back to wilson.
#30
print
>>> [noc] attempt 3/4: kicking off reinstall of host-8e974d51.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-8e974d51"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-8e974d51",
"reinstall_id": "ri_4f484a6fd247"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:05:51 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776769562.114775365
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_4f484a6fd247"
}
#37
req 18
ok
{
"body": {
"hostname": "host-8e974d51",
"reinstall_id": "ri_4f484a6fd247",
"status": "succeeded",
"took_seconds": 10.23
},
"headers": {
"content-length": "103",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:06:02 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [noc] host-8e974d51 reinstalled clean on attempt 3. standing down.
#40
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1