#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": "ubuntu-24.04",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-47aa9ae7"
},
"headers": {
"content-length": "127",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:42:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-47aa9ae7 (ubuntu-24.04 / redis-cache / zfs-mirror) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-47aa9ae7.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "zfs-mirror",
"os": "ubuntu-24.04",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-47aa9ae7"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-47aa9ae7",
"reinstall_id": "ri_cfe1ef3c86c3"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:42:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776764540.989427566
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_cfe1ef3c86c3"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 3.14,
"hostname": "host-47aa9ae7",
"reinstall_id": "ri_cfe1ef3c86c3",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:42:21 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776764552.204921414
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_cfe1ef3c86c3"
}
#17
req 8
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-47aa9ae7",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_cfe1ef3c86c3",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:42:32 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#18
print
>>> [noc] attempt 1: wilson claims it never heard of ri_cfe1ef3c86c3. classic.
#20
print
>>> [noc] attempt 2/4: kicking off reinstall of host-47aa9ae7.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "zfs-mirror",
"os": "ubuntu-24.04",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-47aa9ae7"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-47aa9ae7",
"reinstall_id": "ri_564feab2e58f"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:42:37 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776764570.038560812
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_564feab2e58f"
}
#27
req 13
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-47aa9ae7",
"message": "reinstall broke partway through",
"reinstall_id": "ri_564feab2e58f",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:42:50 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-47aa9ae7.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "zfs-mirror",
"os": "ubuntu-24.04",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-47aa9ae7"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-47aa9ae7",
"reinstall_id": "ri_b63c0508291d"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:43:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776764583.003266298
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b63c0508291d"
}
#37
req 18
ok
{
"body": {
"eta_seconds": 11.25,
"hostname": "host-47aa9ae7",
"reinstall_id": "ri_b63c0508291d",
"status": "pending"
},
"headers": {
"content-length": "100",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:43:03 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
req 19
sleep
deadline=1776764589.104735929
duration=2s
#40
req 20
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b63c0508291d"
}
#41
req 20
ok
{
"body": {
"eta_seconds": 5.36,
"hostname": "host-47aa9ae7",
"reinstall_id": "ri_b63c0508291d",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:43:09 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#42
req 21
sleep
deadline=1776764594.978232383
duration=2s
#44
req 22
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_b63c0508291d"
}
#45
req 22
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-47aa9ae7",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_b63c0508291d",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:43:15 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#46
print
>>> [noc] attempt 3: wilson claims it never heard of ri_b63c0508291d. classic.
#48
print
>>> [noc] attempt 4/4: kicking off reinstall of host-47aa9ae7.
#50
req 25
connector:http
{
"body_json": {
"config": {
"disk_layout": "zfs-mirror",
"os": "ubuntu-24.04",
"profile": "redis-cache",
"rack": "rack-b1"
},
"hostname": "host-47aa9ae7"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#51
req 25
ok
{
"body": {
"hostname": "host-47aa9ae7",
"reinstall_id": "ri_c1204d83b404"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:43:23 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#52
req 26
sleep
deadline=1776764616.243336123
duration=2s
#54
req 27
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_c1204d83b404"
}
#55
req 27
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-47aa9ae7",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_c1204d83b404",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:43:36 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#56
print
>>> [noc] attempt 4: wilson claims it never heard of ri_c1204d83b404. classic.
#58
print
>>> [noc] escalating host-47aa9ae7 to RDS: wilson exhausted 4 attempts.
#60
req 30
connector:http
{
"body_json": {
"hostname": "host-47aa9ae7",
"reason": "wilson exhausted 4 attempts"
},
"method": "POST",
"url": "http://rds.flowmetal.svc.cluster.local:8080/tickets"
}
#61
req 30
ok
{
"body": {
"created_at": 1776764627.0,
"hostname": "host-47aa9ae7",
"reason": "wilson exhausted 4 attempts",
"ticket_id": "rds_ba55dab36e8d"
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:43:46 GMT",
"server": "uvicorn"
},
"status": 201.0
}
#62
print
>>> [noc] RDS ticket rds_ba55dab36e8d filed for host-47aa9ae7 — paging humans.
#64
FAILED
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428