Filter `strtod_l` is undeclared errors from sccache log (#45183)
Summary:
This prevents DrCI from misidentifying test failures for the compilation failures, such as:
```
/var/lib/jenkins/workspace/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier \'strtod_l\'
return ((int*)(&strtod_l))[argc];
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/45183
Reviewed By: ezyang
Differential Revision: D23859267
Pulled By: malfet
fbshipit-source-id: 283d9bd2ab712f23239b72f3758d121e2d026fb0