#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": "md-raid10",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-c1"
},
"hostname": "host-27f14037"
},
"headers": {
"content-length": "123",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:00:09 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-27f14037 (debian-12 / edge-router / md-raid10) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-27f14037.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-c1"
},
"hostname": "host-27f14037"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-27f14037",
"reinstall_id": "ri_e2002caf8c74"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:00:14 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776762024.929512112
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_e2002caf8c74"
}
#13
req 6
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-27f14037",
"message": "reinstall broke partway through",
"reinstall_id": "ri_e2002caf8c74",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:00:25 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
print
>>> [noc] attempt 1 failed (reinstall_broken); looping back to wilson.
#16
print
>>> [noc] attempt 2/4: kicking off reinstall of host-27f14037.
#18
req 9
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-c1"
},
"hostname": "host-27f14037"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#19
req 9
ok
{
"body": {
"hostname": "host-27f14037",
"reinstall_id": "ri_978e96c6ed6d"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:00:32 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#20
req 10
sleep
deadline=1776762042.937179990
duration=2s
#22
req 11
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_978e96c6ed6d"
}
#23
req 11
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-27f14037",
"message": "reinstall broke partway through",
"reinstall_id": "ri_978e96c6ed6d",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:00:43 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#24
print
>>> [noc] attempt 2 failed (reinstall_broken); looping back to wilson.
#26
print
>>> [noc] attempt 3/4: kicking off reinstall of host-27f14037.
#28
req 14
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-c1"
},
"hostname": "host-27f14037"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#29
req 14
ok
{
"body": {
"hostname": "host-27f14037",
"reinstall_id": "ri_7ef33a164aa3"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:00:50 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#30
req 15
sleep
deadline=1776762060.934711563
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_7ef33a164aa3"
}
#33
req 16
ok
{
"body": {
"eta_seconds": 1.16,
"hostname": "host-27f14037",
"reinstall_id": "ri_7ef33a164aa3",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:01:01 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
req 17
sleep
deadline=1776762064.991762161
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_7ef33a164aa3"
}
#37
req 18
ok
{
"body": {
"hostname": "host-27f14037",
"reinstall_id": "ri_7ef33a164aa3",
"status": "succeeded",
"took_seconds": 12.11
},
"headers": {
"content-length": "103",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:01:05 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [noc] host-27f14037 reinstalled clean on attempt 3. standing down.
#40
DONE
worker=worker-6ff0c8a3-9b62-46b0-877b-84e5c444aa07