-
Notifications
You must be signed in to change notification settings - Fork 200
Description
When running the command ./run_all_experiments.py -y ./benchmark-sets/comparison/tinyxml2.yaml --model='gpt-3.5-turbo', the program fails with the following error:
Failed to build image for tinyxml2-_zn8tinyxml210xmlprinter10visitentererkns_10xmlelementepkns_12xmlattributee-01.
The log file in the build folder contains the following text:
ERROR: invalid tag "gcr.io/oss-fuzz/tinyxml2-_zn8tinyxml210xmlprinter10visitentererkns_10xmlelementepkns_12xmlattributee-01": invalid reference format.
This is caused by Docker having issues with the substring '-_'.
To work around this issue, I inserted the character 1 as the first character of the name field in the .yaml file.
"functions":
- "name": "1_ZN8tinyxml210XMLPrinter10VisitEnterERKNS_10XMLElementEPKNS_12XMLAttributeE"