#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": "debian-12",
"profile": "batch-worker",
"rack": "rack-a1"
},
"hostname": "host-1f7ab52c"
},
"headers": {
"content-length": "126",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:35:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-1f7ab52c (debian-12 / batch-worker / single-nvme) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-1f7ab52c.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "batch-worker",
"rack": "rack-a1"
},
"hostname": "host-1f7ab52c"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-1f7ab52c",
"reinstall_id": "ri_65e6169d45ab"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:35:08 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776767719.125011205
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_65e6169d45ab"
}
#13
req 6
ok
{
"body": {
"eta_seconds": 0.14,
"hostname": "host-1f7ab52c",
"reinstall_id": "ri_65e6169d45ab",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:35:19 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
req 7
sleep
deadline=1776767732.100886754
duration=2s
#16
req 8
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_65e6169d45ab"
}
#17
req 8
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-1f7ab52c",
"message": "reinstall broke partway through",
"reinstall_id": "ri_65e6169d45ab",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:35:32 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-1f7ab52c.
#22
req 11
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "batch-worker",
"rack": "rack-a1"
},
"hostname": "host-1f7ab52c"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23
req 11
ok
{
"body": {
"hostname": "host-1f7ab52c",
"reinstall_id": "ri_7c0431e678ad"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:35:39 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
req 12
sleep
deadline=1776767749.972179729
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_7c0431e678ad"
}
#27
req 13
ok
{
"body": {
"error_kind": "reinstall_broken",
"hostname": "host-1f7ab52c",
"message": "reinstall broke partway through",
"reinstall_id": "ri_7c0431e678ad",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "172",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:35: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-1f7ab52c.
#32
req 16
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "debian-12",
"profile": "batch-worker",
"rack": "rack-a1"
},
"hostname": "host-1f7ab52c"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#33
req 16
ok
{
"body": {
"hostname": "host-1f7ab52c",
"reinstall_id": "ri_301238465e55"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:35:57 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
req 17
sleep
deadline=1776767762.936628725
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_301238465e55"
}
#37
req 18
ok
{
"body": {
"eta_seconds": 3.57,
"hostname": "host-1f7ab52c",
"reinstall_id": "ri_301238465e55",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:36:03 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
req 19
sleep
deadline=1776767771.060789793
duration=2s
#40
req 20
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_301238465e55"
}
#41
req 20
ok
{
"body": {
"hostname": "host-1f7ab52c",
"reinstall_id": "ri_301238465e55",
"status": "succeeded",
"took_seconds": 9.45
},
"headers": {
"content-length": "102",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:36:11 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#42
print
>>> [noc] host-1f7ab52c reinstalled clean on attempt 3. standing down.
#44
DONE
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428