================================== gjs 1.58.8: ./test-suite.log ================================== # TOTAL: 136 # PASS: 59 # SKIP: 3 # XFAIL: 0 # FAIL: 4 # XPASS: 0 # ERROR: 70 .. contents:: :depth: 2 ERROR: gjs-tests ================ # random seed: R02Sc02c860e739ef4f40cd01d1891b53626 1..87 # Start of gjs tests # Start of context tests ok 1 /gjs/context/exit PASS: gjs-tests.gtester 1 /gjs/context/exit # Start of construct tests ok 2 /gjs/context/construct/destroy PASS: gjs-tests.gtester 2 /gjs/context/construct/destroy ok 3 /gjs/context/construct/eval PASS: gjs-tests.gtester 3 /gjs/context/construct/eval # End of construct tests # Start of eval tests ok 4 /gjs/context/eval/non-zero-terminated PASS: gjs-tests.gtester 4 /gjs/context/eval/non-zero-terminated # End of eval tests # End of context tests # Start of gobject tests ./test/run-test: line 9: 344 Segmentation fault (core dumped) $LOG_COMPILER $LOG_FLAGS "$1" --tap --keep-going --verbose # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ?gio-vfs? ERROR: gjs-tests.gtester - too few tests run (expected 87, got 4) ERROR: gjs-tests.gtester - exited with status 139 (terminated by signal 11?) FAIL: installed-tests/scripts/testCommandLine ============================================= Unknown option --invalid-option Usage: gjs-console [OPTION…] Help Options: -h, --help Show help options Application Options: --version Print GJS version and exit --jsversion Print version of the JS engine and exit -c, --command=COMMAND Program passed in as a string -C, --coverage-prefix=PREFIX Add the prefix PREFIX to the list of files to generate coverage info for --coverage-output=DIR Write coverage output to a directory DIR. This option is mandatory when using --coverage-path -I, --include-path=DIR Add the directory DIR to the list of directories to search for js files. --profile=FILE Enable the profiler and write output to FILE (default: gjs-$PID.syscap) -d, --debugger Start in debug mode ok 1 - Invalid option should exit with failure PASS: installed-tests/scripts/testCommandLine.sh 1 - Invalid option should exit with failure ok 2 - Invalid option should print a relevant message PASS: installed-tests/scripts/testCommandLine.sh 2 - Invalid option should print a relevant message ok 3 - System.exit(0) should exit successfully PASS: installed-tests/scripts/testCommandLine.sh 3 - System.exit(0) should exit successfully ok 4 - System.exit(42) should exit with the correct exit code PASS: installed-tests/scripts/testCommandLine.sh 4 - System.exit(42) should exit with the correct exit code ./installed-tests/scripts/testCommandLine.sh: line 108: 2788 Segmentation fault (core dumped) $gjs exit.js # VALGRIND = ok 5 - System.exit() should still exit across an FFI boundary PASS: installed-tests/scripts/testCommandLine.sh 5 - System.exit() should still exit across an FFI boundary ok 6 - Basic unicode encoding (accents, etc) should be functioning properly for ARGV and imports. PASS: installed-tests/scripts/testCommandLine.sh 6 - Basic unicode encoding (accents, etc) should be functioning properly for ARGV and imports. ok 7 - Unicode encoding for symbols should be functioning properly for ARGV and imports. PASS: installed-tests/scripts/testCommandLine.sh 7 - Unicode encoding for symbols should be functioning properly for ARGV and imports. ok 8 - --help should succeed PASS: installed-tests/scripts/testCommandLine.sh 8 - --help should succeed ok 9 - --help should print something PASS: installed-tests/scripts/testCommandLine.sh 9 - --help should print something ok 10 - should succeed when --help is not first arg PASS: installed-tests/scripts/testCommandLine.sh 10 - should succeed when --help is not first arg ok 11 - should print something when --help is not first arg PASS: installed-tests/scripts/testCommandLine.sh 11 - should print something when --help is not first arg ok 12 - --help should succeed before a script file PASS: installed-tests/scripts/testCommandLine.sh 12 - --help should succeed before a script file ok 13 - --help should print something before a script file PASS: installed-tests/scripts/testCommandLine.sh 13 - --help should print something before a script file ok 14 - --help should succeed before -c PASS: installed-tests/scripts/testCommandLine.sh 14 - --help should succeed before -c ok 15 - --help should print something before -c PASS: installed-tests/scripts/testCommandLine.sh 15 - --help should print something before -c ok 16 - --help after script file should be passed to script PASS: installed-tests/scripts/testCommandLine.sh 16 - --help after script file should be passed to script ok 17 - --help after script file should not print anything PASS: installed-tests/scripts/testCommandLine.sh 17 - --help after script file should not print anything ok 18 - --help after -c should be passed to script PASS: installed-tests/scripts/testCommandLine.sh 18 - --help after -c should be passed to script ok 19 - --help after -c should not print anything PASS: installed-tests/scripts/testCommandLine.sh 19 - --help after -c should not print anything ok 20 - -I after script should succeed but give a warning PASS: installed-tests/scripts/testCommandLine.sh 20 - -I after script should succeed but give a warning ok 21 - --coverage-prefix after script should succeed but give a warning PASS: installed-tests/scripts/testCommandLine.sh 21 - --coverage-prefix after script should succeed but give a warning ok 22 - --coverage-output after script should succeed but give a warning PASS: installed-tests/scripts/testCommandLine.sh 22 - --coverage-output after script should succeed but give a warning ok 23 - --version should work PASS: installed-tests/scripts/testCommandLine.sh 23 - --version should work ok 24 - --version should print something PASS: installed-tests/scripts/testCommandLine.sh 24 - --version should print something ok 25 - --version after -c should be passed to script PASS: installed-tests/scripts/testCommandLine.sh 25 - --version after -c should be passed to script ok 26 - --version after -c should not print anything PASS: installed-tests/scripts/testCommandLine.sh 26 - --version after -c should not print anything ok 27 - --jsversion should work PASS: installed-tests/scripts/testCommandLine.sh 27 - --jsversion should work ok 28 - --jsversion should print something PASS: installed-tests/scripts/testCommandLine.sh 28 - --jsversion should print something ok 29 - --jsversion after -c should be passed to script PASS: installed-tests/scripts/testCommandLine.sh 29 - --jsversion after -c should be passed to script ok 30 - --jsversion after -c should not print anything PASS: installed-tests/scripts/testCommandLine.sh 30 - --jsversion after -c should not print anything ok 31 - no profiling data should be dumped without --profile PASS: installed-tests/scripts/testCommandLine.sh 31 - no profiling data should be dumped without --profile ok 32 - --profile should dump profiling data to the default file name # SKIP profiler is disabled SKIP: installed-tests/scripts/testCommandLine.sh 32 - --profile should dump profiling data to the default file name # SKIP profiler is disabled ok 33 - --profile with argument should dump profiling data to the named file # SKIP profiler is disabled SKIP: installed-tests/scripts/testCommandLine.sh 33 - --profile with argument should dump profiling data to the named file # SKIP profiler is disabled ok 34 - GJS_ENABLE_PROFILER=1 should enable the profiler # SKIP profiler is disabled SKIP: installed-tests/scripts/testCommandLine.sh 34 - GJS_ENABLE_PROFILER=1 should enable the profiler # SKIP profiler is disabled ok 35 - interpreter should exit with the correct exit code from a queued promise job PASS: installed-tests/scripts/testCommandLine.sh 35 - interpreter should exit with the correct exit code from a queued promise job ok 36 - interpreter should run queued promise jobs before finishing PASS: installed-tests/scripts/testCommandLine.sh 36 - interpreter should run queued promise jobs before finishing ok 37 - interpreter should stop running jobs when one calls System.exit() PASS: installed-tests/scripts/testCommandLine.sh 37 - interpreter should stop running jobs when one calls System.exit() ok 38 - unhandled promise rejection should be reported PASS: installed-tests/scripts/testCommandLine.sh 38 - unhandled promise rejection should be reported ok 39 - catching an await expression should not cause unhandled rejection PASS: installed-tests/scripts/testCommandLine.sh 39 - catching an await expression should not cause unhandled rejection ./installed-tests/scripts/testCommandLine.sh: line 228: 3454 Segmentation fault (core dumped) $gjs -c 'new imports.gi.Gio.Subprocess({argv: ["true"]}).init(null);' ok 40 - main program exceptions are not swallowed by queued promise jobs PASS: installed-tests/scripts/testCommandLine.sh 40 - main program exceptions are not swallowed by queued promise jobs ./installed-tests/scripts/testCommandLine.sh: line 246: 3482 Segmentation fault (core dumped) $gjs -c 'imports.gi.versions.Gtk = "3.0"; const Gtk = imports.gi.Gtk; const GObject = imports.gi.GObject; Gtk.init(null); let BadWidget = GObject.registerClass(class BadWidget extends Gtk.Widget { vfunc_destroy() {}; }); let w = new BadWidget ();' not ok 41 - object unref from other thread after shutdown should not race FAIL: installed-tests/scripts/testCommandLine.sh 41 - object unref from other thread after shutdown should not race not ok 42 - avoid crashing when GTK vfuncs are called on context destroy FAIL: installed-tests/scripts/testCommandLine.sh 42 - avoid crashing when GTK vfuncs are called on context destroy 1..42 FAIL: installed-tests/scripts/testWarnings ========================================== ok 1 - overwriting method with Signals.addSignalMethods() should warn PASS: installed-tests/scripts/testWarnings.sh 1 - overwriting method with Signals.addSignalMethods() should warn not ok 2 - passing too many arguments to a GI function should warn FAIL: installed-tests/scripts/testWarnings.sh 2 - passing too many arguments to a GI function should warn ok 3 - file and line number are logged for syntax errors PASS: installed-tests/scripts/testWarnings.sh 3 - file and line number are logged for syntax errors 1..3 ERROR: installed-tests/js/testself ================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffa9e91040 JS IMPORT: Defining parent (nil) of 0x3fffa9e91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffa9e910a0 JS IMPORT: Defining parent 0x3fffa9e91070 of 0x3fffa9e910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffa9e91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffa9e91070 of 0x3fffa9e91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffa9e91160 in 0x3fffa9e91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffa9e91070 of 0x3fffa9f003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffa9e91070 of 0x3fffa9e7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffa9e91160 of 0x3fffa9e7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffa9e91190, JSClass 0x3fffb06e8590, in object 0x3fffa9e91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffa9e911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffa9e7f280 ./tap-driver.sh: line 145: 2564 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testself.js - missing test plan ERROR: installed-tests/js/testself.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testByteArray ======================================= JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff7d391040 JS IMPORT: Defining parent (nil) of 0x3fff7d391070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff7d3910a0 JS IMPORT: Defining parent 0x3fff7d391070 of 0x3fff7d3910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff7d391100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff7d391070 of 0x3fff7d391160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff7d391160 in 0x3fff7d391070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff7d391070 of 0x3fff7d4003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff7d391070 of 0x3fff7d37f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff7d391160 of 0x3fff7d37f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff7d391190, JSClass 0x3fff83b86590, in object 0x3fff7d391130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff7d3911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff7d37f280 ./tap-driver.sh: line 145: 2520 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testByteArray.js - missing test plan ERROR: installed-tests/js/testByteArray.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testExceptions ======================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffafb91040 JS IMPORT: Defining parent (nil) of 0x3fffafb91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffafb910a0 JS IMPORT: Defining parent 0x3fffafb91070 of 0x3fffafb910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffafb91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffafb91070 of 0x3fffafb91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffafb91160 in 0x3fffafb91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffafb91070 of 0x3fffafc003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffafb91070 of 0x3fffafb7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffafb91160 of 0x3fffafb7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffafb91190, JSClass 0x3fffba51c590, in object 0x3fffafb91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffafb911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffafb7f280 ./tap-driver.sh: line 145: 2475 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testExceptions.js - missing test plan ERROR: installed-tests/js/testExceptions.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testFormat ==================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff93691040 JS IMPORT: Defining parent (nil) of 0x3fff93691070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff936910a0 JS IMPORT: Defining parent 0x3fff93691070 of 0x3fff936910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff93691100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff93691070 of 0x3fff93691160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff93691160 in 0x3fff93691070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff93691070 of 0x3fff980003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff93691070 of 0x3fff9367f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff93691160 of 0x3fff9367f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff93691190, JSClass 0x3fff9dfd7590, in object 0x3fff93691130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff936911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9367f280 ./tap-driver.sh: line 145: 1303 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testFormat.js - missing test plan ERROR: installed-tests/js/testFormat.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testFundamental ========================================= JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffb5e91040 JS IMPORT: Defining parent (nil) of 0x3fffb5e91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffb5e910a0 JS IMPORT: Defining parent 0x3fffb5e91070 of 0x3fffb5e910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffb5e91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffb5e91070 of 0x3fffb5e91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffb5e91160 in 0x3fffb5e91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffb5e91070 of 0x3fffb5f003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffb5e91070 of 0x3fffb5e7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffb5e91160 of 0x3fffb5e7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffb5e91190, JSClass 0x3fffbc710590, in object 0x3fffb5e91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffb5e911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffb5e7f280 ./tap-driver.sh: line 145: 1289 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testFundamental.js - missing test plan ERROR: installed-tests/js/testFundamental.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGettext ===================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffae091040 JS IMPORT: Defining parent (nil) of 0x3fffae091070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffae0910a0 JS IMPORT: Defining parent 0x3fffae091070 of 0x3fffae0910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffae091100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffae091070 of 0x3fffae091160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffae091160 in 0x3fffae091070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffae091070 of 0x3fffae1003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffae091070 of 0x3fffae07f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffae091160 of 0x3fffae07f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffae091190, JSClass 0x3fffb4981590, in object 0x3fffae091130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffae0911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffae07f280 ./tap-driver.sh: line 145: 1302 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGettext.js - missing test plan ERROR: installed-tests/js/testGettext.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGIMarshalling =========================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff8c191040 JS IMPORT: Defining parent (nil) of 0x3fff8c191070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff8c1910a0 JS IMPORT: Defining parent 0x3fff8c191070 of 0x3fff8c1910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff8c191100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff8c191070 of 0x3fff8c191160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff8c191160 in 0x3fff8c191070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff8c191070 of 0x3fff8c2003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff8c191070 of 0x3fff8c17f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff8c191160 of 0x3fff8c17f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff8c191190, JSClass 0x3fff92a67590, in object 0x3fff8c191130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff8c1911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff8c17f280 ./tap-driver.sh: line 145: 1005 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGIMarshalling.js - missing test plan ERROR: installed-tests/js/testGIMarshalling.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGLib ================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffa9b91040 JS IMPORT: Defining parent (nil) of 0x3fffa9b91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffa9b910a0 JS IMPORT: Defining parent 0x3fffa9b91070 of 0x3fffa9b910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffa9b91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffa9b91070 of 0x3fffa9b91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffa9b91160 in 0x3fffa9b91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffa9b91070 of 0x3fffa9c003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffa9b91070 of 0x3fffa9b7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffa9b91160 of 0x3fffa9b7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffa9b91190, JSClass 0x3fffb03b7590, in object 0x3fffa9b91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffa9b911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffa9b7f280 ./tap-driver.sh: line 145: 988 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGLib.js - missing test plan ERROR: installed-tests/js/testGLib.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGObject ===================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff9a991040 JS IMPORT: Defining parent (nil) of 0x3fff9a991070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff9a9910a0 JS IMPORT: Defining parent 0x3fff9a991070 of 0x3fff9a9910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff9a991100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff9a991070 of 0x3fff9a991160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff9a991160 in 0x3fff9a991070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff9a991070 of 0x3fff9aa003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff9a991070 of 0x3fff9a97f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff9a991160 of 0x3fff9a97f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff9a991190, JSClass 0x3fffa122e590, in object 0x3fff9a991130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff9a9911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9a97f280 ./tap-driver.sh: line 145: 978 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGObject.js - missing test plan ERROR: installed-tests/js/testGObject.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGObjectClass ========================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff82191040 JS IMPORT: Defining parent (nil) of 0x3fff82191070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff821910a0 JS IMPORT: Defining parent 0x3fff82191070 of 0x3fff821910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff82191100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff82191070 of 0x3fff82191160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff82191160 in 0x3fff82191070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff82191070 of 0x3fff822003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff82191070 of 0x3fff8217f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff82191160 of 0x3fff8217f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff82191190, JSClass 0x3fff88a69590, in object 0x3fff82191130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff821911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff8217f280 ./tap-driver.sh: line 145: 824 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGObjectClass.js - missing test plan ERROR: installed-tests/js/testGObjectClass.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGObjectInterface ============================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff9fc91040 JS IMPORT: Defining parent (nil) of 0x3fff9fc91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff9fc910a0 JS IMPORT: Defining parent 0x3fff9fc91070 of 0x3fff9fc910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff9fc91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff9fc91070 of 0x3fff9fc91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff9fc91160 in 0x3fff9fc91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff9fc91070 of 0x3fff97c003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff9fc91070 of 0x3fff9fc7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff9fc91160 of 0x3fff9fc7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff9fc91190, JSClass 0x3fffaa4f0590, in object 0x3fff9fc91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff9fc911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9fc7f280 ./tap-driver.sh: line 145: 810 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGObjectInterface.js - missing test plan ERROR: installed-tests/js/testGObjectInterface.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGTypeClass ======================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff7c291040 JS IMPORT: Defining parent (nil) of 0x3fff7c291070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff7c2910a0 JS IMPORT: Defining parent 0x3fff7c291070 of 0x3fff7c2910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff7c291100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff7c291070 of 0x3fff7c291160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff7c291160 in 0x3fff7c291070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff7c291070 of 0x3fff7c3003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff7c291070 of 0x3fff7c27f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff7c291160 of 0x3fff7c27f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff7c291190, JSClass 0x3fff82ab2590, in object 0x3fff7c291130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff7c2911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff7c27f280 ./tap-driver.sh: line 145: 801 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGTypeClass.js - missing test plan ERROR: installed-tests/js/testGTypeClass.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGio ================================= JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff95891040 JS IMPORT: Defining parent (nil) of 0x3fff95891070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff958910a0 JS IMPORT: Defining parent 0x3fff95891070 of 0x3fff958910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff95891100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff95891070 of 0x3fff95891160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff95891160 in 0x3fff95891070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff95891070 of 0x3fff959003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff95891070 of 0x3fff9587f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff95891160 of 0x3fff9587f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff95891190, JSClass 0x3fff9c129590, in object 0x3fff95891130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff958911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9587f280 ./tap-driver.sh: line 145: 1703 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGio.js - missing test plan ERROR: installed-tests/js/testGio.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testImporter ====================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff96791040 JS IMPORT: Defining parent (nil) of 0x3fff96791070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff967910a0 JS IMPORT: Defining parent 0x3fff96791070 of 0x3fff967910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff96791100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff96791070 of 0x3fff96791160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff96791160 in 0x3fff96791070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff96791070 of 0x3fff968003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff96791070 of 0x3fff9677f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff96791160 of 0x3fff9677f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff96791190, JSClass 0x3fff9cfb8590, in object 0x3fff96791130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff967911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9677f280 ./tap-driver.sh: line 145: 644 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testImporter.js - missing test plan ERROR: installed-tests/js/testImporter.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testIntrospection =========================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff9b691040 JS IMPORT: Defining parent (nil) of 0x3fff9b691070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff9b6910a0 JS IMPORT: Defining parent 0x3fff9b691070 of 0x3fff9b6910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff9b691100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff9b691070 of 0x3fff9b691160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff9b691160 in 0x3fff9b691070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff9b691070 of 0x3fff93f003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff9b691070 of 0x3fff9b67f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff9b691160 of 0x3fff9b67f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff9b691190, JSClass 0x3fffa5f6c590, in object 0x3fff9b691130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff9b6911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9b67f280 ./tap-driver.sh: line 145: 639 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testIntrospection.js - missing test plan ERROR: installed-tests/js/testIntrospection.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testLang ================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff95691040 JS IMPORT: Defining parent (nil) of 0x3fff95691070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff956910a0 JS IMPORT: Defining parent 0x3fff95691070 of 0x3fff956910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff95691100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff95691070 of 0x3fff95691160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff95691160 in 0x3fff95691070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff95691070 of 0x3fff957003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff95691070 of 0x3fff9567f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff95691160 of 0x3fff9567f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff95691190, JSClass 0x3fff9beb8590, in object 0x3fff95691130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff956911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9567f280 ./tap-driver.sh: line 145: 633 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testLang.js - missing test plan ERROR: installed-tests/js/testLang.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testLegacyByteArray ============================================= JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffb0391040 JS IMPORT: Defining parent (nil) of 0x3fffb0391070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffb03910a0 JS IMPORT: Defining parent 0x3fffb0391070 of 0x3fffb03910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffb0391100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffb0391070 of 0x3fffb0391160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffb0391160 in 0x3fffb0391070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffb0391070 of 0x3fffb04003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffb0391070 of 0x3fffb037f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffb0391160 of 0x3fffb037f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffb0391190, JSClass 0x3fffb6b9b590, in object 0x3fffb0391130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffb03911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffb037f280 ./tap-driver.sh: line 145: 630 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testLegacyByteArray.js - missing test plan ERROR: installed-tests/js/testLegacyByteArray.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testLegacyClass ========================================= JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffb2191040 JS IMPORT: Defining parent (nil) of 0x3fffb2191070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffb21910a0 JS IMPORT: Defining parent 0x3fffb2191070 of 0x3fffb21910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffb2191100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffb2191070 of 0x3fffb2191160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffb2191160 in 0x3fffb2191070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffb2191070 of 0x3fffb22003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffb2191070 of 0x3fffb217f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffb2191160 of 0x3fffb217f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffb2191190, JSClass 0x3fffb898f590, in object 0x3fffb2191130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffb21911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffb217f280 ./tap-driver.sh: line 145: 474 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testLegacyClass.js - missing test plan ERROR: installed-tests/js/testLegacyClass.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testLegacyGObject =========================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff88891040 JS IMPORT: Defining parent (nil) of 0x3fff88891070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff888910a0 JS IMPORT: Defining parent 0x3fff88891070 of 0x3fff888910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff88891100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff88891070 of 0x3fff88891160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff88891160 in 0x3fff88891070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff88891070 of 0x3fff889003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff88891070 of 0x3fff8887f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff88891160 of 0x3fff8887f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff88891190, JSClass 0x3fff8f16f590, in object 0x3fff88891130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff888911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff8887f280 ./tap-driver.sh: line 145: 466 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testLegacyGObject.js - missing test plan ERROR: installed-tests/js/testLegacyGObject.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testLocale ==================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff97991040 JS IMPORT: Defining parent (nil) of 0x3fff97991070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff979910a0 JS IMPORT: Defining parent 0x3fff97991070 of 0x3fff979910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff97991100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff97991070 of 0x3fff97991160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff97991160 in 0x3fff97991070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff97991070 of 0x3fff97a003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff97991070 of 0x3fff9797f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff97991160 of 0x3fff9797f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff97991190, JSClass 0x3fffa233f590, in object 0x3fff97991130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff979911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9797f280 ./tap-driver.sh: line 145: 463 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testLocale.js - missing test plan ERROR: installed-tests/js/testLocale.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testMainloop ====================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff87291040 JS IMPORT: Defining parent (nil) of 0x3fff87291070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff872910a0 JS IMPORT: Defining parent 0x3fff87291070 of 0x3fff872910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff87291100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff87291070 of 0x3fff87291160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff87291160 in 0x3fff87291070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff87291070 of 0x3fff7f2003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff87291070 of 0x3fff8727f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff87291160 of 0x3fff8727f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff87291190, JSClass 0x3fff91adc590, in object 0x3fff87291130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff872911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff8727f280 ./tap-driver.sh: line 145: 388 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testMainloop.js - missing test plan ERROR: installed-tests/js/testMainloop.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testNamespace ======================================= JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff99391040 JS IMPORT: Defining parent (nil) of 0x3fff99391070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff993910a0 JS IMPORT: Defining parent 0x3fff99391070 of 0x3fff993910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff99391100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff99391070 of 0x3fff99391160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff99391160 in 0x3fff99391070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff99391070 of 0x3fff994003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff99391070 of 0x3fff9937f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff99391160 of 0x3fff9937f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff99391190, JSClass 0x3fff9fc28590, in object 0x3fff99391130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff993911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9937f280 ./tap-driver.sh: line 145: 460 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testNamespace.js - missing test plan ERROR: installed-tests/js/testNamespace.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testPackage ===================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff97e91040 JS IMPORT: Defining parent (nil) of 0x3fff97e91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff97e910a0 JS IMPORT: Defining parent 0x3fff97e91070 of 0x3fff97e910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff97e91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff97e91070 of 0x3fff97e91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff97e91160 in 0x3fff97e91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff97e91070 of 0x3fff97f003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff97e91070 of 0x3fff97e7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff97e91160 of 0x3fff97e7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff97e91190, JSClass 0x3fffa26bd590, in object 0x3fff97e91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff97e911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff97e7f280 ./tap-driver.sh: line 145: 798 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testPackage.js - missing test plan ERROR: installed-tests/js/testPackage.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testParamSpec ======================================= JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff95191040 JS IMPORT: Defining parent (nil) of 0x3fff95191070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff951910a0 JS IMPORT: Defining parent 0x3fff95191070 of 0x3fff951910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff95191100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff95191070 of 0x3fff95191160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff95191160 in 0x3fff95191070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff95191070 of 0x3fff952003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff95191070 of 0x3fff9517f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff95191160 of 0x3fff9517f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff95191190, JSClass 0x3fff9b993590, in object 0x3fff95191130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff951911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff9517f280 ./tap-driver.sh: line 145: 974 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testParamSpec.js - missing test plan ERROR: installed-tests/js/testParamSpec.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testRegress ===================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff90c91040 JS IMPORT: Defining parent (nil) of 0x3fff90c91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff90c910a0 JS IMPORT: Defining parent 0x3fff90c91070 of 0x3fff90c910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff90c91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff90c91070 of 0x3fff90c91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff90c91160 in 0x3fff90c91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff90c91070 of 0x3fff90d003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff90c91070 of 0x3fff90c7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff90c91160 of 0x3fff90c7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff90c91190, JSClass 0x3fff9757b590, in object 0x3fff90c91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff90c911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff90c7f280 ./tap-driver.sh: line 145: 1049 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testRegress.js - missing test plan ERROR: installed-tests/js/testRegress.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testSignals ===================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff8dd91040 JS IMPORT: Defining parent (nil) of 0x3fff8dd91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff8dd910a0 JS IMPORT: Defining parent 0x3fff8dd91070 of 0x3fff8dd910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff8dd91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff8dd91070 of 0x3fff8dd91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff8dd91160 in 0x3fff8dd91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff8dd91070 of 0x3fff8de003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff8dd91070 of 0x3fff8dd7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff8dd91160 of 0x3fff8dd7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff8dd91190, JSClass 0x3fff945ea590, in object 0x3fff8dd91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff8dd911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff8dd7f280 ./tap-driver.sh: line 145: 1130 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testSignals.js - missing test plan ERROR: installed-tests/js/testSignals.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testSystem ==================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff7c591040 JS IMPORT: Defining parent (nil) of 0x3fff7c591070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff7c5910a0 JS IMPORT: Defining parent 0x3fff7c591070 of 0x3fff7c5910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff7c591100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff7c591070 of 0x3fff7c591160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff7c591160 in 0x3fff7c591070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff7c591070 of 0x3fff7c6003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff7c591070 of 0x3fff7c57f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff7c591160 of 0x3fff7c57f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff7c591190, JSClass 0x3fff82e6b590, in object 0x3fff7c591130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff7c5911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff7c57f280 ./tap-driver.sh: line 145: 1151 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testSystem.js - missing test plan ERROR: installed-tests/js/testSystem.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testTweener ===================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff88d91040 JS IMPORT: Defining parent (nil) of 0x3fff88d91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff88d910a0 JS IMPORT: Defining parent 0x3fff88d91070 of 0x3fff88d910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff88d91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff88d91070 of 0x3fff88d91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff88d91160 in 0x3fff88d91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff88d91070 of 0x3fff88e003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff88d91070 of 0x3fff88d7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff88d91160 of 0x3fff88d7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff88d91190, JSClass 0x3fff8f671590, in object 0x3fff88d91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff88d911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff88d7f280 ./tap-driver.sh: line 145: 1283 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testTweener.js - missing test plan ERROR: installed-tests/js/testTweener.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testWarnLib ===================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff8b991040 JS IMPORT: Defining parent (nil) of 0x3fff8b991070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff8b9910a0 JS IMPORT: Defining parent 0x3fff8b991070 of 0x3fff8b9910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff8b991100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff8b991070 of 0x3fff8b991160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff8b991160 in 0x3fff8b991070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff8b991070 of 0x3fff8ba003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff8b991070 of 0x3fff8b97f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff8b991160 of 0x3fff8b97f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff8b991190, JSClass 0x3fff96298590, in object 0x3fff8b991130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff8b9911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff8b97f280 ./tap-driver.sh: line 145: 1321 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testWarnLib.js - missing test plan ERROR: installed-tests/js/testWarnLib.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGDBus =================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffabf91040 JS IMPORT: Defining parent (nil) of 0x3fffabf91070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffabf910a0 JS IMPORT: Defining parent 0x3fffabf91070 of 0x3fffabf910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffabf91100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffabf91070 of 0x3fffabf91160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffabf91160 in 0x3fffabf91070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffabf91070 of 0x3fffb00003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffabf91070 of 0x3fffabf7f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffabf91160 of 0x3fffabf7f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffabf91190, JSClass 0x3fffb6801590, in object 0x3fffabf91130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffabf911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffabf7f280 ./tap-driver.sh: line 145: 1342 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGDBus.js - missing test plan ERROR: installed-tests/js/testGDBus.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGtk ================================= JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffb3591040 JS IMPORT: Defining parent (nil) of 0x3fffb3591070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffb35910a0 JS IMPORT: Defining parent 0x3fffb3591070 of 0x3fffb35910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffb3591100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffb3591070 of 0x3fffb3591160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffb3591160 in 0x3fffb3591070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffb3591070 of 0x3fffb36003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffb3591070 of 0x3fffb357f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffb3591160 of 0x3fffb357f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffb3591190, JSClass 0x3fffbdeeb590, in object 0x3fffb3591130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffb35911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffb357f280 ./tap-driver.sh: line 145: 1388 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGtk.js - missing test plan ERROR: installed-tests/js/testGtk.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testGObjectDestructionAccess ====================================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffae891040 JS IMPORT: Defining parent (nil) of 0x3fffae891070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffae8910a0 JS IMPORT: Defining parent 0x3fffae891070 of 0x3fffae8910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffae891100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffae891070 of 0x3fffae891160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffae891160 in 0x3fffae891070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffae891070 of 0x3fffae9003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffae891070 of 0x3fffae87f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffae891160 of 0x3fffae87f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffae891190, JSClass 0x3fffb50ee590, in object 0x3fffae891130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffae8911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffae87f280 ./tap-driver.sh: line 145: 2432 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testGObjectDestructionAccess.js - missing test plan ERROR: installed-tests/js/testGObjectDestructionAccess.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testLegacyGtk ======================================= JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fff8f391040 JS IMPORT: Defining parent (nil) of 0x3fff8f391070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fff8f3910a0 JS IMPORT: Defining parent 0x3fff8f391070 of 0x3fff8f3910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fff8f391100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fff8f391070 of 0x3fff8f391160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fff8f391160 in 0x3fff8f391070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fff8f391070 of 0x3fff8f4003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fff8f391070 of 0x3fff8f37f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fff8f391160 of 0x3fff8f37f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fff8f391190, JSClass 0x3fff99cc9590, in object 0x3fff8f391130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fff8f3911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fff8f37f280 ./tap-driver.sh: line 145: 2388 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testLegacyGtk.js - missing test plan ERROR: installed-tests/js/testLegacyGtk.js - exited with status 139 (terminated by signal 11?) ERROR: installed-tests/js/testCairo =================================== JS NATIVE: Registered native JS module '_byteArrayNative' JS NATIVE: Registered native JS module '_gi' JS NATIVE: Registered native JS module 'gi' JS NATIVE: Registered native JS module 'cairoNative' JS NATIVE: Registered native JS module 'system' JS NATIVE: Registered native JS module 'console' JS CTX: Enabling JIT JS CTX: Initialized class GjsFileImporter prototype 0x3fffb5991040 JS IMPORT: Defining parent (nil) of 0x3fffb5991070 'imports' is mod 0 JS IMPORT: Importing 'gi' JS NATIVE: Defining native module 'gi' JS CTX: Initialized class GIRepository prototype 0x3fffb59910a0 JS IMPORT: Defining parent 0x3fffb5991070 of 0x3fffb59910d0 'gi' is mod 1 JS IMPORT: successfully imported module 'gi' JS CTX: Initialized class GIRepositoryNamespace prototype 0x3fffb5991100 JS IMPORT: JS import 'overrides' not found in resource:///org/gjs/jsunit JS IMPORT: Adding directory 'resource:///org/gnome/gjs/modules/overrides' to child importer 'overrides' JS IMPORT: Importing directory 'overrides' JS IMPORT: Defining parent 0x3fffb5991070 of 0x3fffb5991160 'overrides' is mod 1 JS IMPORT: Defined importer 'overrides' 0x3fffb5991160 in 0x3fffb5991070 JS IMPORT: successfully imported directory 'overrides' JS IMPORT: JS import 'byteArray' not found in resource:///org/gjs/jsunit JS IMPORT: Importing '_byteArrayNative' JS NATIVE: Defining native module '_byteArrayNative' JS IMPORT: Defining parent 0x3fffb5991070 of 0x3fffb5a003a0 '_byteArrayNative' is mod 1 JS IMPORT: successfully imported module '_byteArrayNative' JS IMPORT: Importing module byteArray succeeded JS IMPORT: Defining parent 0x3fffb5991070 of 0x3fffb597f220 'byteArray' is mod 1 JS IMPORT: successfully imported module 'byteArray' JS IMPORT: Importing module GLib succeeded JS IMPORT: Defining parent 0x3fffb5991160 of 0x3fffb597f1c0 'GLib' is mod 1 JS IMPORT: successfully imported module 'GLib' JS G NS: Found info type STRUCT for 'Variant' in namespace 'GLib' JS G BXD: Defined class for Variant (GVariant), prototype 0x3fffb5991190, JSClass 0x3fffbc256590, in object 0x3fffb5991130 JS CTX: Initialized class GIRepositoryGType prototype 0x3fffb59911c0 JS CTX: Initialized class GIRepositoryFunction prototype 0x3fffb597f280 ./tap-driver.sh: line 145: 2344 Segmentation fault (core dumped) "$@" ERROR: installed-tests/js/testCairo.js - missing test plan ERROR: installed-tests/js/testCairo.js - exited with status 139 (terminated by signal 11?) FAIL: installed-tests/debugger/print ==================================== 1..1 not ok 1 - ./installed-tests/debugger/print.debugger FAIL: installed-tests/debugger/print.debugger 1 - ./installed-tests/debugger/print.debugger #--- ./installed-tests/debugger/print.debugger.output 2020-04-09 21:20:51.000000000 +0200 #+++ - 2020-09-14 17:33:25.725411420 +0200 #@@ -1,85 +1,2 @@ #GJS debugger. Type "help" for help #db> c #-Debugger statement, toplevel at print.debugger.js:15:0 #-db> # Simple types #-db> print a #-$1 = undefined #-db> p b #-$2 = null #-db> p c #-$3 = 42 #-db> p d #-$4 = "some string" #-db> p e #-$5 = false #-db> p f #-$6 = true #-db> p g #-$7 = Symbol("foobar") #-db> # Objects #-db> print h #-$8 = [object Array] #-[ #- 1, #- "money", #- 2, #- "show", #- { #- "three": "to", #- "get ready": "go cat go" #- } #-] #-db> print/b h #-$9 = [object Array] #-{ #- "0": 1, #- "1": "money", #- "2": 2, #- "3": "show", #- "4": "(...)", #- "length": 5 #-} #-db> print/p h #-$10 = [object Array] #-[ #- 1, #- "money", #- 2, #- "show", #- { #- "three": "to", #- "get ready": "go cat go" #- } #-] #-db> p i #-$11 = [object Object] #-{ #- "some": "plain object", #- "that": "has keys" #-} #-db> p/b i #-$12 = [object Object] #-{ #- "some": "plain object", #- "that": "has keys" #-} #-db> p j #-$13 = [object Set] #-{} #-db> p k #-$14 = [object Function] #-db> p/b k #-$15 = [object Function] #-{ #- "prototype": "(...)", #- "length": 0, #- "name": "J" #-} #-db> p l #-$16 = [object GObject_Object] #-[object instance wrapper GIName:GObject.Object jsobj@0xADDR native@0xADDR] #-db> p m #-$17 = [object Error] #-Error: message #-db> c #-Program exited with code 0