#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": "rhel-9",
"profile": "batch-worker",
"rack": "rack-b2"
},
"hostname": "host-a9010458"
},
"headers": {
"content-length": "121",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:24:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-a9010458 (rhel-9 / batch-worker / ephemeral) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-a9010458.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "ephemeral",
"os": "rhel-9",
"profile": "batch-worker",
"rack": "rack-b2"
},
"hostname": "host-a9010458"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-a9010458",
"reinstall_id": "ri_ba89a1da040c"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:24:05 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776777858.130699441
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_ba89a1da040c"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 0.58,
"hostname": "host-a9010458",
"reinstall_id": "ri_ba89a1da040c",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:24:18 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776777871.084947678
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_ba89a1da040c"
}
#17
req 8
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-a9010458",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_ba89a1da040c",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:24:31 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#18
print
>>> [noc] attempt 1: wilson claims it never heard of ri_ba89a1da040c. classic.
#20
print
>>> [noc] attempt 2/4: kicking off reinstall of host-a9010458.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "ephemeral",
"os": "rhel-9",
"profile": "batch-worker",
"rack": "rack-b2"
},
"hostname": "host-a9010458"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-a9010458",
"reinstall_id": "ri_705021a638c4"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:24:39 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776777892.132842867
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_705021a638c4"
}
#27
req 13
ok
{
"body": {
"eta_seconds": 1.77,
"hostname": "host-a9010458",
"reinstall_id": "ri_705021a638c4",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:24:52 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
req 14
sleep
deadline=1776777902.872497761
duration=2s
#30
req 15
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_705021a638c4"
}
#31
req 15
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-a9010458",
"message": "reinstall broke partway through",
"reinstall_id": "ri_705021a638c4",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:25:02 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-a9010458.
#36
req 18
connector:http
{
"body_json": {
"config": {
"disk_layout": "ephemeral",
"os": "rhel-9",
"profile": "batch-worker",
"rack": "rack-b2"
},
"hostname": "host-a9010458"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#37
req 18
err
source=connector
HTTP 503
{
"body": {
"detail": "wilson overloaded; try again"
},
"error_kind": "http_status",
"headers": {
"content-length": "41",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:25:07 GMT",
"server": "uvicorn"
},
"status": 503.0
}
#38
FAILED
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428