+ mypy_ --version + local system=mypy + local pip_global=/usr/local/bin/mypy + local pip_user=/home/uke/.local/bin/mypy + test -x /home/uke/.local/bin/mypy + /home/uke/.local/bin/mypy --version mypy 0.971 (compiled: yes) + set +x DEPS _build/NINJA/asdl.asdl_main/deps.txt DEPS _build/NINJA/core.optview_gen/deps.txt DEPS _build/NINJA/frontend.consts_gen/deps.txt DEPS _build/NINJA/frontend.flag_gen/deps.txt DEPS _build/NINJA/frontend.lexer_gen/deps.txt DEPS _build/NINJA/frontend.option_gen/deps.txt DEPS _build/NINJA/oil_lang.grammar_gen/deps.txt DEPS _build/NINJA/osh.arith_parse_gen/deps.txt DEPS _build/NINJA/frontend.signal_gen/deps.txt DEPS _build/NINJA/bin.osh_eval/all.txt _build/NINJA/bin.osh_eval/translate.txt _build/NINJA/bin.osh_eval/typecheck.txt DEPS _build/NINJA/bin.oils_for_unix/all.txt _build/NINJA/bin.oils_for_unix/translate.txt _build/NINJA/bin.oils_for_unix/typecheck.txt DEPS prebuilt/ninja/mycpp.mycpp_main/deps.txt prebuilt/ninja/pea.pea_main/deps.txt ./configure: Turned on -D GC_TIMING because $_OIL_DEV is set ./configure: Wrote _build/detected-cpp-config.h ./configure: Wrote _build/detected-config.sh (build/ninja_main.py) -> build.ninja (2469 targets) MYPY --follow-imports=silent --strict --no-strict-optional --no-warn-unused-ignores _devbuild/gen/arg_types.py _devbuild/gen/grammar_nt.py _devbuild/gen/hnode_asdl.py _devbuild/gen/id_kind_asdl.py _devbuild/gen/option_asdl.py _devbuild/gen/runtime_asdl.py _devbuild/gen/syntax_asdl.py _devbuild/gen/types_asdl.py asdl/format.py asdl/pybase.py asdl/runtime.py bin/oils_for_unix.py core/alloc.py core/ansi.py core/comp_ui.py core/completion.py core/dev.py core/error.py core/executor.py core/main_loop.py core/optview.py core/process.py core/pyos.py core/pyutil.py core/shell.py core/state.py core/ui.py core/util.py core/vm.py data_lang/qsn.py data_lang/qsn_native.py frontend/args.py frontend/builtin_def.py frontend/consts.py frontend/flag_def.py frontend/flag_spec.py frontend/id_kind_def.py frontend/lexer.py frontend/lexer_def.py frontend/location.py frontend/match.py frontend/option_def.py frontend/parse_lib.py frontend/py_readline.py frontend/reader.py frontend/signal_def.py frontend/typed_args.py oil_lang/builtin_oil.py oil_lang/expr_eval.py oil_lang/expr_parse.py oil_lang/expr_to_ast.py oil_lang/funcs.py oil_lang/objects.py oil_lang/regex_translate.py osh/arith_parse.py osh/bool_parse.py osh/bool_stat.py osh/braces.py osh/builtin_assign.py osh/builtin_bracket.py osh/builtin_comp.py osh/builtin_lib.py osh/builtin_meta.py osh/builtin_misc.py osh/builtin_printf.py osh/builtin_process.py osh/builtin_pure.py osh/builtin_trap.py osh/cmd_eval.py osh/cmd_parse.py osh/glob_.py osh/history.py osh/prompt.py osh/sh_expr_eval.py osh/split.py osh/string_ops.py osh/tdop.py osh/word_.py osh/word_compile.py osh/word_eval.py osh/word_parse.py pgen2/grammar.py pgen2/parse.py pgen2/pnode.py pylib/cgi.py pylib/os_path.py pylib/path_stat.py tea/tea_main.py tools/osh2oil.py Success: no issues found in 89 source files