Lunderberg commented on pull request #10581: URL: https://github.com/apache/tvm/pull/10581#issuecomment-1068122649
Looks like the current failures in CI are due to the `ci_hexagon` docker image not having the `psutil` python package, which is necessary to call `tracker.terminate()`. The tests pass in main, because the tracker is started and killed from bash, rather than within the test fixtures. The `ci_cpu` docker image has `psutil` installed in the [`ubuntu_install_redis.sh`](https://github.com/apache/tvm/blob/main/docker/install/ubuntu_install_redis.sh#L25) script, which isn't run for generating the `ci_hexagon` image. This should probably be moved to `ubuntu_install_python_packages.sh` instead. -- 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]
