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

ci: cve scan seems to be broken sometimes? #2959

Closed
terriko opened this issue Apr 28, 2023 · 1 comment
Closed

ci: cve scan seems to be broken sometimes? #2959

terriko opened this issue Apr 28, 2023 · 1 comment
Labels
CI Related to our continuous integration service (GitHub Actions)

Comments

@terriko
Copy link
Contributor

terriko commented Apr 28, 2023

I'm honestly not sure what's going on here. It looks like something is failing during the tool install (exit code 1) but I can't see anything in the logs that looks like an actual failure:

Requirement already satisfied: pycares>=4.0.0 in /home/ndsouza1/actions-runner/_work/_tool/Python/3.11.3/x64/lib/python3.11/site-packages (from aiodns->aiohttp[speedups]>=3.7.4->cve-bin-tool==3.2.1.dev0) (4.3.0)
Requirement already satisfied: cffi>=1.12 in /home/ndsouza1/actions-runner/_work/_tool/Python/3.11.3/x64/lib/python3.11/site-packages (from cryptography<41,>=38.0.0->pyOpenSSL>=0.13->gsutil->cve-bin-tool==3.2.1.dev0) (1.15.1)
Requirement already satisfied: pycparser in /home/ndsouza1/actions-runner/_work/_tool/Python/3.11.3/x64/lib/python3.11/site-packages (from cffi>=1.12->cryptography<41,>=38.0.0->pyOpenSSL>=0.13->gsutil->cve-bin-tool==3.2.1.dev0) (2.21)
Building wheels for collected packages: cve-bin-tool
  Building wheel for cve-bin-tool (setup.py): started
  Building wheel for cve-bin-tool (setup.py): finished with status 'done'
  Created wheel for cve-bin-tool: filename=cve_bin_tool-3.2.1.dev0-py3-none-any.whl size=1592456 sha256=9c925511e10e2b307cb2dc03090bbaca99b87dd11bddf9197256312b97a3eac3
  Stored in directory: /home/ndsouza1/.cache/pip/wheels/7f/c4/05/bcedd5078ac6[120](https://github.com/intel/cve-bin-tool/actions/runs/4825659918/jobs/8596724764?pr=2958#step:6:121)0bbc428e725278cb466e027e22e79ca57da
Successfully built cve-bin-tool
Installing collected packages: cve-bin-tool
  Attempting uninstall: cve-bin-tool
    Found existing installation: cve-bin-tool 3.2.1.dev0
    Uninstalling cve-bin-tool-3.2.1.dev0:
      Successfully uninstalled cve-bin-tool-3.2.1.dev0
Successfully installed cve-bin-tool-3.2.1.dev0

(Before that are a bunch of similar "requirement already satisfied" lines)

This is from the test run on #2958

I don't know what's going wrong here, but I just wanted to file a note about it before I try re-running the test.

@terriko terriko added the CI Related to our continuous integration service (GitHub Actions) label Apr 28, 2023
@terriko
Copy link
Contributor Author

terriko commented Apr 17, 2024

This particular issue hasn't come up in a while so I don't think it's helpful to leave this issue open.

@terriko terriko closed this as completed Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Related to our continuous integration service (GitHub Actions)
Projects
None yet
Development

No branches or pull requests

1 participant