*** Running test-abuild OK test-abuild *** Running test-and-or OK test-and-or *** Running test-autoconf-backtick OK test-autoconf-backtick *** Running test-case-in-subshell OK test-case-in-subshell *** Running test-command-sub OK test-command-sub *** Running test-command-sub-2 OK test-command-sub-2 *** Running test-comments OK test-comments *** Running test-complex-here-docs OK test-complex-here-docs *** Running test-configure ./configure: Wrote _build/detected-cpp-config.h ./configure: Wrote _build/detected-config.sh ./configure: Wrote _build/detected-config.h ./configure: Wrote _build/detected-cpp-config.h ./configure: Wrote _build/detected-config.sh ./configure: Wrote _build/detected-config.h OK test-configure *** Running test-configure-bug two two OK test-configure-bug *** Running test-count OK test-count *** Running test-dollar-sq OK test-dollar-sq *** Running test-errexit OK test-errexit *** Running test-errexit-confusion Test suite 'example-failure' ran without errors. Wrote _tmp/other/example-failure.txt Test suite 'example-failure' ran without errors. Wrote _tmp/other/example-failure.txt Test suite 'example-failure' failed with status 2 (running 'all-passing', wrote '_tmp/other/example-failure.txt') Test suite 'example-failure' failed with status 2 (running 'all-passing', wrote '_tmp/other/example-failure.txt') OK test-errexit-confusion *** Running test-export-case OK test-export-case *** Running test-gen-module-init if test "$(uname -m)" = "aarch64"; then ^~ build/common.sh:21: fatal: Command subs not allowed here because status wouldn't be checked (strict_errexit) --- _tmp/shebang.txt 2026-01-28 20:20:17.493846177 +0000 +++ _tmp/osh.txt 2026-01-28 20:20:17.494846180 +0000 @@ -1,70 +0,0 @@ -/* Generated automatically from Python-2.7.13/Modules/config.c.in */ -/* -*- C -*- *********************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ - -/* Module configuration */ - -/* !!! !!! !!! This file is edited by the makesetup script !!! !!! !!! */ - -/* This file contains the table of built-in modules. - See init_builtin() in import.c. */ - -#include "Python.h" - -#ifdef __cplusplus -extern "C" { -#endif - - -extern void inittime(void); -extern void initdatetime(void); - -extern void PyMarshal_Init(void); -extern void initimp(void); -extern void initgc(void); -extern void init_ast(void); -extern void _PyWarnings_Init(void); - -struct _inittab _PyImport_Inittab[] = { - - {"time", inittime}, - {"datetime", initdatetime}, - - /* This module lives in marshal.c */ - {"marshal", PyMarshal_Init}, - - /* This lives in import.c */ - {"imp", initimp}, - - /* This lives in Python/Python-ast.c */ -#ifndef OVM_MAIN - {"_ast", init_ast}, -#endif - - /* These entries are here for sys.builtin_module_names */ - {"__main__", NULL}, - {"__builtin__", NULL}, - {"sys", NULL}, - {"exceptions", NULL}, - - /* This lives in gcmodule.c */ - {"gc", initgc}, - - /* This lives in _warnings.c */ - {"_warnings", _PyWarnings_Init}, - - /* Sentinel */ - {0, 0} -}; - - -#ifdef __cplusplus -} -#endif FAIL FAIL test-gen-module-init