Closed anijain2305 closed 1 day ago
Note: Links to docs will display an error until the docs builds have been completed.
There are 1 currently active SEVs. If your PR is affected, please view them below:
As of commit 9110c76e3da02197206c4eb04f2654b1f3ac0650 with merge base 359e9d3a09e3e10fc082c2e3d39b630d9be11eab ():
* [pull / test-eval_llama-mmlu-linux / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287014987) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287014987)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 27 ms: Couldn't connect to server` * [pull / test-models-linux (buck2, mv3, portable, linux.2xlarge, 90) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287024592) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287024592)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 26 ms: Couldn't connect to server` * [pull / test-models-linux (buck2, mv3, xnnpack-quantization-delegation, linux.2xlarge, 90) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287025594) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287025594)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 34 ms: Couldn't connect to server` * [pull / test-phi-3-mini-runner-linux / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287018626) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287018626)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 4 ms: Couldn't connect to server` * [pull / unittest / macos / macos-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287018915) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287018915)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 36 ms: Couldn't connect to server`
👉 Rebase onto the `viable/strict` branch to avoid these failures
* [pull / test-models-linux (cmake, mv3, portable, linux.2xlarge, 90) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287024962) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287024962)) ([trunk failure](https://hud.pytorch.org/pytorch/executorch/commit/359e9d3a09e3e10fc082c2e3d39b630d9be11eab#33282098920)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 1 ms: Couldn't connect to server` * [pull / test-models-linux (cmake, vit, portable, linux.2xlarge, 90) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287025927) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287025927)) ([trunk failure](https://hud.pytorch.org/pytorch/executorch/commit/359e9d3a09e3e10fc082c2e3d39b630d9be11eab#33282101510)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 1 ms: Couldn't connect to server`
This comment was automatically generated by Dr. CI and updates every 15 minutes.
This pull request was exported from Phabricator. Differential Revision: D66255174
Summary: This issue was discovered when we tried to land https://www.internalfb.com/diff/D66189091. There is nothing wrong with D66189091, it just changes the way Dynamo invalidates its cache entry. However, it upsets these tests because they unintentionally rely on the Dynamo old behavior of invalidting cache entries.
Reviewed By: kimishpatel
Differential Revision: D66255174