+ mypy-check --no-strict-optional --follow-imports=silent --py2 --strict asdl/__init__.py asdl/asdl_main.py asdl/ast.py asdl/front_end.py asdl/gen_cpp.py asdl/gen_python.py asdl/metrics.py asdl/pybase.py asdl/runtime.py asdl/util.py asdl/visitor.py + local MYPY_WEDGE=/home/uke/oil/../oils.DEPS/wedge/mypy/0.780 + local site_packages=lib/python3.10/site-packages + local PY3_LIBS_WEDGE=/home/uke/oil/../oils.DEPS/wedge/py3-libs/2023-03-04/lib/python3.10/site-packages + local pypath=.:/home/uke/oil/../oils.DEPS/wedge/mypy/0.780:/home/uke/oil/../oils.DEPS/wedge/py3-libs/2023-03-04/lib/python3.10/site-packages + PYTHONPATH=.:/home/uke/oil/../oils.DEPS/wedge/mypy/0.780:/home/uke/oil/../oils.DEPS/wedge/py3-libs/2023-03-04/lib/python3.10/site-packages + MYPYPATH=/home/uke/oil/../oils.DEPS/wedge/mypy/0.780 + python3 -m mypy --no-strict-optional --follow-imports=silent --py2 --strict asdl/__init__.py asdl/asdl_main.py asdl/ast.py asdl/front_end.py asdl/gen_cpp.py asdl/gen_python.py asdl/metrics.py asdl/pybase.py asdl/runtime.py asdl/util.py asdl/visitor.py data_lang/j8_lite.py:6: error: Cannot find implementation or library stub for module named 'fastfunc' mycpp/mylib.py:21: error: Cannot find implementation or library stub for module named 'posix_' mycpp/mylib.py:21: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports Found 2 errors in 2 files (checked 11 source files)