build/py.sh: line 10: stdlib/osh/bash-strict.sh: No such file or directory Removing _devbuild/gen/* asdl/hnode.asdl -> (asdl_main) -> _devbuild/gen/hnode_asdl.py frontend/types.asdl -> (asdl_main) -> _devbuild/gen/types_asdl.py core/runtime.asdl -> (asdl_main) -> _devbuild/gen/runtime_asdl.py core/value.asdl -> (asdl_main) -> _devbuild/gen/value_asdl.py data_lang/nil8.asdl -> (asdl_main) -> _devbuild/gen/nil8_asdl.py data_lang/pretty.asdl -> (asdl_main) -> _devbuild/gen/pretty_asdl.py tools/find/find.asdl -> (asdl_main) -> _devbuild/gen/find_asdl.py (frontend/consts_gen) -> _devbuild/gen/id_kind_asdl.py (frontend/consts_gen) -> _devbuild/gen/id_kind.py frontend/syntax.asdl -> (asdl_main) -> _devbuild/gen/syntax_asdl.py (frontend/option_gen) -> _devbuild/gen/option_asdl.py (frontend/flag_gen) -> _devbuild/gen/arg_types.py yaks/yaks.asdl -> (asdl_main) -> _devbuild/gen/yaks_asdl.py mycpp/examples/expr.asdl -> (asdl_main) -> _devbuild/gen/expr_asdl.py asdl/examples/demo_lib.asdl -> (asdl_main) -> _devbuild/gen/demo_lib_asdl.py asdl/examples/typed_demo.asdl -> (asdl_main) -> _devbuild/gen/typed_demo_asdl.py asdl/examples/shared_variant.asdl -> (asdl_main) -> _devbuild/gen/shared_variant_asdl.py asdl/examples/typed_arith.asdl -> (asdl_main) -> _devbuild/gen/typed_arith_asdl.py ysh/grammar.pgen2 -> (ysh/grammar_gen) -> _devbuild/gen/grammar{.marshal,_nt.py} tools/find/find.pgen2 -> (ysh/grammar_gen) -> _devbuild/gen/find{.marshal,_nt.py} mycpp/examples/arith.pgen2 -> (ysh/grammar_gen) -> _devbuild/gen/arith{.marshal,_nt.py} (pyext/setup_libc.py) -> libc.so OK _test/unit/pyext/libc_test.py.log (pyext/setup_line_input.py) -> line_input.so OK _test/unit/pyext/line_input_test.py.log (pyext/setup_posix.py) -> posix_.so OK _test/unit/pyext/posix_test.py.log (pyext/setup_fanos.py) -> fanos.so OK _test/unit/pyext/fanos_test.py.log (pyext/setup_fastfunc.py) -> fastfunc.so pyext/fastfunc.c: In function 'func_J8EncodeString': pyext/fastfunc.c:37:49: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness [-Wpointer-sign] PyObject *ret = PyString_FromStringAndSize(out.data, out.len); ~~~^~~~~ In file included from /usr/include/python2.7/Python.h:97, from pyext/fastfunc.c:12: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'unsigned char *' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ pyext/fastfunc.c: In function 'func_ShellEncodeString': pyext/fastfunc.c:53:49: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness [-Wpointer-sign] PyObject *ret = PyString_FromStringAndSize(out.data, out.len); ~~~^~~~~ In file included from /usr/include/python2.7/Python.h:97, from pyext/fastfunc.c:12: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'unsigned char *' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ pyext/fastfunc.c: In function 'func_Utf8DecodeOne': pyext/fastfunc.c:97:22: warning: pointer targets in passing argument 1 of 'utf8_decode' differ in signedness [-Wpointer-sign] utf8_decode(string + start, &decode_result); ~~~~~~~^~~~~~~ In file included from ./data_lang/j8.h:7, from pyext/fastfunc.c:8: ./data_lang/utf8.h:98:20: note: expected 'const unsigned char *' but argument is of type 'char *' static inline void utf8_decode(const unsigned char *input, ^~~~~~~~~~~ OK _test/unit/pyext/fastfunc_test.py.log (asdl_main c) -> _gen/frontend/types.asdl_c.h (frontend/consts_gen c) -> _gen/frontend/id_kind.asdl_c.h (lexer_gen) -> _gen/_tmp/match.re2c-input.h _gen/_tmp/match.re2c-input.h -> (re2c) -> _gen/frontend/match.re2c.h (pyext/setup_fastlex.py) -> fastlex.so OK _test/unit/pyext/fastlex_test.py.log CC benchmarks/time-helper.c Removing _devbuild/help/* mkdir: created directory '_release/VERSION/doc/ref' mkdir: created directory '_tmp/doc/ref' mkdir: created directory '_tmp/doc/ref/chap-builtin-cmd' mkdir: created directory '_tmp/code-blocks/doc' mkdir: created directory '_tmp/code-blocks/doc/ref' _tmp/doc/ref/chap-builtin-cmd -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-builtin-cmd.html mkdir: created directory '_tmp/doc/ref/chap-builtin-func' _tmp/doc/ref/chap-builtin-func -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-builtin-func.html mkdir: created directory '_tmp/doc/ref/chap-cmd-lang' _tmp/doc/ref/chap-cmd-lang -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-cmd-lang.html mkdir: created directory '_tmp/doc/ref/chap-errors' _tmp/doc/ref/chap-errors -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-errors.html mkdir: created directory '_tmp/doc/ref/chap-expr-lang' _tmp/doc/ref/chap-expr-lang -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-expr-lang.html mkdir: created directory '_tmp/doc/ref/chap-front-end' _tmp/doc/ref/chap-front-end -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-front-end.html mkdir: created directory '_tmp/doc/ref/chap-index' _tmp/doc/ref/chap-index -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-index.html mkdir: created directory '_tmp/doc/ref/chap-j8' _tmp/doc/ref/chap-j8 -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-j8.html mkdir: created directory '_tmp/doc/ref/chap-mini-lang' _tmp/doc/ref/chap-mini-lang -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-mini-lang.html mkdir: created directory '_tmp/doc/ref/chap-option' _tmp/doc/ref/chap-option -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-option.html mkdir: created directory '_tmp/doc/ref/chap-osh-assign' _tmp/doc/ref/chap-osh-assign -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-osh-assign.html mkdir: created directory '_tmp/doc/ref/chap-plugin' _tmp/doc/ref/chap-plugin -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-plugin.html mkdir: created directory '_tmp/doc/ref/chap-special-var' _tmp/doc/ref/chap-special-var -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-special-var.html mkdir: created directory '_tmp/doc/ref/chap-stdlib' _tmp/doc/ref/chap-stdlib -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-stdlib.html mkdir: created directory '_tmp/doc/ref/chap-type-method' _tmp/doc/ref/chap-type-method -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-type-method.html mkdir: created directory '_tmp/doc/ref/chap-word-lang' _tmp/doc/ref/chap-word-lang -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-word-lang.html mkdir: created directory '_tmp/doc/ref/chap-ysh-cmd' _tmp/doc/ref/chap-ysh-cmd -> (doctools/cmark) -> _release/VERSION/doc/ref/chap-ysh-cmd.html mkdir: created directory '_tmp/doc/ref/disabled-chap-packle' _tmp/doc/ref/disabled-chap-packle -> (doctools/cmark) -> _release/VERSION/doc/ref/disabled-chap-packle.html mkdir: created directory '_tmp/doc/ref/index' _tmp/doc/ref/index -> (doctools/cmark) -> _release/VERSION/doc/ref/index.html mkdir: created directory '_tmp/doc/ref/toc-data' _tmp/doc/ref/toc-data -> (doctools/cmark) -> _release/VERSION/doc/ref/toc-data.html mkdir: created directory '_tmp/doc/ref/toc-osh' _tmp/doc/ref/toc-osh -> (doctools/cmark) -> _release/VERSION/doc/ref/toc-osh.html mkdir: created directory '_tmp/doc/ref/toc-ysh' _tmp/doc/ref/toc-ysh -> (doctools/cmark) -> _release/VERSION/doc/ref/toc-ysh.html Wrote _devbuild/help/osh-type-method Wrote _devbuild/help/osh-builtin-cmd Wrote _devbuild/help/osh-stdlib Wrote _devbuild/help/osh-front-end Wrote _devbuild/help/osh-cmd-lang Wrote _devbuild/help/osh-osh-assign Wrote _devbuild/help/osh-word-lang Wrote _devbuild/help/osh-mini-lang Wrote _devbuild/help/osh-option Wrote _devbuild/help/osh-special-var Wrote _devbuild/help/osh-plugin (doctools/make_help) -> 11 sections -> _devbuild/help Wrote _devbuild/help/ysh-type-method Wrote _devbuild/help/ysh-builtin-func Wrote _devbuild/help/ysh-builtin-cmd Wrote _devbuild/help/ysh-stdlib Wrote _devbuild/help/ysh-front-end Wrote _devbuild/help/ysh-cmd-lang Wrote _devbuild/help/ysh-ysh-cmd Wrote _devbuild/help/ysh-expr-lang Wrote _devbuild/help/ysh-word-lang Wrote _devbuild/help/ysh-mini-lang Wrote _devbuild/help/ysh-option Wrote _devbuild/help/ysh-special-var Wrote _devbuild/help/ysh-plugin (doctools/make_help) -> 13 sections -> _devbuild/help Wrote _devbuild/help/data-front-end Wrote _devbuild/help/data-j8-notation Wrote _devbuild/help/data-errors (doctools/make_help) -> 3 sections -> _devbuild/help 17 chapters -> (doctools/make_help) -> 410

cards from 132

sections to _devbuild/help