#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": "ephemeral",
"os": "ubuntu-24.04",
"profile": "api-worker",
"rack": "rack-a2"
},
"hostname": "host-12dc4a9a"
},
"headers": {
"content-length": "125",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:35:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-12dc4a9a (ubuntu-24.04 / api-worker / ephemeral) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-12dc4a9a.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "ephemeral",
"os": "ubuntu-24.04",
"profile": "api-worker",
"rack": "rack-a2"
},
"hostname": "host-12dc4a9a"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-12dc4a9a",
"reinstall_id": "ri_7b822aaaedff"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:35:01 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776771311.095415716
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_7b822aaaedff"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 4.58,
"hostname": "host-12dc4a9a",
"reinstall_id": "ri_7b822aaaedff",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:35:11 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776771321.034640693
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_7b822aaaedff"
}
#17
req 8
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-12dc4a9a",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_7b822aaaedff",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:35:21 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#18
print
>>> [noc] attempt 1: wilson claims it never heard of ri_7b822aaaedff. classic.
#20
print
>>> [noc] attempt 2/4: kicking off reinstall of host-12dc4a9a.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "ephemeral",
"os": "ubuntu-24.04",
"profile": "api-worker",
"rack": "rack-a2"
},
"hostname": "host-12dc4a9a"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-12dc4a9a",
"reinstall_id": "ri_843450ab3328"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:35:29 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776771339.030440082
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_843450ab3328"
}
#27
req 13
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-12dc4a9a",
"message": "reinstall broke partway through",
"reinstall_id": "ri_843450ab3328",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:35:39 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-12dc4a9a.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "ephemeral",
"os": "ubuntu-24.04",
"profile": "api-worker",
"rack": "rack-a2"
},
"hostname": "host-12dc4a9a"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-12dc4a9a",
"reinstall_id": "ri_f197baf8cb2d"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:35:47 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776771360.144781744
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_f197baf8cb2d"
}
#37
req 18
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-12dc4a9a",
"message": "reinstall broke partway through",
"reinstall_id": "ri_f197baf8cb2d",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:36:00 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-12dc4a9a.
#42
req 21
connector:http
{
"body_json": {
"config": {
"disk_layout": "ephemeral",
"os": "ubuntu-24.04",
"profile": "api-worker",
"rack": "rack-a2"
},
"hostname": "host-12dc4a9a"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#43
req 21
ok
{
"body": {
"hostname": "host-12dc4a9a",
"reinstall_id": "ri_19dd679bc47d"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:36:05 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#44
req 22
sleep
deadline=1776771371.031431635
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_19dd679bc47d"
}
#47
req 23
ok
{
"body": {
"eta_seconds": 4.53,
"hostname": "host-12dc4a9a",
"reinstall_id": "ri_19dd679bc47d",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:36:11 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
req 24
sleep
deadline=1776771381.976844921
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_19dd679bc47d"
}
#51
req 25
ok
{
"body": {
"hostname": "host-12dc4a9a",
"reinstall_id": "ri_19dd679bc47d",
"status": "succeeded",
"took_seconds": 10.16
},
"headers": {
"content-length": "103",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:36:22 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [noc] host-12dc4a9a reinstalled clean on attempt 4. standing down.
#54
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1