#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": "zfs-mirror",
"os": "rhel-9",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-8fe15876"
},
"headers": {
"content-length": "121",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:53:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-8fe15876 (rhel-9 / redis-cache / zfs-mirror) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-8fe15876.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "zfs-mirror",
"os": "rhel-9",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-8fe15876"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-8fe15876",
"reinstall_id": "ri_2a2b92c40320"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:53:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776775998.020683004
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_2a2b92c40320"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 0.47,
"hostname": "host-8fe15876",
"reinstall_id": "ri_2a2b92c40320",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:53:18 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776776008.963759779
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_2a2b92c40320"
}
#17
req 8
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-8fe15876",
"message": "reinstall broke partway through",
"reinstall_id": "ri_2a2b92c40320",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:53: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-8fe15876.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "zfs-mirror",
"os": "rhel-9",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-8fe15876"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-8fe15876",
"reinstall_id": "ri_62f09a6071b2"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:53:36 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776776026.987353978
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_62f09a6071b2"
}
#27
req 13
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-8fe15876",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_62f09a6071b2",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:53:47 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [noc] attempt 2: wilson claims it never heard of ri_62f09a6071b2. classic.
#30
print
>>> [noc] attempt 3/4: kicking off reinstall of host-8fe15876.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "zfs-mirror",
"os": "rhel-9",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-8fe15876"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-8fe15876",
"reinstall_id": "ri_c9c1215d75fb"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:53:57 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776776042.783469738
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_c9c1215d75fb"
}
#37
req 18
ok
{
"body": {
"eta_seconds": 6.57,
"hostname": "host-8fe15876",
"reinstall_id": "ri_c9c1215d75fb",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:02 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
req 19
sleep
deadline=1776776050.072133623
duration=2s
#40
req 20
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_c9c1215d75fb"
}
#41
req 20
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-8fe15876",
"message": "reinstall broke partway through",
"reinstall_id": "ri_c9c1215d75fb",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:10 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-8fe15876.
#46
req 23
connector:http
{
"body_json": {
"config": {
"disk_layout": "zfs-mirror",
"os": "rhel-9",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-8fe15876"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#47
req 23
ok
{
"body": {
"hostname": "host-8fe15876",
"reinstall_id": "ri_6301e7c408b0"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:13 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#48
req 24
sleep
deadline=1776776064.065091255
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_6301e7c408b0"
}
#51
req 25
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-8fe15876",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_6301e7c408b0",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:24 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [noc] attempt 4: wilson claims it never heard of ri_6301e7c408b0. classic.
#54
print
>>> [noc] escalating host-8fe15876 to RDS: wilson exhausted 4 attempts.
#56
req 28
connector:http
{
"body_json": {
"hostname": "host-8fe15876",
"reason": "wilson exhausted 4 attempts"
},
"method": "POST",
"url": "http://rds.flowmetal.svc.cluster.local:8080/tickets"
}
#57
req 28
ok
{
"body": {
"created_at": 1776776069.0,
"hostname": "host-8fe15876",
"reason": "wilson exhausted 4 attempts",
"ticket_id": "rds_3c9373c82030"
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:29 GMT",
"server": "uvicorn"
},
"status": 201.0
}
#58
print
>>> [noc] RDS ticket rds_3c9373c82030 filed for host-8fe15876 — paging humans.
#60
FAILED
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1