#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": "flatcar-stable",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-17e9a23f"
},
"headers": {
"content-length": "129",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:55:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-17e9a23f (flatcar-stable / api-worker / single-nvme) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-17e9a23f.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "flatcar-stable",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-17e9a23f"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-17e9a23f",
"reinstall_id": "ri_ae4c9c2441f3"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:55:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776772521.094432456
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_ae4c9c2441f3"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 4.19,
"hostname": "host-17e9a23f",
"reinstall_id": "ri_ae4c9c2441f3",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:55:21 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776772534.052723487
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_ae4c9c2441f3"
}
#17
req 8
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-17e9a23f",
"message": "reinstall broke partway through",
"reinstall_id": "ri_ae4c9c2441f3",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:55: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-17e9a23f.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "flatcar-stable",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-17e9a23f"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-17e9a23f",
"reinstall_id": "ri_c51deb197d98"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:55:41 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776772552.062828890
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_c51deb197d98"
}
#27
req 13
ok
{
"body": {
"eta_seconds": 0.37,
"hostname": "host-17e9a23f",
"reinstall_id": "ri_c51deb197d98",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:55:52 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
req 14
sleep
deadline=1776772562.797876661
duration=2s
#30
req 15
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_c51deb197d98"
}
#31
req 15
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-17e9a23f",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_c51deb197d98",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:56:02 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#32
print
>>> [noc] attempt 2: wilson claims it never heard of ri_c51deb197d98. classic.
#34
print
>>> [noc] attempt 3/4: kicking off reinstall of host-17e9a23f.
#36
req 18
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "flatcar-stable",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-17e9a23f"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#37
req 18
ok
{
"body": {
"hostname": "host-17e9a23f",
"reinstall_id": "ri_9f590361d0f9"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:56:07 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#38
req 19
sleep
deadline=1776772580.239356437
duration=2s
#40
req 20
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_9f590361d0f9"
}
#41
req 20
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-17e9a23f",
"message": "reinstall broke partway through",
"reinstall_id": "ri_9f590361d0f9",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:56:20 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-17e9a23f.
#46
req 23
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "flatcar-stable",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-17e9a23f"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#47
req 23
ok
{
"body": {
"hostname": "host-17e9a23f",
"reinstall_id": "ri_02bb9638b93d"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:56:30 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#48
req 24
sleep
deadline=1776772605.953866032
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_02bb9638b93d"
}
#51
req 25
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-17e9a23f",
"message": "reinstall broke partway through",
"reinstall_id": "ri_02bb9638b93d",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:56:46 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [noc] attempt 4 failed (reinstall_broken); looping back to wilson.
#54
print
>>> [noc] escalating host-17e9a23f to RDS: wilson exhausted 4 attempts.
#56
req 28
connector:http
{
"body_json": {
"hostname": "host-17e9a23f",
"reason": "wilson exhausted 4 attempts"
},
"method": "POST",
"url": "http://rds.flowmetal.svc.cluster.local:8080/tickets"
}
#57
req 28
ok
{
"body": {
"created_at": 1776772617.0,
"hostname": "host-17e9a23f",
"reason": "wilson exhausted 4 attempts",
"ticket_id": "rds_c2c741ae28b5"
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:56:56 GMT",
"server": "uvicorn"
},
"status": 201.0
}
#58
print
>>> [noc] RDS ticket rds_c2c741ae28b5 filed for host-17e9a23f — paging humans.
#60
FAILED
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428