junrushao1994 edited a comment on pull request #8492:
URL: https://github.com/apache/tvm/pull/8492#issuecomment-892931482
Seeing these error messages:
```
Exception ignored in: <bound method XGBoostCostModel.__del__ of
<tvm.autotvm.tuner.xgboost_cost_model.XGBoostCostModel object at
0x7f1731da9b00>>
Traceback (most recent call last):
File "/workspace/python/tvm/autotvm/tuner/xgboost_cost_model.py", line
353, in __del__
self._close_pool()
File "/workspace/python/tvm/autotvm/tuner/xgboost_cost_model.py", line
169, in _close_pool
self.pool.terminate()
AttributeError: 'PopenPoolExecutor' object has no attribute 'terminate'
```
We might want to make sure the unit tests could pass locally before going to
the CI :-)
Examples of commands to reproduce the tests locally (it's annotated on each
step of our Jenkins):
```
/PATH/TO/TVM/docker/bash.sh tlcpack/ci-cpu:v0.75
./tests/scripts/task_config_build_cpu.sh
/PATH/TO/TVM/docker/bash.sh tlcpack/ci-cpu:v0.75
./tests/scripts/task_cpp_unittest.sh
/PATH/TO/TVM/docker/bash.sh tlcpack/ci-cpu:v0.75
./tests/scripts/task_build.sh build -j$(nproc)
/PATH/TO/TVM/docker/bash.sh tlcpack/ci-cpu:v0.75
./tests/scripts/task_ci_setup.sh
/PATH/TO/TVM/docker/bash.sh tlcpack/ci-cpu:v0.75
./tests/scripts/task_python_unittest.sh
```
--
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]