google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.

Home Page:https://google.github.io/fuzzbench/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internal server error when downloading `apt-key.gpg` of Google's `cloud-sdk`

DonggeLiu opened this issue · comments

This is not likely fixable by us but affects building our base-image.
Here is an example of the error.

Related: sdk install guide. The command that fails is:

root@c08b95568822:/# curl https://packages.cloud.google.com/apt/doc/apt-key.gpg
Internal Server Error. That's all we know.

@alan32liu do you have a work around? It's pretty frustrating when infrastructure you can't control breaks like this! 😫

@alan32liu do you have a work around? It's pretty frustrating when infrastructure you can't control breaks like this! 😫

Hi @adrianherrera,

Not sure if you can access this, but FuzzBench's base image is also available from:

docker pull gcr.io/fuzzbench/base-image

In this way, you don't have to build it from scratch and trigger the error.

I am also actively finding alternative solutions to this and will update here when I find one.
The only good news so far is that it does not affect all cases and only breaks at a relatively low probability.

Cool thanks! I did try that, and while it downloaded the image, I still failed with the same error. However, blowing away my cache appears to have fixed it.

A quick update:
There is nothing we can do at this moment, but hopefully, it will be fixed later today by gcloud team as it has affected many people.

GoogleCloudPlatform/gcsfuse#961 (comment)

It is an ongoing bug regarding the apt-get key, not the gcsfuse bug. We will update this thread once it gets fixed.

You can use temporary the cached key. See discussion GoogleCloudPlatform/gcsfuse#961 (comment)

I will close this now as the issue is fixed.