#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": "flatcar-stable",
"profile": "edge-router",
"rack": "rack-c1"
},
"hostname": "host-a891f87b"
},
"headers": {
"content-length": "128",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:12:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-a891f87b (flatcar-stable / edge-router / md-raid10) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-a891f87b.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "flatcar-stable",
"profile": "edge-router",
"rack": "rack-c1"
},
"hostname": "host-a891f87b"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-a891f87b",
"reinstall_id": "ri_b4288d6034b9"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:12:08 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776762736.899260864
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b4288d6034b9"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 1.51,
"hostname": "host-a891f87b",
"reinstall_id": "ri_b4288d6034b9",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:12:17 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776762750.090378913
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b4288d6034b9"
}
#17
req 8
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-a891f87b",
"message": "reinstall broke partway through",
"reinstall_id": "ri_b4288d6034b9",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:12:30 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-a891f87b.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "flatcar-stable",
"profile": "edge-router",
"rack": "rack-c1"
},
"hostname": "host-a891f87b"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-a891f87b",
"reinstall_id": "ri_b368e2040795"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:12:40 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776762773.232457620
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b368e2040795"
}
#27
req 13
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-a891f87b",
"message": "reinstall broke partway through",
"reinstall_id": "ri_b368e2040795",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:12:53 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-a891f87b.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "flatcar-stable",
"profile": "edge-router",
"rack": "rack-c1"
},
"hostname": "host-a891f87b"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-a891f87b",
"reinstall_id": "ri_2054244aed39"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:13:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776762787.802066644
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_2054244aed39"
}
#37
req 18
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-a891f87b",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_2054244aed39",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:13:07 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [noc] attempt 3: wilson claims it never heard of ri_2054244aed39. classic.
#40
print
>>> [noc] attempt 4/4: kicking off reinstall of host-a891f87b.
#42
req 21
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "flatcar-stable",
"profile": "edge-router",
"rack": "rack-c1"
},
"hostname": "host-a891f87b"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#43
req 21
ok
{
"body": {
"hostname": "host-a891f87b",
"reinstall_id": "ri_627046568833"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:13:15 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#44
req 22
sleep
deadline=1776762805.054390816
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_627046568833"
}
#47
req 23
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-a891f87b",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_627046568833",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:13:25 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
print
>>> [noc] attempt 4: wilson claims it never heard of ri_627046568833. classic.
#50
print
>>> [noc] escalating host-a891f87b to RDS: wilson exhausted 4 attempts.
#52
req 26
connector:http
{
"body_json": {
"hostname": "host-a891f87b",
"reason": "wilson exhausted 4 attempts"
},
"method": "POST",
"url": "http://rds.flowmetal.svc.cluster.local:8080/tickets"
}
#53
req 26
ok
{
"body": {
"created_at": 1776762814.0,
"hostname": "host-a891f87b",
"reason": "wilson exhausted 4 attempts",
"ticket_id": "rds_9d7aba711780"
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:13:33 GMT",
"server": "uvicorn"
},
"status": 201.0
}
#54
print
>>> [noc] RDS ticket rds_9d7aba711780 filed for host-a891f87b — paging humans.
#56
FAILED
worker=worker-6ff0c8a3-9b62-46b0-877b-84e5c444aa07