shingjan opened a new issue, #12208:
URL: https://github.com/apache/tvm/issues/12208

   Repro:
   ```
   # try to run linting locally on ubuntu
   python tests/scripts/ci.py lint
   ```
   Stack trace:
   ```
   Linting the Python code with flake8...
   + tests/lint/flake8.sh
   ./_xxx/xxx.py:93:22: E999 SyntaxError: invalid syntax
       tvm.tir.transform.
                        ^
   1     E999 SyntaxError: invalid syntax
   1
   + cleanup
   + rm -rf '/tmp/1519064.*'
   Error invoking Docker: Command failed: '/home/yj/tvm/docker/bash.sh -t 
--name ci-lint-auetm ci_lint bash .ci-py-scripts/ci-lint-auetm.sh'
   ```
   in which `./_xxx/xx.py` is actually an untracked file in this git repo.
   
   cc: @areusch @driazati 


-- 
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: commits-unsubscr...@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to