maskit opened a new issue, #9045: URL: https://github.com/apache/trafficserver/issues/9045
If you get a snapshot of the repo as a zip file or one of official releases, `autest.sh` fails to download proxy verifier, and the failure doesn't stop `autest.sh`. ``` $ curl -LO https://github.com/apache/trafficserver/archive/refs/heads/master.zip $ unzip master.zip $ cd trafficserver-master/tests/ $ ./autest.sh fatal: not a git repository (or any of the parent directories): .git cat: /tests/proxy-verifier-version.txt: No such file or directory mkdir: /tests: Read-only file system Warning: Failed to open the file /tests/proxy-verifier/proxy-verifier-.tar.gz: Warning: No such file or directory #################################################################################################################################################################################### 100.0%curl: (23) Failure writing output to destination ./prepare_proxy_verifier.sh: line 56: /tests/proxy-verifier/sha1: No such file or directory shasum: /tests/proxy-verifier/sha1: No such file or directory SHA1 mismatch for downloaded proxy-verifier-.tar.gz. Python 3.6 or newer detected! python3-dev/devel detected! pipenv detected! Installing a new virtual environment via pipenv Warning: the environment variable LANG is not set! We recommend setting this in ~/.profile (or equivalent) for proper expected behavior. Creating a virtualenv for this project... {snip} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
