#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": "debian-12",
"profile": "edge-router",
"rack": "rack-a2"
},
"hostname": "host-4d3ead7c"
},
"headers": {
"content-length": "125",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:48:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-4d3ead7c (debian-12 / edge-router / single-nvme) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-4d3ead7c.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-a2"
},
"hostname": "host-4d3ead7c"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-4d3ead7c",
"reinstall_id": "ri_b0227c8ba4d2"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:48:02 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776772091.001654042
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b0227c8ba4d2"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 0.93,
"hostname": "host-4d3ead7c",
"reinstall_id": "ri_b0227c8ba4d2",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:48:11 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776772102.141587744
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b0227c8ba4d2"
}
#17
req 8
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-4d3ead7c",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_b0227c8ba4d2",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:48:22 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#18
print
>>> [noc] attempt 1: wilson claims it never heard of ri_b0227c8ba4d2. classic.
#20
print
>>> [noc] attempt 2/4: kicking off reinstall of host-4d3ead7c.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-a2"
},
"hostname": "host-4d3ead7c"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-4d3ead7c",
"reinstall_id": "ri_c688dde3c180"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:48:32 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776772122.132977219
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_c688dde3c180"
}
#27
req 13
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-4d3ead7c",
"message": "reinstall broke partway through",
"reinstall_id": "ri_c688dde3c180",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:48:42 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-4d3ead7c.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-a2"
},
"hostname": "host-4d3ead7c"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-4d3ead7c",
"reinstall_id": "ri_1d03112556cd"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:48:50 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776772140.009338375
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_1d03112556cd"
}
#37
req 18
ok
{
"body": {
"hostname": "host-4d3ead7c",
"reinstall_id": "ri_1d03112556cd",
"status": "succeeded",
"took_seconds": 4.88
},
"headers": {
"content-length": "102",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:49:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [noc] host-4d3ead7c reinstalled clean on attempt 3. standing down.
#40
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1