#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": "ubuntu-24.04",
"profile": "batch-worker",
"rack": "rack-b1"
},
"hostname": "host-6d463dfb"
},
"headers": {
"content-length": "129",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:48:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-6d463dfb (ubuntu-24.04 / batch-worker / single-nvme) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-6d463dfb.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "ubuntu-24.04",
"profile": "batch-worker",
"rack": "rack-b1"
},
"hostname": "host-6d463dfb"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-6d463dfb",
"reinstall_id": "ri_47c02726b876"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:48:07 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776775698.010912757
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_47c02726b876"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 3.97,
"hostname": "host-6d463dfb",
"reinstall_id": "ri_47c02726b876",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:48:18 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776775709.145011836
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_47c02726b876"
}
#17
req 8
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-6d463dfb",
"message": "reinstall broke partway through",
"reinstall_id": "ri_47c02726b876",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:48:29 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-6d463dfb.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "ubuntu-24.04",
"profile": "batch-worker",
"rack": "rack-b1"
},
"hostname": "host-6d463dfb"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-6d463dfb",
"reinstall_id": "ri_8f71a8b32263"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:48:37 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776775726.988575951
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_8f71a8b32263"
}
#27
req 13
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-6d463dfb",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_8f71a8b32263",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:48:47 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [noc] attempt 2: wilson claims it never heard of ri_8f71a8b32263. classic.
#30
print
>>> [noc] attempt 3/4: kicking off reinstall of host-6d463dfb.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "ubuntu-24.04",
"profile": "batch-worker",
"rack": "rack-b1"
},
"hostname": "host-6d463dfb"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-6d463dfb",
"reinstall_id": "ri_7794637a84ab"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:48:55 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776775742.993844177
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_7794637a84ab"
}
#37
req 18
ok
{
"body": {
"eta_seconds": 4.94,
"hostname": "host-6d463dfb",
"reinstall_id": "ri_7794637a84ab",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:49:03 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
req 19
sleep
deadline=1776775749.079413337
duration=2s
#40
req 20
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_7794637a84ab"
}
#41
req 20
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-6d463dfb",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_7794637a84ab",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:49:09 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#42
print
>>> [noc] attempt 3: wilson claims it never heard of ri_7794637a84ab. classic.
#44
print
>>> [noc] attempt 4/4: kicking off reinstall of host-6d463dfb.
#46
req 23
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "ubuntu-24.04",
"profile": "batch-worker",
"rack": "rack-b1"
},
"hostname": "host-6d463dfb"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#47
req 23
ok
{
"body": {
"hostname": "host-6d463dfb",
"reinstall_id": "ri_e3d73333b73a"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:49:12 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#48
req 24
sleep
deadline=1776775760.041191915
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_e3d73333b73a"
}
#51
req 25
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-6d463dfb",
"message": "reinstall broke partway through",
"reinstall_id": "ri_e3d73333b73a",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:49:20 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [noc] attempt 4 failed (reinstall_broken); looping back to wilson.
#54
print
>>> [noc] escalating host-6d463dfb to RDS: wilson exhausted 4 attempts.
#56
req 28
connector:http
{
"body_json": {
"hostname": "host-6d463dfb",
"reason": "wilson exhausted 4 attempts"
},
"method": "POST",
"url": "http://rds.flowmetal.svc.cluster.local:8080/tickets"
}
#57
req 28
ok
{
"body": {
"created_at": 1776775763.0,
"hostname": "host-6d463dfb",
"reason": "wilson exhausted 4 attempts",
"ticket_id": "rds_f679226f0ca6"
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:49:23 GMT",
"server": "uvicorn"
},
"status": 201.0
}
#58
print
>>> [noc] RDS ticket rds_f679226f0ca6 filed for host-6d463dfb — paging humans.
#60
FAILED
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1