Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest introspector reports have zero runtime coverage information. #7635

Closed
oliverchang opened this issue Apr 27, 2022 · 6 comments · Fixed by #7636
Closed

Latest introspector reports have zero runtime coverage information. #7635

oliverchang opened this issue Apr 27, 2022 · 6 comments · Fixed by #7636
Labels

Comments

@oliverchang
Copy link
Collaborator Author

Problem seems to have started around 20220421.

@DavidKorczynski
Copy link
Collaborator

DavidKorczynski commented Apr 27, 2022

This PR solved it: ossf/fuzz-introspector#238

I didn't bump because I would like to have this one fixed too (tomorrow) ossf/fuzz-introspector#232 -- although this one is only a minor ux thing

If it's priority we can bump now and it should work

@oliverchang
Copy link
Collaborator Author

oliverchang commented Apr 27, 2022

Thanks! Let's bump now and then bump again tomorrow.

Could we add some better testing here to make sure we don't break reports in the future? We're hoping to announce this to OSS-Fuzz users very soon and it's not a good look if this breaks frequently.

@DavidKorczynski
Copy link
Collaborator

Could we add some better testing here to make sure we don't break reports in the future? We're hoping to announce this to OSS-Fuzz users very soon and it's not a good look if this breaks frequently.

Yes, will put this as priority

@DavidKorczynski
Copy link
Collaborator

There's no updates on the reports, however, I'm not sure the images are being updated? I just did:

$ sudo docker system prune -a                                 
$ docker pull gcr.io/oss-fuzz-base/base-clang:introspector                  
$ docker pull gcr.io/oss-fuzz-base/base-builder:introspector
$ docker pull gcr.io/oss-fuzz-base/base-runner
$ docker tag gcr.io/oss-fuzz-base/base-builder:introspector gcr.io/oss-fuzz-base/base-builder:latest
$ docker tag gcr.io/oss-fuzz-base/base-clang:introspector gcr.io/oss-fuzz-base/base-clang:latest
$ docker image ls
REPOSITORY                          TAG            IMAGE ID       CREATED       SIZE                                                                                               
gcr.io/oss-fuzz-base/base-runner    latest         f981a630c6b7   11 days ago   1.04GB                                                                                             
gcr.io/oss-fuzz-base/base-builder   introspector   cda7e090fd8f   13 days ago   1.76GB                                                                                             
gcr.io/oss-fuzz-base/base-builder   latest         cda7e090fd8f   13 days ago   1.76GB                                                                                             
gcr.io/oss-fuzz-base/base-clang     introspector   a28c5c02086f   13 days ago   1.1GB                                                                                              
gcr.io/oss-fuzz-base/base-clang     latest         a28c5c02086f   13 days ago   1.1GB

@DavidKorczynski
Copy link
Collaborator

There's no updates on the reports, however, I'm not sure the images are being updated? I just did:

$ sudo docker system prune -a                                 
$ docker pull gcr.io/oss-fuzz-base/base-clang:introspector                  
$ docker pull gcr.io/oss-fuzz-base/base-builder:introspector
$ docker pull gcr.io/oss-fuzz-base/base-runner
$ docker tag gcr.io/oss-fuzz-base/base-builder:introspector gcr.io/oss-fuzz-base/base-builder:latest
$ docker tag gcr.io/oss-fuzz-base/base-clang:introspector gcr.io/oss-fuzz-base/base-clang:latest
$ docker image ls
REPOSITORY                          TAG            IMAGE ID       CREATED       SIZE                                                                                               
gcr.io/oss-fuzz-base/base-runner    latest         f981a630c6b7   11 days ago   1.04GB                                                                                             
gcr.io/oss-fuzz-base/base-builder   introspector   cda7e090fd8f   13 days ago   1.76GB                                                                                             
gcr.io/oss-fuzz-base/base-builder   latest         cda7e090fd8f   13 days ago   1.76GB                                                                                             
gcr.io/oss-fuzz-base/base-clang     introspector   a28c5c02086f   13 days ago   1.1GB                                                                                              
gcr.io/oss-fuzz-base/base-clang     latest         a28c5c02086f   13 days ago   1.1GB

I made this into a separate issue #7650

MartinPetkov pushed a commit to MartinPetkov/oss-fuzz that referenced this issue Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants