#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": "api-worker",
"rack": "rack-b2"
},
"hostname": "host-fae60234"
},
"headers": {
"content-length": "127",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:01:59 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-fae60234 (ubuntu-24.04 / api-worker / single-nvme) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-fae60234.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "ubuntu-24.04",
"profile": "api-worker",
"rack": "rack-b2"
},
"hostname": "host-fae60234"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-fae60234",
"reinstall_id": "ri_48977002c72d"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:02:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776762138.095290387
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_48977002c72d"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 1.78,
"hostname": "host-fae60234",
"reinstall_id": "ri_48977002c72d",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:02:17 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776762149.042460123
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_48977002c72d"
}
#17
req 8
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-fae60234",
"message": "reinstall broke partway through",
"reinstall_id": "ri_48977002c72d",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:02: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-fae60234.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "ubuntu-24.04",
"profile": "api-worker",
"rack": "rack-b2"
},
"hostname": "host-fae60234"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-fae60234",
"reinstall_id": "ri_46fbc71ce014"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:02:39 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776762172.113602567
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_46fbc71ce014"
}
#27
req 13
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-fae60234",
"message": "reinstall broke partway through",
"reinstall_id": "ri_46fbc71ce014",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:02:52 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-fae60234.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "ubuntu-24.04",
"profile": "api-worker",
"rack": "rack-b2"
},
"hostname": "host-fae60234"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-fae60234",
"reinstall_id": "ri_7d083a5d1e27"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:03:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776762192.972577746
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_7d083a5d1e27"
}
#37
req 18
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-fae60234",
"message": "reinstall broke partway through",
"reinstall_id": "ri_7d083a5d1e27",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:03: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-fae60234.
#42
req 21
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "ubuntu-24.04",
"profile": "api-worker",
"rack": "rack-b2"
},
"hostname": "host-fae60234"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#43
req 21
ok
{
"body": {
"hostname": "host-fae60234",
"reinstall_id": "ri_3ddd91f386db"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:03:21 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#44
req 22
sleep
deadline=1776762214.032174031
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_3ddd91f386db"
}
#47
req 23
ok
{
"body": {
"hostname": "host-fae60234",
"reinstall_id": "ri_3ddd91f386db",
"status": "succeeded",
"took_seconds": 11.28
},
"headers": {
"content-length": "103",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:03:34 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
print
>>> [noc] host-fae60234 reinstalled clean on attempt 4. standing down.
#50
DONE
worker=worker-6ff0c8a3-9b62-46b0-877b-84e5c444aa07