#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-b1"
},
"hostname": "host-97cc571e"
},
"headers": {
"content-length": "121",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-97cc571e (rhel-9 / api-worker / single-nvme) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-97cc571e.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-b1"
},
"hostname": "host-97cc571e"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-97cc571e",
"reinstall_id": "ri_30f69c2d9905"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:08 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776774078.967183235
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_30f69c2d9905"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 2.78,
"hostname": "host-97cc571e",
"reinstall_id": "ri_30f69c2d9905",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:19 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776774092.141322958
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_30f69c2d9905"
}
#17
req 8
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-97cc571e",
"message": "reinstall broke partway through",
"reinstall_id": "ri_30f69c2d9905",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:32 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#18
print
>>> [noc] attempt 1 failed (reinstall_broken); looping back to wilson.
#20
print
>>> [noc] attempt 2/4: kicking off reinstall of host-97cc571e.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-b1"
},
"hostname": "host-97cc571e"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-97cc571e",
"reinstall_id": "ri_c26a0dd2579c"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:40 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776774105.921059541
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_c26a0dd2579c"
}
#27
req 13
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-97cc571e",
"message": "reinstall broke partway through",
"reinstall_id": "ri_c26a0dd2579c",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:46 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-97cc571e.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-b1"
},
"hostname": "host-97cc571e"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-97cc571e",
"reinstall_id": "ri_461f0a6f1c85"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:51 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776774122.121401119
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_461f0a6f1c85"
}
#37
req 18
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-97cc571e",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_461f0a6f1c85",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:22:02 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [noc] attempt 3: wilson claims it never heard of ri_461f0a6f1c85. classic.
#40
print
>>> [noc] attempt 4/4: kicking off reinstall of host-97cc571e.
#42
req 21
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-b1"
},
"hostname": "host-97cc571e"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#43
req 21
ok
{
"body": {
"hostname": "host-97cc571e",
"reinstall_id": "ri_76285e1b4a65"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:22:05 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#44
req 22
sleep
deadline=1776774131.059523196
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_76285e1b4a65"
}
#47
req 23
ok
{
"body": {
"eta_seconds": 4.05,
"hostname": "host-97cc571e",
"reinstall_id": "ri_76285e1b4a65",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:22:11 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
req 24
sleep
deadline=1776774142.002364620
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_76285e1b4a65"
}
#51
req 25
ok
{
"body": {
"hostname": "host-97cc571e",
"reinstall_id": "ri_76285e1b4a65",
"status": "succeeded",
"took_seconds": 10.14
},
"headers": {
"content-length": "103",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:22:22 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [noc] host-97cc571e reinstalled clean on attempt 4. standing down.
#54
DONE
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428