#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": "smoldering",
"discovered_at": 1776773280.0,
"lot_id": "lot_d7ab72aa70",
"weight_kg": 501.0
},
"headers": {
"content-length": "95",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:08:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_d7ab72aa70 at 501 kg, condition 'smoldering' — priority normal.
#6
print
>>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8
req 4
connector:http
{
"body_json": {
"lot_id": "lot_d7ab72aa70",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_72c05b23219b",
"lot_id": "lot_d7ab72aa70",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:08:03 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_72c05b23219b open, waiting on containment…
#12
req 6
sleep
deadline=1776773296.099885217
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_72c05b23219b"
}
#15
req 7
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_72c05b23219b",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:08:16 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] attempt 1 failed (dispatch_service_down); retrying.
#18
req 9
sleep
deadline=1776773302.982283508
duration=1s
#20
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#22
req 11
connector:http
{
"body_json": {
"lot_id": "lot_d7ab72aa70",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#23
req 11
ok
{
"body": {
"incident_id": "inc_f40e5ba8ab79",
"lot_id": "lot_d7ab72aa70",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:08:23 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
print
>>> [attempt 2] incident inc_f40e5ba8ab79 open, waiting on containment…
#26
req 13
sleep
deadline=1776773311.074090055
duration=2s
#28
req 14
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_f40e5ba8ab79"
}
#29
req 14
ok
{
"body": {
"crew_eta_seconds": 6.17,
"incident_id": "inc_f40e5ba8ab79",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:08:31 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#30
req 15
sleep
deadline=1776773322.014108708
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_f40e5ba8ab79"
}
#33
req 16
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_f40e5ba8ab79",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:08:42 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#36
req 18
sleep
deadline=1776773334.174658990
duration=1s
#38
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#40
req 20
connector:http
{
"body_json": {
"lot_id": "lot_d7ab72aa70",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#41
req 20
ok
{
"body": {
"incident_id": "inc_607672928744",
"lot_id": "lot_d7ab72aa70",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:08:54 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#42
print
>>> [attempt 3] incident inc_607672928744 open, waiting on containment…
#44
req 22
sleep
deadline=1776773342.871448215
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_607672928744"
}
#47
req 23
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_607672928744",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:09:02 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#50
req 25
sleep
deadline=1776773349.981970476
duration=2s
#52
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#54
req 27
connector:http
{
"body_json": {
"lot_id": "lot_d7ab72aa70",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#55
req 27
ok
{
"body": {
"incident_id": "inc_ba7b79c3fe8d",
"lot_id": "lot_d7ab72aa70",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:09:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#56
print
>>> [attempt 4] incident inc_ba7b79c3fe8d open, waiting on containment…
#58
req 29
sleep
deadline=1776773360.926836331
duration=2s
#60
req 30
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_ba7b79c3fe8d"
}
#61
req 30
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_ba7b79c3fe8d",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:09:21 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#62
print
>>> [dispatch] attempt 4 failed (crews_unavailable); retrying.
#64
req 32
sleep
deadline=1776773370.030120205
duration=3s
#66
print
>>> [dispatch] lot lot_d7ab72aa70 abandoned after 4 attempts; last attempt: crews_unavailable.
#68
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1