crooked-arm-75273
08/04/2025, 9:39 AMpulumi:pulumi:Stack (service_diagnostics/staging)
error: awsx:ecr:Image resource 'staging-service-diagnostics-image' has a problem: ' docker build ../ -t 0800fdfc-container' failed with exit code 1
error: Program failed with an unhandled exception:
Traceback (most recent call last):
File "/builds/service_diagnostics/infrastructure/venv/lib/python3.11/site-packages/pulumi/runtime/resource.py", line 978, in do_rpc_call
return monitor.RegisterResource(req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/builds/service_diagnostics/infrastructure/venv/lib/python3.11/site-packages/grpc/_channel.py", line 1030, in __call__
return _end_unary_response_blocking(state, call, False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/builds/service_diagnostics/infrastructure/venv/lib/python3.11/site-packages/grpc/_channel.py", line 910, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "resource monitor shut down"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"resource monitor shut down", grpc_status:2, created_time:"2025-08-04T09:25:31.636820507+00:00"}"
crooked-arm-75273
08/04/2025, 9:41 AM# image
image = awsx.ecr.Image(
f"{environment}-service-diagnostics-image", repository_url=repo.url, path="../"
)
crooked-arm-75273
08/04/2025, 9:49 AMpulumi==3.76.0
pulumi-aws==5.41.0
pulumi-awsx==1.0.2
these are my pulumi versionsechoing-dinner-19531
08/04/2025, 8:11 PMerror: awsx:ecr:Image resource 'staging-service-diagnostics-image' has a problem: ' docker build ../ -t 0800fdfc-container' failed with exit code 1
For whatever reason the docker build is failing, that's then triggering the engine to shutdown and the rest is just errors from that. Might be your gitlab CI doesn't have docker setup?crooked-arm-75273
08/05/2025, 1:40 AMcrooked-arm-75273
08/05/2025, 1:47 AMechoing-dinner-19531
08/05/2025, 7:17 AM