I'm seeing a strange issue when I try to install the Pip package "google-cloud-datastore" where once it starts building the dependent "grcpio" wheel, all TCP (including SSH) connections to the instance become unusable, and all subsequent SSH connections timeout, even from the Cloud Console.
After leaving the SSH terminal open for 10 minutes after running pip, the last lines never change from the following:
Building wheels for collected packages: grpcio
Running setup.py bdist_wheel for grpcio ... |
The instance responds to ICMP pings as if nothing happened but the only way to connect is to reset it from the Cloud Console.
The instance is an f1-micro (1 vCPU, 0.6 GB memory) running in region us-central1-b. Entire pip output can be found in this pastebin