#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": "batch-worker",
"rack": "rack-c1"
},
"hostname": "host-628e7e2b"
},
"headers": {
"content-length": "126",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:14:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-628e7e2b (debian-12 / batch-worker / single-nvme) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-628e7e2b.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "batch-worker",
"rack": "rack-c1"
},
"hostname": "host-628e7e2b"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-628e7e2b",
"reinstall_id": "ri_b9877282bc2a"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:14:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776777258.020974601
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b9877282bc2a"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 1.19,
"hostname": "host-628e7e2b",
"reinstall_id": "ri_b9877282bc2a",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:14:18 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776777268.963308491
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b9877282bc2a"
}
#17
req 8
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-628e7e2b",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_b9877282bc2a",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:14:29 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#18
print
>>> [noc] attempt 1: wilson claims it never heard of ri_b9877282bc2a. classic.
#20
print
>>> [noc] attempt 2/4: kicking off reinstall of host-628e7e2b.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "batch-worker",
"rack": "rack-c1"
},
"hostname": "host-628e7e2b"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-628e7e2b",
"reinstall_id": "ri_cd4179b187dd"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:14:39 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776777292.240043021
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_cd4179b187dd"
}
#27
req 13
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-628e7e2b",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_cd4179b187dd",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:14:52 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [noc] attempt 2: wilson claims it never heard of ri_cd4179b187dd. classic.
#30
print
>>> [noc] attempt 3/4: kicking off reinstall of host-628e7e2b.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "batch-worker",
"rack": "rack-c1"
},
"hostname": "host-628e7e2b"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-628e7e2b",
"reinstall_id": "ri_df116255df23"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:15:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776777312.900512992
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_df116255df23"
}
#37
req 18
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-628e7e2b",
"message": "reinstall broke partway through",
"reinstall_id": "ri_df116255df23",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:15:13 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [noc] attempt 3 failed (reinstall_broken); looping back to wilson.
#40
print
>>> [noc] attempt 4/4: kicking off reinstall of host-628e7e2b.
#42
req 21
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "batch-worker",
"rack": "rack-c1"
},
"hostname": "host-628e7e2b"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#43
req 21
ok
{
"body": {
"hostname": "host-628e7e2b",
"reinstall_id": "ri_e7fa1e1f976f"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:15:19 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#44
req 22
sleep
deadline=1776777329.112167325
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_e7fa1e1f976f"
}
#47
req 23
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-628e7e2b",
"message": "reinstall broke partway through",
"reinstall_id": "ri_e7fa1e1f976f",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:15:29 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
print
>>> [noc] attempt 4 failed (reinstall_broken); looping back to wilson.
#50
print
>>> [noc] escalating host-628e7e2b to RDS: wilson exhausted 4 attempts.
#52
req 26
connector:http
{
"body_json": {
"hostname": "host-628e7e2b",
"reason": "wilson exhausted 4 attempts"
},
"method": "POST",
"url": "http://rds.flowmetal.svc.cluster.local:8080/tickets"
}
#53
req 26
ok
{
"body": {
"created_at": 1776777338.0,
"hostname": "host-628e7e2b",
"reason": "wilson exhausted 4 attempts",
"ticket_id": "rds_948af8ea0caf"
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 13:15:37 GMT",
"server": "uvicorn"
},
"status": 201.0
}
#54
print
>>> [noc] RDS ticket rds_948af8ea0caf filed for host-628e7e2b — paging humans.
#56
FAILED
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1