Description
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1738693019.102109 270680 init.cc:232] grpc_wait_for_shutdown_with_timeout() timed out.
It doesn't cause any problems but makes it look like there was a failure in octue
when there wasn't one.
The temporary fix is to pin to grpcio==1.67.1
and grpcio-status==1.67.1
, but grpcio*==0.71
should fix it when it's released (see here)