IETF-Hackathon / pqc-certificates

Post-quantum cryptography certificates
Other
36 stars 23 forks source link

Failure running check.sh in corey-digicert #63

Open baentsch opened 1 year ago

baentsch commented 1 year ago

What am I doing wrong here? See below for what happens when running make verify; same thing happens at the end of make generate (after successful artifact generation):

./check.sh default
/usr/local/lib/python3.11/site-packages/liboqs_python-0.8.0-py3.11.egg/oqs/oqs.py:75: UserWarning: liboqs version 0.9.0-dev differs from liboqs-python version 0.8.0
Traceback (most recent call last):
  File "/usr/src/app/verifier.py", line 170, in <module>
    for d in os.scandir(artifacts_path):
             ^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: './artifacts'
baentsch commented 1 year ago

Tagging @CBonnell