#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": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-563015de"
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:59:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-563015de (debian-12 / api-worker / md-raid10) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-563015de.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "debian-12",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-563015de"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-563015de",
"reinstall_id": "ri_26094e13b6a6"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:59:05 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776769158.278702577
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_26094e13b6a6"
}
#13
req 6
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-563015de",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_26094e13b6a6",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:59:18 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
print
>>> [noc] attempt 1: wilson claims it never heard of ri_26094e13b6a6. classic.
#16
print
>>> [noc] attempt 2/4: kicking off reinstall of host-563015de.
#18
req 9
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "debian-12",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-563015de"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#19
req 9
ok
{
"body": {
"hostname": "host-563015de",
"reinstall_id": "ri_ae1d0c97a551"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:59:28 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#20
req 10
sleep
deadline=1776769181.157444916
duration=2s
#22
req 11
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_ae1d0c97a551"
}
#23
req 11
ok
{
"body": {
"eta_seconds": 0.35,
"hostname": "host-563015de",
"reinstall_id": "ri_ae1d0c97a551",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:59:41 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#24
req 12
sleep
deadline=1776769194.109380891
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_ae1d0c97a551"
}
#27
req 13
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-563015de",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_ae1d0c97a551",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:59:54 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [noc] attempt 2: wilson claims it never heard of ri_ae1d0c97a551. classic.
#30
print
>>> [noc] attempt 3/4: kicking off reinstall of host-563015de.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "debian-12",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-563015de"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-563015de",
"reinstall_id": "ri_e8645125837f"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:00:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776769213.176942934
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_e8645125837f"
}
#37
req 18
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-563015de",
"message": "reinstall broke partway through",
"reinstall_id": "ri_e8645125837f",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:00: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-563015de.
#42
req 21
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "debian-12",
"profile": "api-worker",
"rack": "rack-c1"
},
"hostname": "host-563015de"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#43
req 21
ok
{
"body": {
"hostname": "host-563015de",
"reinstall_id": "ri_53c65c93bab8"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:00:21 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#44
req 22
sleep
deadline=1776769231.055391278
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_53c65c93bab8"
}
#47
req 23
ok
{
"body": {
"eta_seconds": 3.65,
"hostname": "host-563015de",
"reinstall_id": "ri_53c65c93bab8",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:00:31 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
req 24
sleep
deadline=1776769242.025918850
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_53c65c93bab8"
}
#51
req 25
ok
{
"body": {
"hostname": "host-563015de",
"reinstall_id": "ri_53c65c93bab8",
"status": "succeeded",
"took_seconds": 13.77
},
"headers": {
"content-length": "103",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:00:42 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [noc] host-563015de reinstalled clean on attempt 4. standing down.
#54
DONE
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428