#0
print
>>> [dispatch] phoning tire-registry for the next incoming report…
#2
req 1
connector:http
{
"method": "GET",
"url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#3
req 1
ok
{
"body": {
"condition": "flaming",
"discovered_at": 1776766740.0,
"lot_id": "lot_08c31989dd",
"weight_kg": 480.0
},
"headers": {
"content-length": "92",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:19:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_08c31989dd at 480 kg, condition 'flaming' — priority normal.
#6
print
>>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8
req 4
connector:http
{
"body_json": {
"lot_id": "lot_08c31989dd",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_5b9db6a4dde2",
"lot_id": "lot_08c31989dd",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:19:05 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_5b9db6a4dde2 open, waiting on containment…
#12
req 6
sleep
deadline=1776766758.255575308
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_5b9db6a4dde2"
}
#15
req 7
ok
{
"body": {
"crew_eta_seconds": 1.68,
"incident_id": "inc_5b9db6a4dde2",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:19:18 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
req 8
sleep
deadline=1776766771.078494047
duration=2s
#18
req 9
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_5b9db6a4dde2"
}
#19
req 9
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_5b9db6a4dde2",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:19:31 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#20
print
>>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#22
req 11
sleep
deadline=1776766781.065151915
duration=1s
#24
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#26
req 13
connector:http
{
"body_json": {
"lot_id": "lot_08c31989dd",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#27
req 13
ok
{
"body": {
"incident_id": "inc_ff9588b9fb66",
"lot_id": "lot_08c31989dd",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:19:41 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#28
print
>>> [attempt 2] incident inc_ff9588b9fb66 open, waiting on containment…
#30
req 15
sleep
deadline=1776766792.011558143
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_ff9588b9fb66"
}
#33
req 16
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_ff9588b9fb66",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:19:52 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
print
>>> [dispatch] attempt 2 failed (dispatch_service_down); retrying.
#36
req 18
sleep
deadline=1776766799.136663695
duration=1s
#38
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#40
req 20
connector:http
{
"body_json": {
"lot_id": "lot_08c31989dd",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#41
req 20
ok
{
"body": {
"incident_id": "inc_13a6318640f2",
"lot_id": "lot_08c31989dd",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:19:59 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#42
print
>>> [attempt 3] incident inc_13a6318640f2 open, waiting on containment…
#44
req 22
sleep
deadline=1776766803.024554785
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_13a6318640f2"
}
#47
req 23
ok
{
"body": {
"crew_eta_seconds": 8.89,
"incident_id": "inc_13a6318640f2",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:20:03 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
req 24
sleep
deadline=1776766811.115894329
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_13a6318640f2"
}
#51
req 25
ok
{
"body": {
"crew_eta_seconds": 1.0,
"incident_id": "inc_13a6318640f2",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "96",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:20:11 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
req 26
sleep
deadline=1776766822.093613462
duration=2s
#54
req 27
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_13a6318640f2"
}
#55
req 27
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_13a6318640f2",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:20:22 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#56
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#58
req 29
sleep
deadline=1776766829.999701401
duration=2s
#60
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#62
req 31
connector:http
{
"body_json": {
"lot_id": "lot_08c31989dd",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#63
req 31
ok
{
"body": {
"incident_id": "inc_2db8592b4a55",
"lot_id": "lot_08c31989dd",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:20:30 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#64
print
>>> [attempt 4] incident inc_2db8592b4a55 open, waiting on containment…
#66
req 33
sleep
deadline=1776766839.180481050
duration=2s
#68
req 34
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_2db8592b4a55"
}
#69
req 34
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_2db8592b4a55",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:20:39 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#70
print
>>> [dispatch] attempt 4 failed (crews_unavailable); retrying.
#72
req 36
sleep
deadline=1776766848.954496178
duration=3s
#74
print
>>> [dispatch] lot lot_08c31989dd abandoned after 4 attempts; last attempt: crews_unavailable.
#76
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1