After upgrading GCP cloud function to python3.8 started getting this error
OpenBLAS WARNING - could not determine the L2 cache size on this system
It appears in the stackdriver logs sometime after the functions gets invoked. No other errors are raised. GCF executes normally.
GCFs don't have 'cache' settings, only memory limits and those are ok.