#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-b1"
},
"hostname": "host-0872f2df"
},
"headers": {
"content-length": "125",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:05:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-0872f2df (debian-12 / edge-router / single-nvme) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-0872f2df.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-b1"
},
"hostname": "host-0872f2df"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-0872f2df",
"reinstall_id": "ri_1bca86d1355e"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:05:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776773121.089323983
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_1bca86d1355e"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 0.56,
"hostname": "host-0872f2df",
"reinstall_id": "ri_1bca86d1355e",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:05:21 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776773134.029602261
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_1bca86d1355e"
}
#17
req 8
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-0872f2df",
"message": "reinstall broke partway through",
"reinstall_id": "ri_1bca86d1355e",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:05:34 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-0872f2df.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-b1"
},
"hostname": "host-0872f2df"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-0872f2df",
"reinstall_id": "ri_d28703700ba8"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:05:42 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776773152.066177617
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_d28703700ba8"
}
#27
req 13
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-0872f2df",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_d28703700ba8",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:05:52 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [noc] attempt 2: wilson claims it never heard of ri_d28703700ba8. classic.
#30
print
>>> [noc] attempt 3/4: kicking off reinstall of host-0872f2df.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-b1"
},
"hostname": "host-0872f2df"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-0872f2df",
"reinstall_id": "ri_835ed215f5bd"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:06:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776773170.102398228
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_835ed215f5bd"
}
#37
req 18
ok
{
"body": {
"eta_seconds": 2.65,
"hostname": "host-0872f2df",
"reinstall_id": "ri_835ed215f5bd",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:06:10 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
req 19
sleep
deadline=1776773175.988518925
duration=2s
#40
req 20
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_835ed215f5bd"
}
#41
req 20
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-0872f2df",
"message": "reinstall broke partway through",
"reinstall_id": "ri_835ed215f5bd",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:06:16 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#42
print
>>> [noc] attempt 3 failed (reinstall_broken); looping back to wilson.
#44
print
>>> [noc] attempt 4/4: kicking off reinstall of host-0872f2df.
#46
req 23
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "edge-router",
"rack": "rack-b1"
},
"hostname": "host-0872f2df"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#47
req 23
ok
{
"body": {
"hostname": "host-0872f2df",
"reinstall_id": "ri_75b7ce8a0d22"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:06:23 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#48
req 24
sleep
deadline=1776773194.043917884
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_75b7ce8a0d22"
}
#51
req 25
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-0872f2df",
"message": "reinstall broke partway through",
"reinstall_id": "ri_75b7ce8a0d22",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:06:34 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [noc] attempt 4 failed (reinstall_broken); looping back to wilson.
#54
print
>>> [noc] escalating host-0872f2df to RDS: wilson exhausted 4 attempts.
#56
req 28
connector:http
{
"body_json": {
"hostname": "host-0872f2df",
"reason": "wilson exhausted 4 attempts"
},
"method": "POST",
"url": "http://rds.flowmetal.svc.cluster.local:8080/tickets"
}
#57
req 28
ok
{
"body": {
"created_at": 1776773205.0,
"hostname": "host-0872f2df",
"reason": "wilson exhausted 4 attempts",
"ticket_id": "rds_995a6c4960ad"
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:06:44 GMT",
"server": "uvicorn"
},
"status": 201.0
}
#58
print
>>> [noc] RDS ticket rds_995a6c4960ad filed for host-0872f2df — paging humans.
#60
FAILED
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1