Skip to content
Aborted

Console Output

Push event to branch pharo-9
15:31:04 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from 39422d1c8a1f39eeddc8c9894ee0ba8fe1710ba4
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_pharo-9
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (VM Unit Tests)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 39422d1c8a1f39eeddc8c9894ee0ba8fe1710ba4 (pharo-9)
Commit message: "Merge pull request #447 from guillep/fix/upgradelibgit144"
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39422d1c8a1f39eeddc8c9894ee0ba8fe1710ba4 # timeout=10
 > git rev-list --no-walk f8d824c2d4805ea41481525495fc13ce73336ddf # timeout=10
[Pipeline] stash
Stashed 2 file(s)
[Pipeline] sh
+ git tag --list --points-at HEAD
[Pipeline] echo
Extracted versionTag:  is release: false
[Pipeline] writeFile
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] cmakeBuild
[runTests] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-39422d1c
-- Commit hash 39422d1c : 2022-08-19 15:30:47 +0200
-- No user build settings.
-- 39422d1c - Commit: 39422d1c - Date: 2022-08-19 15:30:47 +0200
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Darwin-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Looking for FFI in the system
-- Found FFI: /usr/lib/libffi.dylib  
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Looking for Git2 in the system
-- Could NOT find libgit2 (missing: LIBGIT2_LIBRARY LIBGIT2_INCLUDE_PATH) 
-- Git2 not found.
-- Building LibGit2 1.4.4 with LibSSH 1.9.0
-- Downloading/updating LibSSH2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/LibSSH2-download
Scanning dependencies of target LibSSH2-download
[ 11%] Creating directories for 'LibSSH2-download'
[ 22%] Performing download step (git clone) for 'LibSSH2-download'
Cloning into 'LibSSH2-src'...
Note: switching to 'libssh2-1.9.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 42d37aa 1.9 Formatting
[ 33%] No patch step for 'LibSSH2-download'
[ 44%] Performing update step for 'LibSSH2-download'
[ 55%] No configure step for 'LibSSH2-download'
[ 66%] No build step for 'LibSSH2-download'
[ 77%] No install step for 'LibSSH2-download'
[ 88%] No test step for 'LibSSH2-download'
[100%] Completed 'LibSSH2-download'
[100%] Built target LibSSH2-download
-- Downloading/updating LibGit2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/LibGit2-download
Scanning dependencies of target LibGit2-download
[ 11%] Creating directories for 'LibGit2-download'
[ 22%] Performing download step (git clone) for 'LibGit2-download'
Cloning into 'LibGit2-src'...
Updating files:  35% (4075/11502)
Updating files:  36% (4141/11502)
Updating files:  37% (4256/11502)
Updating files:  38% (4371/11502)
Updating files:  39% (4486/11502)
Updating files:  40% (4601/11502)
Updating files:  41% (4716/11502)
Updating files:  42% (4831/11502)
Updating files:  43% (4946/11502)
Updating files:  44% (5061/11502)
Updating files:  45% (5176/11502)
Updating files:  46% (5291/11502)
Updating files:  47% (5406/11502)
Updating files:  48% (5521/11502)
Updating files:  49% (5636/11502)
Updating files:  50% (5751/11502)
Updating files:  51% (5867/11502)
Updating files:  52% (5982/11502)
Updating files:  53% (6097/11502)
Updating files:  54% (6212/11502)
Updating files:  55% (6327/11502)
Updating files:  56% (6442/11502)
Updating files:  57% (6557/11502)
Updating files:  58% (6672/11502)
Updating files:  59% (6787/11502)
Updating files:  60% (6902/11502)
Updating files:  61% (7017/11502)
Updating files:  62% (7132/11502)
Updating files:  63% (7247/11502)
Updating files:  64% (7362/11502)
Updating files:  65% (7477/11502)
Updating files:  66% (7592/11502)
Updating files:  67% (7707/11502)
Updating files:  68% (7822/11502)
Updating files:  68% (7880/11502)
Updating files:  69% (7937/11502)
Updating files:  70% (8052/11502)
Updating files:  71% (8167/11502)
Updating files:  72% (8282/11502)
Updating files:  73% (8397/11502)
Updating files:  74% (8512/11502)
Updating files:  75% (8627/11502)
Updating files:  76% (8742/11502)
Updating files:  77% (8857/11502)
Updating files:  78% (8972/11502)
Updating files:  79% (9087/11502)
Updating files:  80% (9202/11502)
Updating files:  81% (9317/11502)
Updating files:  82% (9432/11502)
Updating files:  83% (9547/11502)
Updating files:  84% (9662/11502)
Updating files:  85% (9777/11502)
Updating files:  86% (9892/11502)
Updating files:  87% (10007/11502)
Updating files:  88% (10122/11502)
Updating files:  88% (10171/11502)
Updating files:  89% (10237/11502)
Updating files:  90% (10352/11502)
Updating files:  91% (10467/11502)
Updating files:  92% (10582/11502)
Updating files:  93% (10697/11502)
Updating files:  94% (10812/11502)
Updating files:  95% (10927/11502)
Updating files:  96% (11042/11502)
Updating files:  97% (11157/11502)
Updating files:  98% (11272/11502)
Updating files:  99% (11387/11502)
Updating files: 100% (11502/11502)
Updating files: 100% (11502/11502), done.
Note: switching to 'v1.4.4'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 3b7d756cc meta: add changelog for v1.4.4
[ 33%] No patch step for 'LibGit2-download'
[ 44%] Performing update step for 'LibGit2-download'
[ 55%] No configure step for 'LibGit2-download'
[ 66%] No build step for 'LibGit2-download'
[ 77%] No install step for 'LibGit2-download'
[ 88%] No test step for 'LibGit2-download'
[100%] Completed 'LibGit2-download'
[100%] Built target LibGit2-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC - Success
-- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC
-- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_NSEC
-- Performing Test HAVE_STRUCT_STAT_NSEC - Success
-- Performing Test IS_WERROR_SUPPORTED
-- Performing Test IS_WERROR_SUPPORTED - Success
-- Looking for futimens
-- Looking for futimens - not found
-- Performing Test IS_WNO_ERROR_SUPPORTED
-- Performing Test IS_WNO_ERROR_SUPPORTED - Success
-- Performing Test IS_WALL_SUPPORTED
-- Performing Test IS_WALL_SUPPORTED - Success
-- Performing Test IS_WEXTRA_SUPPORTED
-- Performing Test IS_WEXTRA_SUPPORTED - Success
-- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED
-- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED - Success
-- Performing Test IS_WDOCUMENTATION_SUPPORTED
-- Performing Test IS_WDOCUMENTATION_SUPPORTED - Success
-- Performing Test IS_WNO_DOCUMENTATION_DEPRECATED_SYNC_SUPPORTED
-- Performing Test IS_WNO_DOCUMENTATION_DEPRECATED_SYNC_SUPPORTED - Success
-- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED
-- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED - Success
-- Performing Test IS_WMISSING_DECLARATIONS_SUPPORTED
-- Performing Test IS_WMISSING_DECLARATIONS_SUPPORTED - Success
-- Performing Test IS_WSTRICT_ALIASING_SUPPORTED
-- Performing Test IS_WSTRICT_ALIASING_SUPPORTED - Success
-- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED
-- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED - Success
-- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED
-- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED - Success
-- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED
-- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED - Success
-- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED
-- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED - Success
-- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED
-- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED - Success
-- Performing Test IS_WINT_CONVERSION_SUPPORTED
-- Performing Test IS_WINT_CONVERSION_SUPPORTED - Success
-- Performing Test IS_WC11_EXTENSIONS_SUPPORTED
-- Performing Test IS_WC11_EXTENSIONS_SUPPORTED - Success
-- Performing Test IS_WC99_C11_COMPAT_SUPPORTED
-- Performing Test IS_WC99_C11_COMPAT_SUPPORTED - Failed
-- Performing Test IS_WFORMAT_SUPPORTED
-- Performing Test IS_WFORMAT_SUPPORTED - Success
-- Performing Test IS_WFORMAT_SECURITY_SUPPORTED
-- Performing Test IS_WFORMAT_SECURITY_SUPPORTED - Success
-- Checking prototype qsort_r for GIT_QSORT_R_BSD - True
-- Checking prototype qsort_r for GIT_QSORT_R_GNU - False
-- Looking for qsort_s
-- Looking for qsort_s - not found
-- Looking for getentropy
-- Looking for getentropy - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR) 
-- Found Security /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework
-- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework
-- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework - found
-- Found CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreFoundation.framework
-- http-parser version 2 was not found or disabled; using bundled 3rd-party sources.
-- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED
-- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED - Failed
-- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR) 
-- Looking for regcomp_l
-- Looking for regcomp_l - found
-- LIBSSH2 not found. Set CMAKE_PREFIX_PATH if it is installed outside of the default search path.
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11") 
-- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED
-- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED - Success
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES) 
-- Found GSS.framework /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/GSS.framework
-- Looking for iconv_open
-- Looking for iconv_open - not found
-- Found Iconv: -L/usr/lib -liconv
-- Found PythonInterp: /usr/bin/python3 (found version "3.7.3") 
-- Enabled features:
 * nanoseconds, support nanosecond precision file mtimes and ctimes
 * threadsafe, threadsafe support
 * HTTPS, using SecureTransport
 * SHA, using CollisionDetection
 * http-parser, http-parser support (bundled)
 * regex, using system regcomp_l
 * zlib, using system zlib
 * ntlmclient, NTLM authentication support for Unix
 * iconv, iconv encoding conversion support

-- Disabled features:
 * debugpool, debug pool allocator
 * debugalloc, debug strict allocators
 * debugopen, path validation in open
 * futimens, futimens support
 * SSH, SSH transport support
 * SPNEGO, SPNEGO authentication support

-- Looking for Freetype in the system
-- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) 
-- Freetype not found.
-- Building Freetype
-- Downloading/updating freetype
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/freetype-download
Scanning dependencies of target freetype-download
[ 11%] Creating directories for 'freetype-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz'
   timeout='none'
-- Using src='https://download.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.gz'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/freetype-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-download'
[ 44%] No update step for 'freetype-download'
[ 55%] No configure step for 'freetype-download'
[ 66%] No build step for 'freetype-download'
[ 77%] No install step for 'freetype-download'
[ 88%] No test step for 'freetype-download'
[100%] Completed 'freetype-download'
[100%] Built target freetype-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Could NOT find harfbuzz (missing: HARFBUZZ_INCLUDE_DIRS HARFBUZZ_LIBRARIES) 
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) 
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") 
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
Adding third-party libraries for Darwin-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.2.49
-- Downloading/updating libpng-1.2.49
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-download
Scanning dependencies of target libpng-1.2.49-download
[ 11%] Creating directories for 'libpng-1.2.49-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip'
-- [download 11% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 24% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 60% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 82% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.2.49-download'
[ 44%] No update step for 'libpng-1.2.49-download'
[ 55%] No configure step for 'libpng-1.2.49-download'
[ 66%] No build step for 'libpng-1.2.49-download'
[ 77%] No install step for 'libpng-1.2.49-download'
[ 88%] No test step for 'libpng-1.2.49-download'
[100%] Completed 'libpng-1.2.49-download'
[100%] Built target libpng-1.2.49-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-src/libpng12.dylib
-- Looking for SDL2 in the system
-- Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR) 
-- SDL2 not found.
-- Building SDL2
-- Downloading/updating SDL2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/SDL2-download
Scanning dependencies of target SDL2-download
[ 11%] Creating directories for 'SDL2-download'
[ 22%] Performing download step (git clone) for 'SDL2-download'
Cloning into 'SDL2-src'...
Updating files:  92% (1218/1318)
Updating files:  93% (1226/1318)
Updating files:  94% (1239/1318)
Updating files:  95% (1253/1318)
Updating files:  96% (1266/1318)
Updating files:  97% (1279/1318)
Updating files:  98% (1292/1318)
Updating files:  99% (1305/1318)
Updating files: 100% (1318/1318)
Updating files: 100% (1318/1318), done.
Note: switching to 'v2.0.12'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8ff4d3e Added vcruntime dependency to build on VS2019 as per in https://thomas.reiser.zone/building-sdl2-on-windows-with-vs2019/
[ 33%] No patch step for 'SDL2-download'
[ 44%] Performing update step for 'SDL2-download'
[ 55%] No configure step for 'SDL2-download'
[ 66%] No build step for 'SDL2-download'
[ 77%] No install step for 'SDL2-download'
[ 88%] No test step for 'SDL2-download'
[100%] Completed 'SDL2-download'
[100%] Built target SDL2-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Performing Test HAVE_GCC_WALL
-- Performing Test HAVE_GCC_WALL - Success
-- Performing Test HAVE_GCC_NO_STRICT_ALIASING
-- Performing Test HAVE_GCC_NO_STRICT_ALIASING - Success
-- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT
-- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT - Success
-- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT
-- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT - Success
-- Performing Test HAVE_GCC_ATOMICS
-- Performing Test HAVE_GCC_ATOMICS - Success
-- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY
-- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY - Failed
-- Performing Test HAVE_GCC_FVISIBILITY
-- Performing Test HAVE_GCC_FVISIBILITY - Success
-- Performing Test HAVE_GCC_WSHADOW
-- Performing Test HAVE_GCC_WSHADOW - Success
-- Performing Test HAVE_MMX
-- Performing Test HAVE_MMX - Success
-- Performing Test HAVE_3DNOW
-- Performing Test HAVE_3DNOW - Success
-- Performing Test HAVE_SSE
-- Performing Test HAVE_SSE - Success
-- Performing Test HAVE_SSE2
-- Performing Test HAVE_SSE2 - Success
-- Performing Test HAVE_SSE3
-- Performing Test HAVE_SSE3 - Success
-- Looking for immintrin.h
-- Looking for immintrin.h - found
-- Performing Test HAVE_ALTIVEC_H_HDR
-- Performing Test HAVE_ALTIVEC_H_HDR - Failed
-- Performing Test HAVE_ALTIVEC
-- Performing Test HAVE_ALTIVEC - Failed
-- Performing Test ARMSIMD_FOUND
-- Performing Test ARMSIMD_FOUND - Failed
-- Performing Test ARMNEON_FOUND
-- Performing Test ARMNEON_FOUND - Failed
-- Looking for stdio.h
-- Looking for stdio.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Looking for malloc.h
-- Looking for malloc.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for wchar.h
-- Looking for wchar.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for ctype.h
-- Looking for ctype.h - found
-- Looking for math.h
-- Looking for math.h - found
-- Looking for iconv.h
-- Looking for iconv.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for libunwind.h
-- Looking for libunwind.h - found
-- Looking for 8 include files dlfcn.h, ..., float.h
-- Looking for 8 include files dlfcn.h, ..., float.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Looking for M_PI
-- Looking for M_PI - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Looking for strtod
-- Looking for strtod - found
-- Looking for malloc
-- Looking for malloc - found
-- Looking for calloc
-- Looking for calloc - found
-- Looking for realloc
-- Looking for realloc - found
-- Looking for free
-- Looking for free - found
-- Looking for getenv
-- Looking for getenv - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for qsort
-- Looking for qsort - found
-- Looking for abs
-- Looking for abs - found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memset
-- Looking for memset - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for memcmp
-- Looking for memcmp - found
-- Looking for strlen
-- Looking for strlen - found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for strlcat
-- Looking for strlcat - found
-- Looking for _strrev
-- Looking for _strrev - not found
-- Looking for _strupr
-- Looking for _strupr - not found
-- Looking for _strlwr
-- Looking for _strlwr - not found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for itoa
-- Looking for itoa - not found
-- Looking for _ltoa
-- Looking for _ltoa - not found
-- Looking for _uitoa
-- Looking for _uitoa - not found
-- Looking for _ultoa
-- Looking for _ultoa - not found
-- Looking for strtol
-- Looking for strtol - found
-- Looking for strtoul
-- Looking for strtoul - found
-- Looking for _i64toa
-- Looking for _i64toa - not found
-- Looking for _ui64toa
-- Looking for _ui64toa - not found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strtoull
-- Looking for strtoull - found
-- Looking for atoi
-- Looking for atoi - found
-- Looking for atof
-- Looking for atof - found
-- Looking for strcmp
-- Looking for strcmp - found
-- Looking for strncmp
-- Looking for strncmp - found
-- Looking for _stricmp
-- Looking for _stricmp - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for _strnicmp
-- Looking for _strnicmp - not found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for wcscmp
-- Looking for wcscmp - found
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Looking for wcslcat
-- Looking for wcslcat - found
-- Looking for wcslcpy
-- Looking for wcslcpy - found
-- Looking for wcslen
-- Looking for wcslen - found
-- Looking for wcsncmp
-- Looking for wcsncmp - found
-- Looking for wcsstr
-- Looking for wcsstr - found
-- Looking for sscanf
-- Looking for sscanf - found
-- Looking for vsscanf
-- Looking for vsscanf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for fopen64
-- Looking for fopen64 - not found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fseeko64
-- Looking for fseeko64 - not found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for setjmp
-- Looking for setjmp - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for sysctlbyname
-- Looking for sysctlbyname - found
-- Looking for getauxval
-- Looking for getauxval - not found
-- Looking for poll
-- Looking for poll - found
-- Looking for _Exit
-- Looking for _Exit - found
-- Looking for pow in m
-- Looking for pow in m - found
-- Looking for atan
-- Looking for atan - found
-- Looking for atan2
-- Looking for atan2 - found
-- Looking for atanf
-- Looking for atanf - found
-- Looking for atan2f
-- Looking for atan2f - found
-- Looking for ceil
-- Looking for ceil - found
-- Looking for ceilf
-- Looking for ceilf - found
-- Looking for copysign
-- Looking for copysign - found
-- Looking for copysignf
-- Looking for copysignf - found
-- Looking for cos
-- Looking for cos - found
-- Looking for cosf
-- Looking for cosf - found
-- Looking for exp
-- Looking for exp - found
-- Looking for expf
-- Looking for expf - found
-- Looking for fabs
-- Looking for fabs - found
-- Looking for fabsf
-- Looking for fabsf - found
-- Looking for floor
-- Looking for floor - found
-- Looking for floorf
-- Looking for floorf - found
-- Looking for fmod
-- Looking for fmod - found
-- Looking for fmodf
-- Looking for fmodf - found
-- Looking for log
-- Looking for log - found
-- Looking for logf
-- Looking for logf - found
-- Looking for log10
-- Looking for log10 - found
-- Looking for log10f
-- Looking for log10f - found
-- Looking for pow
-- Looking for pow - found
-- Looking for powf
-- Looking for powf - found
-- Looking for scalbn
-- Looking for scalbn - found
-- Looking for scalbnf
-- Looking for scalbnf - found
-- Looking for sin
-- Looking for sin - found
-- Looking for sinf
-- Looking for sinf - found
-- Looking for sqrt
-- Looking for sqrt - found
-- Looking for sqrtf
-- Looking for sqrtf - found
-- Looking for tan
-- Looking for tan - found
-- Looking for tanf
-- Looking for tanf - found
-- Looking for acos
-- Looking for acos - found
-- Looking for acosf
-- Looking for acosf - found
-- Looking for asin
-- Looking for asin - found
-- Looking for asinf
-- Looking for asinf - found
-- Looking for iconv_open in iconv
-- Looking for iconv_open in iconv - found
-- Performing Test HAVE_SA_SIGACTION
-- Performing Test HAVE_SA_SIGACTION - Success
-- Looking for dlopen
-- Looking for dlopen - found
-- Performing Test HAVE_FRAMEWORK_METAL
-- Performing Test HAVE_FRAMEWORK_METAL - Failed
-- Performing Test HAVE_PTHREADS
-- Performing Test HAVE_PTHREADS - Success
-- Performing Test HAVE_RECURSIVE_MUTEXES
-- Performing Test HAVE_RECURSIVE_MUTEXES - Success
-- Performing Test HAVE_PTHREADS_SEM
-- Performing Test HAVE_PTHREADS_SEM - Success
-- Performing Test HAVE_SEM_TIMEDWAIT
-- Performing Test HAVE_SEM_TIMEDWAIT - Failed
-- Performing Test HAVE_PTHREAD_NP_H
-- Performing Test HAVE_PTHREAD_NP_H - Failed
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - found
-- Looking for pthread_set_name_np
-- Looking for pthread_set_name_np - not found
-- 
-- SDL2 was configured with the following options:
-- 
-- Platform: Darwin-19.4.0
-- 64-bit:   TRUE
-- Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- 
-- Subsystems:
--   Atomic:	ON
--   Audio:	ON
--   Video:	ON
--   Render:	ON
--   Events:	ON
--   Joystick:	ON
--   Haptic:	ON
--   Power:	ON
--   Threads:	ON
--   Timers:	ON
--   File:	ON
--   Loadso:	ON
--   CPUinfo:	ON
--   Filesystem:	ON
--   Dlopen:	ON
--   Sensor:	ON
-- 
-- Options:
--   3DNOW                  (Wanted: ON): ON
--   ALSA                   (Wanted: OFF): OFF
--   ALSA_SHARED            (Wanted: OFF): OFF
--   ALTIVEC                (Wanted: ON): OFF
--   ARMNEON                (Wanted: ON): OFF
--   ARMSIMD                (Wanted: ON): OFF
--   ARTS                   (Wanted: OFF): OFF
--   ARTS_SHARED            (Wanted: OFF): OFF
--   ASSEMBLY               (Wanted: ON): ON
--   ASSERTIONS             (Wanted: auto): auto
--   BACKGROUNDING_SIGNAL   (Wanted: OFF): OFF
--   CLOCK_GETTIME          (Wanted: OFF): OFF
--   DIRECTFB_SHARED        (Wanted: OFF): OFF
--   DIRECTX                (Wanted: OFF): OFF
--   DISKAUDIO              (Wanted: ON): ON
--   DUMMYAUDIO             (Wanted: ON): ON
--   ESD                    (Wanted: OFF): OFF
--   ESD_SHARED             (Wanted: OFF): OFF
--   FOREGROUNDING_SIGNAL   (Wanted: OFF): OFF
--   FUSIONSOUND            (Wanted: OFF): OFF
--   FUSIONSOUND_SHARED     (Wanted: OFF): OFF
--   GCC_ATOMICS            (Wanted: ON): ON
--   HIDAPI                 (Wanted: OFF): OFF
--   INPUT_TSLIB            (Wanted: OFF): OFF
--   JACK                   (Wanted: OFF): OFF
--   JACK_SHARED            (Wanted: OFF): OFF
--   KMSDRM_SHARED          (Wanted: OFF): OFF
--   LIBC                   (Wanted: ON): ON
--   LIBSAMPLERATE          (Wanted: OFF): OFF
--   LIBSAMPLERATE_SHARED   (Wanted: OFF): OFF
--   MMX                    (Wanted: ON): ON
--   NAS                    (Wanted: OFF): OFF
--   NAS_SHARED             (Wanted: OFF): OFF
--   OSS                    (Wanted: OFF): OFF
--   PTHREADS               (Wanted: ON): ON
--   PTHREADS_SEM           (Wanted: ON): ON
--   PULSEAUDIO             (Wanted: OFF): OFF
--   PULSEAUDIO_SHARED      (Wanted: OFF): OFF
--   RENDER_D3D             (Wanted: OFF): OFF
--   RENDER_METAL           (Wanted: 0): OFF
--   RPATH                  (Wanted: OFF): OFF
--   SDL_DLOPEN             (Wanted: ON): ON
--   SDL_STATIC_PIC         (Wanted: OFF): OFF
--   SDL_TEST               (Wanted: OFF): OFF
--   SNDIO                  (Wanted: OFF): OFF
--   SSE                    (Wanted: ON): ON
--   SSE2                   (Wanted: ON): ON
--   SSE3                   (Wanted: ON): ON
--   SSEMATH                (Wanted: ON): OFF
--   VIDEO_COCOA            (Wanted: ON): ON
--   VIDEO_DIRECTFB         (Wanted: OFF): OFF
--   VIDEO_DUMMY            (Wanted: ON): ON
--   VIDEO_KMSDRM           (Wanted: OFF): OFF
--   VIDEO_METAL            (Wanted: 0): OFF
--   VIDEO_OFFSCREEN        (Wanted: OFF): OFF
--   VIDEO_OPENGL           (Wanted: ON): ON
--   VIDEO_OPENGLES         (Wanted: ON): ON
--   VIDEO_RPI              (Wanted: OFF): OFF
--   VIDEO_VIVANTE          (Wanted: OFF): OFF
--   VIDEO_VULKAN           (Wanted: 0): OFF
--   VIDEO_WAYLAND          (Wanted: OFF): OFF
--   VIDEO_WAYLAND_QT_TOUCH (Wanted: OFF): OFF
--   VIDEO_X11              (Wanted: OFF): OFF
--   VIDEO_X11_XCURSOR      (Wanted: OFF): OFF
--   VIDEO_X11_XINERAMA     (Wanted: OFF): OFF
--   VIDEO_X11_XINPUT       (Wanted: OFF): OFF
--   VIDEO_X11_XRANDR       (Wanted: OFF): OFF
--   VIDEO_X11_XSCRNSAVER   (Wanted: OFF): OFF
--   VIDEO_X11_XSHAPE       (Wanted: OFF): OFF
--   VIDEO_X11_XVM          (Wanted: OFF): OFF
--   WASAPI                 (Wanted: OFF): OFF
--   WAYLAND_SHARED         (Wanted: OFF): OFF
--   X11_SHARED             (Wanted: OFF): OFF
-- 
--  CFLAGS:         -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -idirafter /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/SDL2-src/src/video/khronos
--  EXTRA_CFLAGS:  -D_THREAD_SAFE -msse3 -msse2 -msse -m3dnow -mmmx -Wshadow -fvisibility=hidden -Wdeclaration-after-statement -Werror=declaration-after-statement -fno-strict-aliasing -Wall 
--  EXTRA_LDFLAGS: -Wl,-undefined,error;-Wl,-compatibility_version,1.0.0;-Wl,-current_version,12.0.0
--  EXTRA_LIBS:    m;iconv;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreVideo.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/IOKit.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ForceFeedback.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Carbon.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreAudio.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AudioToolbox.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AVFoundation.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework
-- 
--  Build Shared Library: ON
--  Build Static Library: OFF
-- 
-- If something was not detected, although the libraries
-- were installed, then make sure you have set the
-- CFLAGS and LDFLAGS environment variables correctly.
-- 
-- Configuring done
CMake Warning (dev):
  Policy CMP0042 is not set: MACOSX_RPATH is enabled by default.  Run "cmake
  --help-policy CMP0042" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  MACOSX_RPATH is not specified for the following targets:

   freetype

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   FloatArrayPlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SDL2
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   freetype
   git2

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/runTests
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1
+ make vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests --check-build-system CMakeFiles/Makefile.cmake 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests --check-build-system CMakeFiles/Makefile.cmake 0
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles 2
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 CMakeFiles/vmmaker.dir/all
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[ 50%] Creating directories for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[ 50%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[ 50%] No patch step for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[ 50%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && echo

[ 50%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 50%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 50%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[100%] Creating directories for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[100%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[100%] No patch step for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[100%] Performing update step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && echo

[100%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[100%] Performing build step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-9/repository scpUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[100%] Performing install step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[100%] Completed 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[100%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/vmmaker.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/vmmaker.dir/depend.internal".
Scanning dependencies of target vmmaker
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/build
make[3]: Nothing to be done for `CMakeFiles/vmmaker.dir/build'.
[100%] Built target vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles 0
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker
[Pipeline] {
[Pipeline] sh
+ wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip
--2022-08-19 15:33:51--  https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 46262593 (44M) [application/zip]
Saving to: ‘libllvm-full.zip’

     0K .......... .......... .......... .......... ..........  0% 4.57M 10s
    50K .......... .......... .......... .......... ..........  0% 8.64M 7s
   100K .......... .......... .......... .......... ..........  0% 8.37M 7s
   150K .......... .......... .......... .......... ..........  0% 8.71M 6s
   200K .......... .......... .......... .......... ..........  0% 68.4M 5s
   250K .......... .......... .......... .......... ..........  0% 7.33M 5s
   300K .......... .......... .......... .......... ..........  0% 7.35M 5s
   350K .......... .......... .......... .......... ..........  0% 8.57M 5s
   400K .......... .......... .......... .......... ..........  0% 10.4M 5s
   450K .......... .......... .......... .......... ..........  1% 16.7M 5s
   500K .......... .......... .......... .......... ..........  1% 8.36M 5s
   550K .......... .......... .......... .......... ..........  1% 10.4M 5s
   600K .......... .......... .......... .......... ..........  1% 24.9M 5s
   650K .......... .......... .......... .......... ..........  1% 8.17M 5s
   700K .......... .......... .......... .......... ..........  1% 15.1M 5s
   750K .......... .......... .......... .......... ..........  1% 11.3M 5s
   800K .......... .......... .......... .......... ..........  1% 8.45M 5s
   850K .......... .......... .......... .......... ..........  1% 42.1M 4s
   900K .......... .......... .......... .......... ..........  2% 8.88M 4s
   950K .......... .......... .......... .......... ..........  2% 37.8M 4s
  1000K .......... .......... .......... .......... ..........  2% 9.21M 4s
  1050K .......... .......... .......... .......... ..........  2% 8.19M 4s
  1100K .......... .......... .......... .......... ..........  2% 73.4M 4s
  1150K .......... .......... .......... .......... ..........  2% 8.39M 4s
  1200K .......... .......... .......... .......... ..........  2% 75.7M 4s
  1250K .......... .......... .......... .......... ..........  2% 8.51M 4s
  1300K .......... .......... .......... .......... ..........  2% 59.7M 4s
  1350K .......... .......... .......... .......... ..........  3% 9.14M 4s
  1400K .......... .......... .......... .......... ..........  3% 68.3M 4s
  1450K .......... .......... .......... .......... ..........  3% 9.38M 4s
  1500K .......... .......... .......... .......... ..........  3% 46.8M 4s
  1550K .......... .......... .......... .......... ..........  3% 9.27M 4s
  1600K .......... .......... .......... .......... ..........  3% 72.9M 4s
  1650K .......... .......... .......... .......... ..........  3% 8.86M 4s
  1700K .......... .......... .......... .......... ..........  3% 68.7M 4s
  1750K .......... .......... .......... .......... ..........  3% 8.84M 4s
  1800K .......... .......... .......... .......... ..........  4% 87.7M 4s
  1850K .......... .......... .......... .......... ..........  4% 73.3M 3s
  1900K .......... .......... .......... .......... ..........  4% 9.19M 3s
  1950K .......... .......... .......... .......... ..........  4% 52.7M 3s
  2000K .......... .......... .......... .......... ..........  4% 51.5M 3s
  2050K .......... .......... .......... .......... ..........  4% 10.8M 3s
  2100K .......... .......... .......... .......... ..........  4% 87.3M 3s
  2150K .......... .......... .......... .......... ..........  4% 8.93M 3s
  2200K .......... .......... .......... .......... ..........  4% 88.8M 3s
  2250K .......... .......... .......... .......... ..........  5% 63.9M 3s
  2300K .......... .......... .......... .......... ..........  5% 9.49M 3s
  2350K .......... .......... .......... .......... ..........  5% 83.0M 3s
  2400K .......... .......... .......... .......... ..........  5% 84.0M 3s
  2450K .......... .......... .......... .......... ..........  5% 9.23M 3s
  2500K .......... .......... .......... .......... ..........  5%  111M 3s
  2550K .......... .......... .......... .......... ..........  5%  113M 3s
  2600K .......... .......... .......... .......... ..........  5% 9.06M 3s
  2650K .......... .......... .......... .......... ..........  5%  115M 3s
  2700K .......... .......... .......... .......... ..........  6%  101M 3s
  2750K .......... .......... .......... .......... ..........  6% 9.10M 3s
  2800K .......... .......... .......... .......... ..........  6%  111M 3s
  2850K .......... .......... .......... .......... ..........  6%  135M 3s
  2900K .......... .......... .......... .......... ..........  6% 93.7M 3s
  2950K .......... .......... .......... .......... ..........  6% 9.56M 3s
  3000K .......... .......... .......... .......... ..........  6%  101M 3s
  3050K .......... .......... .......... .......... ..........  6% 77.1M 3s
  3100K .......... .......... .......... .......... ..........  6% 9.81M 3s
  3150K .......... .......... .......... .......... ..........  7%  126M 3s
  3200K .......... .......... .......... .......... ..........  7%  130M 3s
  3250K .......... .......... .......... .......... ..........  7% 99.9M 3s
  3300K .......... .......... .......... .......... ..........  7% 9.45M 3s
  3350K .......... .......... .......... .......... ..........  7%  117M 3s
  3400K .......... .......... .......... .......... ..........  7% 87.5M 3s
  3450K .......... .......... .......... .......... ..........  7%  120M 3s
  3500K .......... .......... .......... .......... ..........  7% 10.1M 3s
  3550K .......... .......... .......... .......... ..........  7% 99.9M 3s
  3600K .......... .......... .......... .......... ..........  8% 93.5M 3s
  3650K .......... .......... .......... .......... ..........  8%  126M 2s
  3700K .......... .......... .......... .......... ..........  8% 10.1M 2s
  3750K .......... .......... .......... .......... ..........  8%  116M 2s
  3800K .......... .......... .......... .......... ..........  8% 90.9M 2s
  3850K .......... .......... .......... .......... ..........  8%  125M 2s
  3900K .......... .......... .......... .......... ..........  8% 9.49M 2s
  3950K .......... .......... .......... .......... ..........  8% 84.3M 2s
  4000K .......... .......... .......... .......... ..........  8% 69.2M 2s
  4050K .......... .......... .......... .......... ..........  9%  109M 2s
  4100K .......... .......... .......... .......... ..........  9% 79.0M 2s
  4150K .......... .......... .......... .......... ..........  9% 11.9M 2s
  4200K .......... .......... .......... .......... ..........  9% 97.5M 2s
  4250K .......... .......... .......... .......... ..........  9% 87.2M 2s
  4300K .......... .......... .......... .......... ..........  9%  133M 2s
  4350K .......... .......... .......... .......... ..........  9% 21.9M 2s
  4400K .......... .......... .......... .......... ..........  9% 18.7M 2s
  4450K .......... .......... .......... .......... ..........  9%  144M 2s
  4500K .......... .......... .......... .......... .......... 10% 58.8M 2s
  4550K .......... .......... .......... .......... .......... 10%  154M 2s
  4600K .......... .......... .......... .......... .......... 10% 22.2M 2s
  4650K .......... .......... .......... .......... .......... 10% 18.2M 2s
  4700K .......... .......... .......... .......... .......... 10%  160M 2s
  4750K .......... .......... .......... .......... .......... 10% 63.0M 2s
  4800K .......... .......... .......... .......... .......... 10%  155M 2s
  4850K .......... .......... .......... .......... .......... 10% 20.5M 2s
  4900K .......... .......... .......... .......... .......... 10% 19.6M 2s
  4950K .......... .......... .......... .......... .......... 11%  150M 2s
  5000K .......... .......... .......... .......... .......... 11%  142M 2s
  5050K .......... .......... .......... .......... .......... 11% 62.0M 2s
  5100K .......... .......... .......... .......... .......... 11% 20.4M 2s
  5150K .......... .......... .......... .......... .......... 11% 19.7M 2s
  5200K .......... .......... .......... .......... .......... 11%  150M 2s
  5250K .......... .......... .......... .......... .......... 11% 40.1M 2s
  5300K .......... .......... .......... .......... .......... 11%  148M 2s
  5350K .......... .......... .......... .......... .......... 11% 23.4M 2s
  5400K .......... .......... .......... .......... .......... 12% 20.7M 2s
  5450K .......... .......... .......... .......... .......... 12%  106M 2s
  5500K .......... .......... .......... .......... .......... 12% 36.2M 2s
  5550K .......... .......... .......... .......... .......... 12%  124M 2s
  5600K .......... .......... .......... .......... .......... 12%  108M 2s
  5650K .......... .......... .......... .......... .......... 12% 39.1M 2s
  5700K .......... .......... .......... .......... .......... 12%  104M 2s
  5750K .......... .......... .......... .......... .......... 12% 21.1M 2s
  5800K .......... .......... .......... .......... .......... 12% 35.7M 2s
  5850K .......... .......... .......... .......... .......... 13%  133M 2s
  5900K .......... .......... .......... .......... .......... 13%  155M 2s
  5950K .......... .......... .......... .......... .......... 13%  115M 2s
  6000K .......... .......... .......... .......... .......... 13% 37.5M 2s
  6050K .......... .......... .......... .......... .......... 13% 20.1M 2s
  6100K .......... .......... .......... .......... .......... 13% 36.7M 2s
  6150K .......... .......... .......... .......... .......... 13%  127M 2s
  6200K .......... .......... .......... .......... .......... 13%  155M 2s
  6250K .......... .......... .......... .......... .......... 13%  153M 2s
  6300K .......... .......... .......... .......... .......... 14% 30.8M 2s
  6350K .......... .......... .......... .......... .......... 14% 19.4M 2s
  6400K .......... .......... .......... .......... .......... 14%  149M 2s
  6450K .......... .......... .......... .......... .......... 14% 35.6M 2s
  6500K .......... .......... .......... .......... .......... 14% 83.2M 2s
  6550K .......... .......... .......... .......... .......... 14% 30.5M 2s
  6600K .......... .......... .......... .......... .......... 14% 80.4M 2s
  6650K .......... .......... .......... .......... .......... 14% 71.6M 2s
  6700K .......... .......... .......... .......... .......... 14% 78.9M 2s
  6750K .......... .......... .......... .......... .......... 15% 23.2M 2s
  6800K .......... .......... .......... .......... .......... 15% 83.0M 2s
  6850K .......... .......... .......... .......... .......... 15% 46.6M 2s
  6900K .......... .......... .......... .......... .......... 15% 90.1M 2s
  6950K .......... .......... .......... .......... .......... 15% 30.9M 2s
  7000K .......... .......... .......... .......... .......... 15% 76.7M 2s
  7050K .......... .......... .......... .......... .......... 15% 73.2M 2s
  7100K .......... .......... .......... .......... .......... 15% 39.4M 2s
  7150K .......... .......... .......... .......... .......... 15% 78.8M 2s
  7200K .......... .......... .......... .......... .......... 16% 62.0M 2s
  7250K .......... .......... .......... .......... .......... 16% 47.0M 2s
  7300K .......... .......... .......... .......... .......... 16%  148M 2s
  7350K .......... .......... .......... .......... .......... 16%  133M 2s
  7400K .......... .......... .......... .......... .......... 16% 56.4M 2s
  7450K .......... .......... .......... .......... .......... 16% 19.4M 2s
  7500K .......... .......... .......... .......... .......... 16%  108M 2s
  7550K .......... .......... .......... .......... .......... 16% 68.0M 2s
  7600K .......... .......... .......... .......... .......... 16% 78.8M 2s
  7650K .......... .......... .......... .......... .......... 17% 42.0M 2s
  7700K .......... .......... .......... .......... .......... 17% 60.0M 2s
  7750K .......... .......... .......... .......... .......... 17% 71.0M 2s
  7800K .......... .......... .......... .......... .......... 17% 80.7M 1s
  7850K .......... .......... .......... .......... .......... 17% 25.4M 1s
  7900K .......... .......... .......... .......... .......... 17% 55.0M 1s
  7950K .......... .......... .......... .......... .......... 17% 80.4M 1s
  8000K .......... .......... .......... .......... .......... 17% 61.9M 1s
  8050K .......... .......... .......... .......... .......... 17% 76.1M 1s
  8100K .......... .......... .......... .......... .......... 18% 54.9M 1s
  8150K .......... .......... .......... .......... .......... 18% 23.9M 1s
  8200K .......... .......... .......... .......... .......... 18% 83.9M 1s
  8250K .......... .......... .......... .......... .......... 18% 59.5M 1s
  8300K .......... .......... .......... .......... .......... 18% 81.7M 1s
  8350K .......... .......... .......... .......... .......... 18% 69.5M 1s
  8400K .......... .......... .......... .......... .......... 18%  152M 1s
  8450K .......... .......... .......... .......... .......... 18%  157M 1s
  8500K .......... .......... .......... .......... .......... 18% 95.4M 1s
  8550K .......... .......... .......... .......... .......... 19%  102M 1s
  8600K .......... .......... .......... .......... .......... 19%  155M 1s
  8650K .......... .......... .......... .......... .......... 19%  116M 1s
  8700K .......... .......... .......... .......... .......... 19% 34.7M 1s
  8750K .......... .......... .......... .......... .......... 19% 50.7M 1s
  8800K .......... .......... .......... .......... .......... 19% 74.9M 1s
  8850K .......... .......... .......... .......... .......... 19% 70.6M 1s
  8900K .......... .......... .......... .......... .......... 19% 88.6M 1s
  8950K .......... .......... .......... .......... .......... 19% 83.8M 1s
  9000K .......... .......... .......... .......... .......... 20% 74.7M 1s
  9050K .......... .......... .......... .......... .......... 20% 88.0M 1s
  9100K .......... .......... .......... .......... .......... 20% 76.7M 1s
  9150K .......... .......... .......... .......... .......... 20% 91.8M 1s
  9200K .......... .......... .......... .......... .......... 20% 14.9M 1s
  9250K .......... .......... .......... .......... .......... 20% 88.3M 1s
  9300K .......... .......... .......... .......... .......... 20% 68.9M 1s
  9350K .......... .......... .......... .......... .......... 20% 83.3M 1s
  9400K .......... .......... .......... .......... .......... 20% 66.8M 1s
  9450K .......... .......... .......... .......... .......... 21% 84.0M 1s
  9500K .......... .......... .......... .......... .......... 21% 74.9M 1s
  9550K .......... .......... .......... .......... .......... 21% 82.3M 1s
  9600K .......... .......... .......... .......... .......... 21% 81.1M 1s
  9650K .......... .......... .......... .......... .......... 21% 57.6M 1s
  9700K .......... .......... .......... .......... .......... 21% 71.0M 1s
  9750K .......... .......... .......... .......... .......... 21% 85.5M 1s
  9800K .......... .......... .......... .......... .......... 21% 64.8M 1s
  9850K .......... .......... .......... .......... .......... 21% 85.1M 1s
  9900K .......... .......... .......... .......... .......... 22% 80.7M 1s
  9950K .......... .......... .......... .......... .......... 22% 92.8M 1s
 10000K .......... .......... .......... .......... .......... 22% 72.2M 1s
 10050K .......... .......... .......... .......... .......... 22% 81.4M 1s
 10100K .......... .......... .......... .......... .......... 22% 79.9M 1s
 10150K .......... .......... .......... .......... .......... 22% 84.8M 1s
 10200K .......... .......... .......... .......... .......... 22% 11.1M 1s
 10250K .......... .......... .......... .......... .......... 22% 95.2M 1s
 10300K .......... .......... .......... .......... .......... 22%  116M 1s
 10350K .......... .......... .......... .......... .......... 23%  100M 1s
 10400K .......... .......... .......... .......... .......... 23% 87.8M 1s
 10450K .......... .......... .......... .......... .......... 23%  105M 1s
 10500K .......... .......... .......... .......... .......... 23% 88.6M 1s
 10550K .......... .......... .......... .......... .......... 23% 83.2M 1s
 10600K .......... .......... .......... .......... .......... 23% 81.8M 1s
 10650K .......... .......... .......... .......... .......... 23% 85.5M 1s
 10700K .......... .......... .......... .......... .......... 23% 59.5M 1s
 10750K .......... .......... .......... .......... .......... 23% 83.9M 1s
 10800K .......... .......... .......... .......... .......... 24% 75.0M 1s
 10850K .......... .......... .......... .......... .......... 24% 94.3M 1s
 10900K .......... .......... .......... .......... .......... 24% 85.5M 1s
 10950K .......... .......... .......... .......... .......... 24% 82.5M 1s
 11000K .......... .......... .......... .......... .......... 24% 83.0M 1s
 11050K .......... .......... .......... .......... .......... 24% 86.6M 1s
 11100K .......... .......... .......... .......... .......... 24% 64.1M 1s
 11150K .......... .......... .......... .......... .......... 24% 70.9M 1s
 11200K .......... .......... .......... .......... .......... 24% 69.5M 1s
 11250K .......... .......... .......... .......... .......... 25% 20.2M 1s
 11300K .......... .......... .......... .......... .......... 25% 82.6M 1s
 11350K .......... .......... .......... .......... .......... 25% 67.9M 1s
 11400K .......... .......... .......... .......... .......... 25% 83.0M 1s
 11450K .......... .......... .......... .......... .......... 25% 68.0M 1s
 11500K .......... .......... .......... .......... .......... 25% 81.0M 1s
 11550K .......... .......... .......... .......... .......... 25% 67.9M 1s
 11600K .......... .......... .......... .......... .......... 25% 83.3M 1s
 11650K .......... .......... .......... .......... .......... 25% 78.8M 1s
 11700K .......... .......... .......... .......... .......... 26% 83.3M 1s
 11750K .......... .......... .......... .......... .......... 26% 74.5M 1s
 11800K .......... .......... .......... .......... .......... 26% 81.1M 1s
 11850K .......... .......... .......... .......... .......... 26% 80.7M 1s
 11900K .......... .......... .......... .......... .......... 26% 90.1M 1s
 11950K .......... .......... .......... .......... .......... 26% 71.0M 1s
 12000K .......... .......... .......... .......... .......... 26% 88.3M 1s
 12050K .......... .......... .......... .......... .......... 26% 75.4M 1s
 12100K .......... .......... .......... .......... .......... 26% 85.2M 1s
 12150K .......... .......... .......... .......... .......... 27% 80.6M 1s
 12200K .......... .......... .......... .......... .......... 27% 82.5M 1s
 12250K .......... .......... .......... .......... .......... 27% 42.8M 1s
 12300K .......... .......... .......... .......... .......... 27%  117M 1s
 12350K .......... .......... .......... .......... .......... 27%  121M 1s
 12400K .......... .......... .......... .......... .......... 27%  156M 1s
 12450K .......... .......... .......... .......... .......... 27% 81.5M 1s
 12500K .......... .......... .......... .......... .......... 27% 81.0M 1s
 12550K .......... .......... .......... .......... .......... 27% 73.2M 1s
 12600K .......... .......... .......... .......... .......... 28% 83.8M 1s
 12650K .......... .......... .......... .......... .......... 28% 72.7M 1s
 12700K .......... .......... .......... .......... .......... 28% 84.0M 1s
 12750K .......... .......... .......... .......... .......... 28% 75.2M 1s
 12800K .......... .......... .......... .......... .......... 28% 84.3M 1s
 12850K .......... .......... .......... .......... .......... 28% 76.2M 1s
 12900K .......... .......... .......... .......... .......... 28% 83.8M 1s
 12950K .......... .......... .......... .......... .......... 28% 78.6M 1s
 13000K .......... .......... .......... .......... .......... 28% 95.7M 1s
 13050K .......... .......... .......... .......... .......... 28%  134M 1s
 13100K .......... .......... .......... .......... .......... 29% 84.5M 1s
 13150K .......... .......... .......... .......... .......... 29% 89.9M 1s
 13200K .......... .......... .......... .......... .......... 29% 76.9M 1s
 13250K .......... .......... .......... .......... .......... 29% 90.6M 1s
 13300K .......... .......... .......... .......... .......... 29% 39.9M 1s
 13350K .......... .......... .......... .......... .......... 29% 87.3M 1s
 13400K .......... .......... .......... .......... .......... 29% 74.0M 1s
 13450K .......... .......... .......... .......... .......... 29% 91.3M 1s
 13500K .......... .......... .......... .......... .......... 29% 80.8M 1s
 13550K .......... .......... .......... .......... .......... 30% 90.4M 1s
 13600K .......... .......... .......... .......... .......... 30% 77.5M 1s
 13650K .......... .......... .......... .......... .......... 30%  101M 1s
 13700K .......... .......... .......... .......... .......... 30% 92.8M 1s
 13750K .......... .......... .......... .......... .......... 30% 80.6M 1s
 13800K .......... .......... .......... .......... .......... 30%  102M 1s
 13850K .......... .......... .......... .......... .......... 30% 78.6M 1s
 13900K .......... .......... .......... .......... .......... 30%  103M 1s
 13950K .......... .......... .......... .......... .......... 30% 91.1M 1s
 14000K .......... .......... .......... .......... .......... 31% 73.8M 1s
 14050K .......... .......... .......... .......... .......... 31% 89.8M 1s
 14100K .......... .......... .......... .......... .......... 31% 77.4M 1s
 14150K .......... .......... .......... .......... .......... 31%  128M 1s
 14200K .......... .......... .......... .......... .......... 31%  139M 1s
 14250K .......... .......... .......... .......... .......... 31%  110M 1s
 14300K .......... .......... .......... .......... .......... 31% 48.2M 1s
 14350K .......... .......... .......... .......... .......... 31% 86.3M 1s
 14400K .......... .......... .......... .......... .......... 31%  102M 1s
 14450K .......... .......... .......... .......... .......... 32% 73.0M 1s
 14500K .......... .......... .......... .......... .......... 32% 68.6M 1s
 14550K .......... .......... .......... .......... .......... 32% 84.0M 1s
 14600K .......... .......... .......... .......... .......... 32% 66.9M 1s
 14650K .......... .......... .......... .......... .......... 32% 93.2M 1s
 14700K .......... .......... .......... .......... .......... 32% 97.5M 1s
 14750K .......... .......... .......... .......... .......... 32% 61.2M 1s
 14800K .......... .......... .......... .......... .......... 32% 81.7M 1s
 14850K .......... .......... .......... .......... .......... 32% 78.8M 1s
 14900K .......... .......... .......... .......... .......... 33% 78.1M 1s
 14950K .......... .......... .......... .......... .......... 33% 70.6M 1s
 15000K .......... .......... .......... .......... .......... 33% 79.5M 1s
 15050K .......... .......... .......... .......... .......... 33% 78.5M 1s
 15100K .......... .......... .......... .......... .......... 33% 83.8M 1s
 15150K .......... .......... .......... .......... .......... 33% 74.3M 1s
 15200K .......... .......... .......... .......... .......... 33% 83.2M 1s
 15250K .......... .......... .......... .......... .......... 33% 76.9M 1s
 15300K .......... .......... .......... .......... .......... 33% 84.3M 1s
 15350K .......... .......... .......... .......... .......... 34% 22.4M 1s
 15400K .......... .......... .......... .......... .......... 34% 74.8M 1s
 15450K .......... .......... .......... .......... .......... 34% 61.6M 1s
 15500K .......... .......... .......... .......... .......... 34% 51.4M 1s
 15550K .......... .......... .......... .......... .......... 34% 48.5M 1s
 15600K .......... .......... .......... .......... .......... 34% 53.8M 1s
 15650K .......... .......... .......... .......... .......... 34% 73.9M 1s
 15700K .......... .......... .......... .......... .......... 34% 69.1M 1s
 15750K .......... .......... .......... .......... .......... 34% 66.7M 1s
 15800K .......... .......... .......... .......... .......... 35% 72.8M 1s
 15850K .......... .......... .......... .......... .......... 35% 44.8M 1s
 15900K .......... .......... .......... .......... .......... 35% 78.4M 1s
 15950K .......... .......... .......... .......... .......... 35%  135M 1s
 16000K .......... .......... .......... .......... .......... 35%  136M 1s
 16050K .......... .......... .......... .......... .......... 35%  117M 1s
 16100K .......... .......... .......... .......... .......... 35%  110M 1s
 16150K .......... .......... .......... .......... .......... 35%  145M 1s
 16200K .......... .......... .......... .......... .......... 35%  132M 1s
 16250K .......... .......... .......... .......... .......... 36% 67.3M 1s
 16300K .......... .......... .......... .......... .......... 36% 67.3M 1s
 16350K .......... .......... .......... .......... .......... 36% 21.7M 1s
 16400K .......... .......... .......... .......... .......... 36% 59.8M 1s
 16450K .......... .......... .......... .......... .......... 36% 53.9M 1s
 16500K .......... .......... .......... .......... .......... 36% 48.6M 1s
 16550K .......... .......... .......... .......... .......... 36% 67.1M 1s
 16600K .......... .......... .......... .......... .......... 36% 75.8M 1s
 16650K .......... .......... .......... .......... .......... 36% 59.7M 1s
 16700K .......... .......... .......... .......... .......... 37% 60.5M 1s
 16750K .......... .......... .......... .......... .......... 37% 56.6M 1s
 16800K .......... .......... .......... .......... .......... 37% 53.5M 1s
 16850K .......... .......... .......... .......... .......... 37% 87.2M 1s
 16900K .......... .......... .......... .......... .......... 37% 77.1M 1s
 16950K .......... .......... .......... .......... .......... 37% 88.1M 1s
 17000K .......... .......... .......... .......... .......... 37% 69.2M 1s
 17050K .......... .......... .......... .......... .......... 37% 79.3M 1s
 17100K .......... .......... .......... .......... .......... 37% 82.3M 1s
 17150K .......... .......... .......... .......... .......... 38% 79.3M 1s
 17200K .......... .......... .......... .......... .......... 38%  119M 1s
 17250K .......... .......... .......... .......... .......... 38%  154M 1s
 17300K .......... .......... .......... .......... .......... 38%  135M 1s
 17350K .......... .......... .......... .......... .......... 38%  116M 1s
 17400K .......... .......... .......... .......... .......... 38% 50.8M 1s
 17450K .......... .......... .......... .......... .......... 38%  106M 1s
 17500K .......... .......... .......... .......... .......... 38% 87.3M 1s
 17550K .......... .......... .......... .......... .......... 38% 57.9M 1s
 17600K .......... .......... .......... .......... .......... 39% 79.4M 1s
 17650K .......... .......... .......... .......... .......... 39% 85.2M 1s
 17700K .......... .......... .......... .......... .......... 39% 86.3M 1s
 17750K .......... .......... .......... .......... .......... 39% 81.2M 1s
 17800K .......... .......... .......... .......... .......... 39%  105M 1s
 17850K .......... .......... .......... .......... .......... 39%  140M 1s
 17900K .......... .......... .......... .......... .......... 39% 90.8M 1s
 17950K .......... .......... .......... .......... .......... 39%  145M 1s
 18000K .......... .......... .......... .......... .......... 39%  131M 1s
 18050K .......... .......... .......... .......... .......... 40%  101M 1s
 18100K .......... .......... .......... .......... .......... 40%  131M 1s
 18150K .......... .......... .......... .......... .......... 40%  127M 1s
 18200K .......... .......... .......... .......... .......... 40% 91.1M 1s
 18250K .......... .......... .......... .......... .......... 40%  124M 1s
 18300K .......... .......... .......... .......... .......... 40%  126M 1s
 18350K .......... .......... .......... .......... .......... 40%  125M 1s
 18400K .......... .......... .......... .......... .......... 40% 24.1M 1s
 18450K .......... .......... .......... .......... .......... 40%  105M 1s
 18500K .......... .......... .......... .......... .......... 41%  135M 1s
 18550K .......... .......... .......... .......... .......... 41%  149M 1s
 18600K .......... .......... .......... .......... .......... 41%  152M 1s
 18650K .......... .......... .......... .......... .......... 41% 93.9M 1s
 18700K .......... .......... .......... .......... .......... 41%  120M 1s
 18750K .......... .......... .......... .......... .......... 41%  143M 1s
 18800K .......... .......... .......... .......... .......... 41% 97.3M 1s
 18850K .......... .......... .......... .......... .......... 41%  136M 1s
 18900K .......... .......... .......... .......... .......... 41%  133M 1s
 18950K .......... .......... .......... .......... .......... 42%  134M 1s
 19000K .......... .......... .......... .......... .......... 42%  155M 1s
 19050K .......... .......... .......... .......... .......... 42%  155M 1s
 19100K .......... .......... .......... .......... .......... 42%  136M 1s
 19150K .......... .......... .......... .......... .......... 42%  121M 1s
 19200K .......... .......... .......... .......... .......... 42%  129M 1s
 19250K .......... .......... .......... .......... .......... 42%  148M 1s
 19300K .......... .......... .......... .......... .......... 42% 22.6M 1s
 19350K .......... .......... .......... .......... .......... 42%  144M 1s
 19400K .......... .......... .......... .......... .......... 43%  115M 1s
 19450K .......... .......... .......... .......... .......... 43% 49.3M 1s
 19500K .......... .......... .......... .......... .......... 43%  115M 1s
 19550K .......... .......... .......... .......... .......... 43%  127M 1s
 19600K .......... .......... .......... .......... .......... 43%  126M 1s
 19650K .......... .......... .......... .......... .......... 43%  141M 1s
 19700K .......... .......... .......... .......... .......... 43%  105M 1s
 19750K .......... .......... .......... .......... .......... 43%  127M 1s
 19800K .......... .......... .......... .......... .......... 43% 27.3M 1s
 19850K .......... .......... .......... .......... .......... 44% 36.6M 1s
 19900K .......... .......... .......... .......... .......... 44%  152M 1s
 19950K .......... .......... .......... .......... .......... 44%  156M 1s
 20000K .......... .......... .......... .......... .......... 44% 91.8M 1s
 20050K .......... .......... .......... .......... .......... 44%  156M 1s
 20100K .......... .......... .......... .......... .......... 44%  156M 1s
 20150K .......... .......... .......... .......... .......... 44%  154M 1s
 20200K .......... .......... .......... .......... .......... 44%  122M 1s
 20250K .......... .......... .......... .......... .......... 44% 38.8M 1s
 20300K .......... .......... .......... .......... .......... 45% 39.9M 1s
 20350K .......... .......... .......... .......... .......... 45% 40.4M 1s
 20400K .......... .......... .......... .......... .......... 45% 98.6M 1s
 20450K .......... .......... .......... .......... .......... 45% 30.3M 1s
 20500K .......... .......... .......... .......... .......... 45%  143M 1s
 20550K .......... .......... .......... .......... .......... 45%  135M 1s
 20600K .......... .......... .......... .......... .......... 45%  124M 1s
 20650K .......... .......... .......... .......... .......... 45%  145M 1s
 20700K .......... .......... .......... .......... .......... 45%  123M 1s
 20750K .......... .......... .......... .......... .......... 46%  148M 1s
 20800K .......... .......... .......... .......... .......... 46% 65.4M 1s
 20850K .......... .......... .......... .......... .......... 46% 38.6M 1s
 20900K .......... .......... .......... .......... .......... 46%  136M 1s
 20950K .......... .......... .......... .......... .......... 46%  151M 1s
 21000K .......... .......... .......... .......... .......... 46%  131M 1s
 21050K .......... .......... .......... .......... .......... 46%  100M 1s
 21100K .......... .......... .......... .......... .......... 46%  151M 1s
 21150K .......... .......... .......... .......... .......... 46%  147M 1s
 21200K .......... .......... .......... .......... .......... 47%  133M 1s
 21250K .......... .......... .......... .......... .......... 47% 35.8M 1s
 21300K .......... .......... .......... .......... .......... 47% 42.3M 1s
 21350K .......... .......... .......... .......... .......... 47%  139M 1s
 21400K .......... .......... .......... .......... .......... 47% 42.9M 1s
 21450K .......... .......... .......... .......... .......... 47%  153M 1s
 21500K .......... .......... .......... .......... .......... 47% 47.1M 1s
 21550K .......... .......... .......... .......... .......... 47%  143M 1s
 21600K .......... .......... .......... .......... .......... 47%  128M 1s
 21650K .......... .......... .......... .......... .......... 48%  143M 1s
 21700K .......... .......... .......... .......... .......... 48%  140M 1s
 21750K .......... .......... .......... .......... .......... 48% 54.0M 1s
 21800K .......... .......... .......... .......... .......... 48% 39.7M 1s
 21850K .......... .......... .......... .......... .......... 48%  123M 1s
 21900K .......... .......... .......... .......... .......... 48% 44.1M 1s
 21950K .......... .......... .......... .......... .......... 48%  151M 1s
 22000K .......... .......... .......... .......... .......... 48% 62.1M 1s
 22050K .......... .......... .......... .......... .......... 48%  117M 1s
 22100K .......... .......... .......... .......... .......... 49%  143M 1s
 22150K .......... .......... .......... .......... .......... 49%  142M 1s
 22200K .......... .......... .......... .......... .......... 49%  122M 1s
 22250K .......... .......... .......... .......... .......... 49% 45.3M 1s
 22300K .......... .......... .......... .......... .......... 49%  132M 1s
 22350K .......... .......... .......... .......... .......... 49% 42.3M 1s
 22400K .......... .......... .......... .......... .......... 49% 40.6M 1s
 22450K .......... .......... .......... .......... .......... 49%  133M 1s
 22500K .......... .......... .......... .......... .......... 49% 27.9M 1s
 22550K .......... .......... .......... .......... .......... 50%  105M 1s
 22600K .......... .......... .......... .......... .......... 50%  131M 1s
 22650K .......... .......... .......... .......... .......... 50%  128M 1s
 22700K .......... .......... .......... .......... .......... 50%  121M 1s
 22750K .......... .......... .......... .......... .......... 50%  147M 1s
 22800K .......... .......... .......... .......... .......... 50%  126M 1s
 22850K .......... .......... .......... .......... .......... 50% 94.4M 0s
 22900K .......... .......... .......... .......... .......... 50% 38.7M 0s
 22950K .......... .......... .......... .......... .......... 50%  139M 0s
 23000K .......... .......... .......... .......... .......... 51% 52.4M 0s
 23050K .......... .......... .......... .......... .......... 51%  154M 0s
 23100K .......... .......... .......... .......... .......... 51% 40.5M 0s
 23150K .......... .......... .......... .......... .......... 51%  144M 0s
 23200K .......... .......... .......... .......... .......... 51%  138M 0s
 23250K .......... .......... .......... .......... .......... 51%  156M 0s
 23300K .......... .......... .......... .......... .......... 51% 22.8M 0s
 23350K .......... .......... .......... .......... .......... 51%  122M 0s
 23400K .......... .......... .......... .......... .......... 51% 77.3M 0s
 23450K .......... .......... .......... .......... .......... 52%  134M 0s
 23500K .......... .......... .......... .......... .......... 52% 47.5M 0s
 23550K .......... .......... .......... .......... .......... 52% 23.8M 0s
 23600K .......... .......... .......... .......... .......... 52%  133M 0s
 23650K .......... .......... .......... .......... .......... 52%  140M 0s
 23700K .......... .......... .......... .......... .......... 52%  126M 0s
 23750K .......... .......... .......... .......... .......... 52%  126M 0s
 23800K .......... .......... .......... .......... .......... 52%  101M 0s
 23850K .......... .......... .......... .......... .......... 52%  147M 0s
 23900K .......... .......... .......... .......... .......... 53% 99.0M 0s
 23950K .......... .......... .......... .......... .......... 53%  138M 0s
 24000K .......... .......... .......... .......... .......... 53% 36.8M 0s
 24050K .......... .......... .......... .......... .......... 53% 99.0M 0s
 24100K .......... .......... .......... .......... .......... 53% 63.6M 0s
 24150K .......... .......... .......... .......... .......... 53%  103M 0s
 24200K .......... .......... .......... .......... .......... 53%  137M 0s
 24250K .......... .......... .......... .......... .......... 53%  144M 0s
 24300K .......... .......... .......... .......... .......... 53% 37.5M 0s
 24350K .......... .......... .......... .......... .......... 54%  113M 0s
 24400K .......... .......... .......... .......... .......... 54% 90.8M 0s
 24450K .......... .......... .......... .......... .......... 54% 72.1M 0s
 24500K .......... .......... .......... .......... .......... 54% 46.6M 0s
 24550K .......... .......... .......... .......... .......... 54% 32.7M 0s
 24600K .......... .......... .......... .......... .......... 54% 86.1M 0s
 24650K .......... .......... .......... .......... .......... 54% 96.9M 0s
 24700K .......... .......... .......... .......... .......... 54% 97.3M 0s
 24750K .......... .......... .......... .......... .......... 54%  108M 0s
 24800K .......... .......... .......... .......... .......... 55% 74.3M 0s
 24850K .......... .......... .......... .......... .......... 55%  143M 0s
 24900K .......... .......... .......... .......... .......... 55%  105M 0s
 24950K .......... .......... .......... .......... .......... 55%  146M 0s
 25000K .......... .......... .......... .......... .......... 55% 40.7M 0s
 25050K .......... .......... .......... .......... .......... 55%  140M 0s
 25100K .......... .......... .......... .......... .......... 55% 63.6M 0s
 25150K .......... .......... .......... .......... .......... 55%  167M 0s
 25200K .......... .......... .......... .......... .......... 55%  145M 0s
 25250K .......... .......... .......... .......... .......... 56%  112M 0s
 25300K .......... .......... .......... .......... .......... 56% 40.0M 0s
 25350K .......... .......... .......... .......... .......... 56%  131M 0s
 25400K .......... .......... .......... .......... .......... 56%  142M 0s
 25450K .......... .......... .......... .......... .......... 56%  109M 0s
 25500K .......... .......... .......... .......... .......... 56% 36.9M 0s
 25550K .......... .......... .......... .......... .......... 56%  142M 0s
 25600K .......... .......... .......... .......... .......... 56% 25.8M 0s
 25650K .......... .......... .......... .......... .......... 56%  109M 0s
 25700K .......... .......... .......... .......... .......... 56%  105M 0s
 25750K .......... .......... .......... .......... .......... 57%  112M 0s
 25800K .......... .......... .......... .......... .......... 57% 84.9M 0s
 25850K .......... .......... .......... .......... .......... 57%  103M 0s
 25900K .......... .......... .......... .......... .......... 57%  130M 0s
 25950K .......... .......... .......... .......... .......... 57% 71.7M 0s
 26000K .......... .......... .......... .......... .......... 57% 40.6M 0s
 26050K .......... .......... .......... .......... .......... 57% 38.2M 0s
 26100K .......... .......... .......... .......... .......... 57%  132M 0s
 26150K .......... .......... .......... .......... .......... 57%  142M 0s
 26200K .......... .......... .......... .......... .......... 58%  131M 0s
 26250K .......... .......... .......... .......... .......... 58% 90.6M 0s
 26300K .......... .......... .......... .......... .......... 58% 89.1M 0s
 26350K .......... .......... .......... .......... .......... 58% 70.6M 0s
 26400K .......... .......... .......... .......... .......... 58%  117M 0s
 26450K .......... .......... .......... .......... .......... 58%  111M 0s
 26500K .......... .......... .......... .......... .......... 58% 41.9M 0s
 26550K .......... .......... .......... .......... .......... 58%  147M 0s
 26600K .......... .......... .......... .......... .......... 58% 21.6M 0s
 26650K .......... .......... .......... .......... .......... 59%  127M 0s
 26700K .......... .......... .......... .......... .......... 59%  140M 0s
 26750K .......... .......... .......... .......... .......... 59%  132M 0s
 26800K .......... .......... .......... .......... .......... 59%  127M 0s
 26850K .......... .......... .......... .......... .......... 59% 43.4M 0s
 26900K .......... .......... .......... .......... .......... 59%  140M 0s
 26950K .......... .......... .......... .......... .......... 59%  155M 0s
 27000K .......... .......... .......... .......... .......... 59%  118M 0s
 27050K .......... .......... .......... .......... .......... 59%  152M 0s
 27100K .......... .......... .......... .......... .......... 60% 19.4M 0s
 27150K .......... .......... .......... .......... .......... 60%  138M 0s
 27200K .......... .......... .......... .......... .......... 60%  155M 0s
 27250K .......... .......... .......... .......... .......... 60%  114M 0s
 27300K .......... .......... .......... .......... .......... 60% 96.1M 0s
 27350K .......... .......... .......... .......... .......... 60% 50.5M 0s
 27400K .......... .......... .......... .......... .......... 60%  126M 0s
 27450K .......... .......... .......... .......... .......... 60%  130M 0s
 27500K .......... .......... .......... .......... .......... 60%  102M 0s
 27550K .......... .......... .......... .......... .......... 61%  115M 0s
 27600K .......... .......... .......... .......... .......... 61% 27.0M 0s
 27650K .......... .......... .......... .......... .......... 61% 21.1M 0s
 27700K .......... .......... .......... .......... .......... 61%  102M 0s
 27750K .......... .......... .......... .......... .......... 61% 74.3M 0s
 27800K .......... .......... .......... .......... .......... 61%  102M 0s
 27850K .......... .......... .......... .......... .......... 61% 86.9M 0s
 27900K .......... .......... .......... .......... .......... 61%  105M 0s
 27950K .......... .......... .......... .......... .......... 61%  107M 0s
 28000K .......... .......... .......... .......... .......... 62%  109M 0s
 28050K .......... .......... .......... .......... .......... 62%  133M 0s
 28100K .......... .......... .......... .......... .......... 62%  147M 0s
 28150K .......... .......... .......... .......... .......... 62% 31.3M 0s
 28200K .......... .......... .......... .......... .......... 62% 39.6M 0s
 28250K .......... .......... .......... .......... .......... 62%  114M 0s
 28300K .......... .......... .......... .......... .......... 62%  125M 0s
 28350K .......... .......... .......... .......... .......... 62% 86.1M 0s
 28400K .......... .......... .......... .......... .......... 62%  107M 0s
 28450K .......... .......... .......... .......... .......... 63%  104M 0s
 28500K .......... .......... .......... .......... .......... 63% 97.3M 0s
 28550K .......... .......... .......... .......... .......... 63%  119M 0s
 28600K .......... .......... .......... .......... .......... 63% 62.5M 0s
 28650K .......... .......... .......... .......... .......... 63% 41.2M 0s
 28700K .......... .......... .......... .......... .......... 63% 96.3M 0s
 28750K .......... .......... .......... .......... .......... 63% 48.4M 0s
 28800K .......... .......... .......... .......... .......... 63%  138M 0s
 28850K .......... .......... .......... .......... .......... 63%  148M 0s
 28900K .......... .......... .......... .......... .......... 64% 98.0M 0s
 28950K .......... .......... .......... .......... .......... 64%  125M 0s
 29000K .......... .......... .......... .......... .......... 64% 99.9M 0s
 29050K .......... .......... .......... .......... .......... 64% 99.4M 0s
 29100K .......... .......... .......... .......... .......... 64% 44.7M 0s
 29150K .......... .......... .......... .......... .......... 64%  111M 0s
 29200K .......... .......... .......... .......... .......... 64% 38.9M 0s
 29250K .......... .......... .......... .......... .......... 64% 40.4M 0s
 29300K .......... .......... .......... .......... .......... 64%  105M 0s
 29350K .......... .......... .......... .......... .......... 65% 70.0M 0s
 29400K .......... .......... .......... .......... .......... 65%  123M 0s
 29450K .......... .......... .......... .......... .......... 65%  137M 0s
 29500K .......... .......... .......... .......... .......... 65%  101M 0s
 29550K .......... .......... .......... .......... .......... 65% 78.6M 0s
 29600K .......... .......... .......... .......... .......... 65% 77.1M 0s
 29650K .......... .......... .......... .......... .......... 65%  123M 0s
 29700K .......... .......... .......... .......... .......... 65% 4.68M 0s
 29750K .......... .......... .......... .......... .......... 65% 47.6M 0s
 29800K .......... .......... .......... .......... .......... 66%  126M 0s
 29850K .......... .......... .......... .......... .......... 66%  106M 0s
 29900K .......... .......... .......... .......... .......... 66%  152M 0s
 29950K .......... .......... .......... .......... .......... 66%  134M 0s
 30000K .......... .......... .......... .......... .......... 66% 83.8M 0s
 30050K .......... .......... .......... .......... .......... 66% 73.0M 0s
 30100K .......... .......... .......... .......... .......... 66%  113M 0s
 30150K .......... .......... .......... .......... .......... 66%  117M 0s
 30200K .......... .......... .......... .......... .......... 66% 6.96M 0s
 30250K .......... .......... .......... .......... .......... 67% 46.1M 0s
 30300K .......... .......... .......... .......... .......... 67% 39.2M 0s
 30350K .......... .......... .......... .......... .......... 67% 51.7M 0s
 30400K .......... .......... .......... .......... .......... 67% 45.8M 0s
 30450K .......... .......... .......... .......... .......... 67% 46.4M 0s
 30500K .......... .......... .......... .......... .......... 67% 46.8M 0s
 30550K .......... .......... .......... .......... .......... 67% 70.4M 0s
 30600K .......... .......... .......... .......... .......... 67% 42.7M 0s
 30650K .......... .......... .......... .......... .......... 67% 61.0M 0s
 30700K .......... .......... .......... .......... .......... 68% 5.81M 0s
 30750K .......... .......... .......... .......... .......... 68% 71.2M 0s
 30800K .......... .......... .......... .......... .......... 68% 81.1M 0s
 30850K .......... .......... .......... .......... .......... 68% 62.1M 0s
 30900K .......... .......... .......... .......... .......... 68% 71.7M 0s
 30950K .......... .......... .......... .......... .......... 68% 81.1M 0s
 31000K .......... .......... .......... .......... .......... 68% 75.1M 0s
 31050K .......... .......... .......... .......... .......... 68% 74.5M 0s
 31100K .......... .......... .......... .......... .......... 68% 67.2M 0s
 31150K .......... .......... .......... .......... .......... 69% 51.9M 0s
 31200K .......... .......... .......... .......... .......... 69% 67.7M 0s
 31250K .......... .......... .......... .......... .......... 69% 59.9M 0s
 31300K .......... .......... .......... .......... .......... 69% 47.4M 0s
 31350K .......... .......... .......... .......... .......... 69%  104M 0s
 31400K .......... .......... .......... .......... .......... 69%  110M 0s
 31450K .......... .......... .......... .......... .......... 69% 86.6M 0s
 31500K .......... .......... .......... .......... .......... 69% 92.8M 0s
 31550K .......... .......... .......... .......... .......... 69% 98.2M 0s
 31600K .......... .......... .......... .......... .......... 70% 79.0M 0s
 31650K .......... .......... .......... .......... .......... 70% 96.9M 0s
 31700K .......... .......... .......... .......... .......... 70% 32.7M 0s
 31750K .......... .......... .......... .......... .......... 70% 91.3M 0s
 31800K .......... .......... .......... .......... .......... 70% 57.5M 0s
 31850K .......... .......... .......... .......... .......... 70% 69.6M 0s
 31900K .......... .......... .......... .......... .......... 70% 62.8M 0s
 31950K .......... .......... .......... .......... .......... 70% 88.3M 0s
 32000K .......... .......... .......... .......... .......... 70% 81.1M 0s
 32050K .......... .......... .......... .......... .......... 71%  115M 0s
 32100K .......... .......... .......... .......... .......... 71%  113M 0s
 32150K .......... .......... .......... .......... .......... 71%  140M 0s
 32200K .......... .......... .......... .......... .......... 71%  116M 0s
 32250K .......... .......... .......... .......... .......... 71%  111M 0s
 32300K .......... .......... .......... .......... .......... 71% 77.5M 0s
 32350K .......... .......... .......... .......... .......... 71% 89.1M 0s
 32400K .......... .......... .......... .......... .......... 71% 59.8M 0s
 32450K .......... .......... .......... .......... .......... 71% 88.5M 0s
 32500K .......... .......... .......... .......... .......... 72% 88.1M 0s
 32550K .......... .......... .......... .......... .......... 72%  143M 0s
 32600K .......... .......... .......... .......... .......... 72%  153M 0s
 32650K .......... .......... .......... .......... .......... 72%  116M 0s
 32700K .......... .......... .......... .......... .......... 72%  158M 0s
 32750K .......... .......... .......... .......... .......... 72% 4.61M 0s
 32800K .......... .......... .......... .......... .......... 72% 90.1M 0s
 32850K .......... .......... .......... .......... .......... 72%  126M 0s
 32900K .......... .......... .......... .......... .......... 72%  142M 0s
 32950K .......... .......... .......... .......... .......... 73%  160M 0s
 33000K .......... .......... .......... .......... .......... 73%  142M 0s
 33050K .......... .......... .......... .......... .......... 73%  133M 0s
 33100K .......... .......... .......... .......... .......... 73%  146M 0s
 33150K .......... .......... .......... .......... .......... 73%  155M 0s
 33200K .......... .......... .......... .......... .......... 73%  148M 0s
 33250K .......... .......... .......... .......... .......... 73%  126M 0s
 33300K .......... .......... .......... .......... .......... 73%  157M 0s
 33350K .......... .......... .......... .......... .......... 73%  161M 0s
 33400K .......... .......... .......... .......... .......... 74%  122M 0s
 33450K .......... .......... .......... .......... .......... 74% 79.3M 0s
 33500K .......... .......... .......... .......... .......... 74% 88.3M 0s
 33550K .......... .......... .......... .......... .......... 74% 59.0M 0s
 33600K .......... .......... .......... .......... .......... 74% 90.6M 0s
 33650K .......... .......... .......... .......... .......... 74% 53.8M 0s
 33700K .......... .......... .......... .......... .......... 74% 59.6M 0s
 33750K .......... .......... .......... .......... .......... 74% 39.0M 0s
 33800K .......... .......... .......... .......... .......... 74% 81.7M 0s
 33850K .......... .......... .......... .......... .......... 75% 80.6M 0s
 33900K .......... .......... .......... .......... .......... 75% 76.9M 0s
 33950K .......... .......... .......... .......... .......... 75% 64.9M 0s
 34000K .......... .......... .......... .......... .......... 75% 67.5M 0s
 34050K .......... .......... .......... .......... .......... 75%  145M 0s
 34100K .......... .......... .......... .......... .......... 75%  126M 0s
 34150K .......... .......... .......... .......... .......... 75%  153M 0s
 34200K .......... .......... .......... .......... .......... 75%  138M 0s
 34250K .......... .......... .......... .......... .......... 75%  141M 0s
 34300K .......... .......... .......... .......... .......... 76%  131M 0s
 34350K .......... .......... .......... .......... .......... 76%  156M 0s
 34400K .......... .......... .......... .......... .......... 76%  132M 0s
 34450K .......... .......... .......... .......... .......... 76%  133M 0s
 34500K .......... .......... .......... .......... .......... 76%  156M 0s
 34550K .......... .......... .......... .......... .......... 76%  158M 0s
 34600K .......... .......... .......... .......... .......... 76%  139M 0s
 34650K .......... .......... .......... .......... .......... 76%  110M 0s
 34700K .......... .......... .......... .......... .......... 76% 41.3M 0s
 34750K .......... .......... .......... .......... .......... 77%  123M 0s
 34800K .......... .......... .......... .......... .......... 77% 33.4M 0s
 34850K .......... .......... .......... .......... .......... 77% 68.1M 0s
 34900K .......... .......... .......... .......... .......... 77% 74.8M 0s
 34950K .......... .......... .......... .......... .......... 77% 68.1M 0s
 35000K .......... .......... .......... .......... .......... 77% 88.5M 0s
 35050K .......... .......... .......... .......... .......... 77% 72.8M 0s
 35100K .......... .......... .......... .......... .......... 77% 86.9M 0s
 35150K .......... .......... .......... .......... .......... 77% 73.0M 0s
 35200K .......... .......... .......... .......... .......... 78% 89.1M 0s
 35250K .......... .......... .......... .......... .......... 78% 66.4M 0s
 35300K .......... .......... .......... .......... .......... 78% 81.5M 0s
 35350K .......... .......... .......... .......... .......... 78% 72.8M 0s
 35400K .......... .......... .......... .......... .......... 78% 85.7M 0s
 35450K .......... .......... .......... .......... .......... 78% 70.3M 0s
 35500K .......... .......... .......... .......... .......... 78% 82.8M 0s
 35550K .......... .......... .......... .......... .......... 78% 77.9M 0s
 35600K .......... .......... .......... .......... .......... 78% 80.4M 0s
 35650K .......... .......... .......... .......... .......... 79% 72.1M 0s
 35700K .......... .......... .......... .......... .......... 79% 79.7M 0s
 35750K .......... .......... .......... .......... .......... 79% 42.6M 0s
 35800K .......... .......... .......... .......... .......... 79% 86.3M 0s
 35850K .......... .......... .......... .......... .......... 79% 34.7M 0s
 35900K .......... .......... .......... .......... .......... 79% 81.5M 0s
 35950K .......... .......... .......... .......... .......... 79%  109M 0s
 36000K .......... .......... .......... .......... .......... 79%  102M 0s
 36050K .......... .......... .......... .......... .......... 79% 99.2M 0s
 36100K .......... .......... .......... .......... .......... 80% 50.9M 0s
 36150K .......... .......... .......... .......... .......... 80% 60.8M 0s
 36200K .......... .......... .......... .......... .......... 80%  108M 0s
 36250K .......... .......... .......... .......... .......... 80% 52.1M 0s
 36300K .......... .......... .......... .......... .......... 80% 87.3M 0s
 36350K .......... .......... .......... .......... .......... 80% 47.2M 0s
 36400K .......... .......... .......... .......... .......... 80%  104M 0s
 36450K .......... .......... .......... .......... .......... 80% 38.7M 0s
 36500K .......... .......... .......... .......... .......... 80% 83.2M 0s
 36550K .......... .......... .......... .......... .......... 81% 71.1M 0s
 36600K .......... .......... .......... .......... .......... 81%  135M 0s
 36650K .......... .......... .......... .......... .......... 81%  148M 0s
 36700K .......... .......... .......... .......... .......... 81%  121M 0s
 36750K .......... .......... .......... .......... .......... 81%  153M 0s
 36800K .......... .......... .......... .......... .......... 81%  131M 0s
 36850K .......... .......... .......... .......... .......... 81% 1.15M 0s
 36900K .......... .......... .......... .......... .......... 81%  135M 0s
 36950K .......... .......... .......... .......... .......... 81%  158M 0s
 37000K .......... .......... .......... .......... .......... 82%  139M 0s
 37050K .......... .......... .......... .......... .......... 82%  149M 0s
 37100K .......... .......... .......... .......... .......... 82%  131M 0s
 37150K .......... .......... .......... .......... .......... 82% 95.4M 0s
 37200K .......... .......... .......... .......... .......... 82%  148M 0s
 37250K .......... .......... .......... .......... .......... 82% 81.7M 0s
 37300K .......... .......... .......... .......... .......... 82% 92.7M 0s
 37350K .......... .......... .......... .......... .......... 82% 83.2M 0s
 37400K .......... .......... .......... .......... .......... 82% 87.2M 0s
 37450K .......... .......... .......... .......... .......... 83% 93.7M 0s
 37500K .......... .......... .......... .......... .......... 83%  120M 0s
 37550K .......... .......... .......... .......... .......... 83% 97.9M 0s
 37600K .......... .......... .......... .......... .......... 83% 97.3M 0s
 37650K .......... .......... .......... .......... .......... 83%  106M 0s
 37700K .......... .......... .......... .......... .......... 83% 67.5M 0s
 37750K .......... .......... .......... .......... .......... 83% 54.4M 0s
 37800K .......... .......... .......... .......... .......... 83% 90.3M 0s
 37850K .......... .......... .......... .......... .......... 83% 32.6M 0s
 37900K .......... .......... .......... .......... .......... 84% 76.2M 0s
 37950K .......... .......... .......... .......... .......... 84% 81.9M 0s
 38000K .......... .......... .......... .......... .......... 84% 64.5M 0s
 38050K .......... .......... .......... .......... .......... 84%  106M 0s
 38100K .......... .......... .......... .......... .......... 84% 84.5M 0s
 38150K .......... .......... .......... .......... .......... 84% 94.1M 0s
 38200K .......... .......... .......... .......... .......... 84% 76.1M 0s
 38250K .......... .......... .......... .......... .......... 84% 77.1M 0s
 38300K .......... .......... .......... .......... .......... 84% 64.9M 0s
 38350K .......... .......... .......... .......... .......... 84% 84.2M 0s
 38400K .......... .......... .......... .......... .......... 85% 70.3M 0s
 38450K .......... .......... .......... .......... .......... 85% 61.0M 0s
 38500K .......... .......... .......... .......... .......... 85% 62.4M 0s
 38550K .......... .......... .......... .......... .......... 85% 81.4M 0s
 38600K .......... .......... .......... .......... .......... 85% 87.5M 0s
 38650K .......... .......... .......... .......... .......... 85% 83.6M 0s
 38700K .......... .......... .......... .......... .......... 85% 74.4M 0s
 38750K .......... .......... .......... .......... .......... 85% 86.9M 0s
 38800K .......... .......... .......... .......... .......... 85% 70.5M 0s
 38850K .......... .......... .......... .......... .......... 86%  126M 0s
 38900K .......... .......... .......... .......... .......... 86% 2.40M 0s
 38950K .......... .......... .......... .......... .......... 86% 26.9M 0s
 39000K .......... .......... .......... .......... .......... 86% 30.3M 0s
 39050K .......... .......... .......... .......... .......... 86% 31.9M 0s
 39100K .......... .......... .......... .......... .......... 86% 28.1M 0s
 39150K .......... .......... .......... .......... .......... 86% 35.1M 0s
 39200K .......... .......... .......... .......... .......... 86% 61.9M 0s
 39250K .......... .......... .......... .......... .......... 86% 53.3M 0s
 39300K .......... .......... .......... .......... .......... 87% 60.8M 0s
 39350K .......... .......... .......... .......... .......... 87% 53.4M 0s
 39400K .......... .......... .......... .......... .......... 87% 50.6M 0s
 39450K .......... .......... .......... .......... .......... 87% 53.1M 0s
 39500K .......... .......... .......... .......... .......... 87% 57.1M 0s
 39550K .......... .......... .......... .......... .......... 87% 70.1M 0s
 39600K .......... .......... .......... .......... .......... 87%  114M 0s
 39650K .......... .......... .......... .......... .......... 87% 94.3M 0s
 39700K .......... .......... .......... .......... .......... 87%  151M 0s
 39750K .......... .......... .......... .......... .......... 88%  113M 0s
 39800K .......... .......... .......... .......... .......... 88%  138M 0s
 39850K .......... .......... .......... .......... .......... 88%  122M 0s
 39900K .......... .......... .......... .......... .......... 88% 37.5M 0s
 39950K .......... .......... .......... .......... .......... 88%  101M 0s
 40000K .......... .......... .......... .......... .......... 88%  121M 0s
 40050K .......... .......... .......... .......... .......... 88%  125M 0s
 40100K .......... .......... .......... .......... .......... 88%  121M 0s
 40150K .......... .......... .......... .......... .......... 88%  103M 0s
 40200K .......... .......... .......... .......... .......... 89% 94.1M 0s
 40250K .......... .......... .......... .......... .......... 89% 79.1M 0s
 40300K .......... .......... .......... .......... .......... 89% 92.7M 0s
 40350K .......... .......... .......... .......... .......... 89% 89.3M 0s
 40400K .......... .......... .......... .......... .......... 89% 54.8M 0s
 40450K .......... .......... .......... .......... .......... 89% 68.9M 0s
 40500K .......... .......... .......... .......... .......... 89% 55.4M 0s
 40550K .......... .......... .......... .......... .......... 89% 44.7M 0s
 40600K .......... .......... .......... .......... .......... 89% 50.9M 0s
 40650K .......... .......... .......... .......... .......... 90% 75.0M 0s
 40700K .......... .......... .......... .......... .......... 90% 87.3M 0s
 40750K .......... .......... .......... .......... .......... 90% 94.3M 0s
 40800K .......... .......... .......... .......... .......... 90% 90.6M 0s
 40850K .......... .......... .......... .......... .......... 90% 96.9M 0s
 40900K .......... .......... .......... .......... .......... 90% 14.6M 0s
 40950K .......... .......... .......... .......... .......... 90% 4.39M 0s
 41000K .......... .......... .......... .......... .......... 90% 59.8M 0s
 41050K .......... .......... .......... .......... .......... 90% 62.9M 0s
 41100K .......... .......... .......... .......... .......... 91% 72.6M 0s
 41150K .......... .......... .......... .......... .......... 91% 67.1M 0s
 41200K .......... .......... .......... .......... .......... 91% 78.6M 0s
 41250K .......... .......... .......... .......... .......... 91% 78.8M 0s
 41300K .......... .......... .......... .......... .......... 91% 67.5M 0s
 41350K .......... .......... .......... .......... .......... 91% 68.1M 0s
 41400K .......... .......... .......... .......... .......... 91% 50.3M 0s
 41450K .......... .......... .......... .......... .......... 91% 66.1M 0s
 41500K .......... .......... .......... .......... .......... 91% 67.5M 0s
 41550K .......... .......... .......... .......... .......... 92% 68.9M 0s
 41600K .......... .......... .......... .......... .......... 92% 68.6M 0s
 41650K .......... .......... .......... .......... .......... 92% 72.1M 0s
 41700K .......... .......... .......... .......... .......... 92% 73.3M 0s
 41750K .......... .......... .......... .......... .......... 92% 72.0M 0s
 41800K .......... .......... .......... .......... .......... 92% 55.1M 0s
 41850K .......... .......... .......... .......... .......... 92% 71.9M 0s
 41900K .......... .......... .......... .......... .......... 92% 64.9M 0s
 41950K .......... .......... .......... .......... .......... 92% 32.8M 0s
 42000K .......... .......... .......... .......... .......... 93% 70.6M 0s
 42050K .......... .......... .......... .......... .......... 93% 72.1M 0s
 42100K .......... .......... .......... .......... .......... 93% 48.9M 0s
 42150K .......... .......... .......... .......... .......... 93% 69.6M 0s
 42200K .......... .......... .......... .......... .......... 93% 63.7M 0s
 42250K .......... .......... .......... .......... .......... 93% 71.3M 0s
 42300K .......... .......... .......... .......... .......... 93% 64.1M 0s
 42350K .......... .......... .......... .......... .......... 93% 68.8M 0s
 42400K .......... .......... .......... .......... .......... 93% 82.3M 0s
 42450K .......... .......... .......... .......... .......... 94%  109M 0s
 42500K .......... .......... .......... .......... .......... 94%  123M 0s
 42550K .......... .......... .......... .......... .......... 94% 23.5M 0s
 42600K .......... .......... .......... .......... .......... 94%  107M 0s
 42650K .......... .......... .......... .......... .......... 94% 56.6M 0s
 42700K .......... .......... .......... .......... .......... 94%  111M 0s
 42750K .......... .......... .......... .......... .......... 94%  124M 0s
 42800K .......... .......... .......... .......... .......... 94% 84.3M 0s
 42850K .......... .......... .......... .......... .......... 94% 6.65M 0s
 42900K .......... .......... .......... .......... .......... 95%  112M 0s
 42950K .......... .......... .......... .......... .......... 95% 92.0M 0s
 43000K .......... .......... .......... .......... .......... 95% 35.7M 0s
 43050K .......... .......... .......... .......... .......... 95% 92.7M 0s
 43100K .......... .......... .......... .......... .......... 95% 90.6M 0s
 43150K .......... .......... .......... .......... .......... 95% 19.0M 0s
 43200K .......... .......... .......... .......... .......... 95% 93.9M 0s
 43250K .......... .......... .......... .......... .......... 95%  110M 0s
 43300K .......... .......... .......... .......... .......... 95% 91.8M 0s
 43350K .......... .......... .......... .......... .......... 96%  109M 0s
 43400K .......... .......... .......... .......... .......... 96% 91.4M 0s
 43450K .......... .......... .......... .......... .......... 96% 90.3M 0s
 43500K .......... .......... .......... .......... .......... 96% 92.8M 0s
 43550K .......... .......... .......... .......... .......... 96% 15.5M 0s
 43600K .......... .......... .......... .......... .......... 96% 95.4M 0s
 43650K .......... .......... .......... .......... .......... 96% 92.8M 0s
 43700K .......... .......... .......... .......... .......... 96%  115M 0s
 43750K .......... .......... .......... .......... .......... 96%  119M 0s
 43800K .......... .......... .......... .......... .......... 97% 85.4M 0s
 43850K .......... .......... .......... .......... .......... 97% 13.1M 0s
 43900K .......... .......... .......... .......... .......... 97%  116M 0s
 43950K .......... .......... .......... .......... .......... 97%  119M 0s
 44000K .......... .......... .......... .......... .......... 97% 3.65M 0s
 44050K .......... .......... .......... .......... .......... 97% 94.4M 0s
 44100K .......... .......... .......... .......... .......... 97% 92.0M 0s
 44150K .......... .......... .......... .......... .......... 97% 76.3M 0s
 44200K .......... .......... .......... .......... .......... 97% 79.7M 0s
 44250K .......... .......... .......... .......... .......... 98% 93.7M 0s
 44300K .......... .......... .......... .......... .......... 98% 77.9M 0s
 44350K .......... .......... .......... .......... .......... 98% 73.6M 0s
 44400K .......... .......... .......... .......... .......... 98%  108M 0s
 44450K .......... .......... .......... .......... .......... 98% 87.7M 0s
 44500K .......... .......... .......... .......... .......... 98% 80.0M 0s
 44550K .......... .......... .......... .......... .......... 98% 74.4M 0s
 44600K .......... .......... .......... .......... .......... 98%  111M 0s
 44650K .......... .......... .......... .......... .......... 98%  102M 0s
 44700K .......... .......... .......... .......... .......... 99% 90.8M 0s
 44750K .......... .......... .......... .......... .......... 99%  112M 0s
 44800K .......... .......... .......... .......... .......... 99% 95.4M 0s
 44850K .......... .......... .......... .......... .......... 99% 92.8M 0s
 44900K .......... .......... .......... .......... .......... 99% 68.4M 0s
 44950K .......... .......... .......... .......... .......... 99% 18.6M 0s
 45000K .......... .......... .......... .......... .......... 99%  119M 0s
 45050K .......... .......... .......... .......... .......... 99% 5.65M 0s
 45100K .......... .......... .......... .......... .......... 99% 69.7M 0s
 45150K .......... .......... ........                        100% 80.4M=0.9s

2022-08-19 15:33:53 (46.6 MB/s) - ‘libllvm-full.zip’ saved [46262593/46262593]

[Pipeline] sh
+ unzip libllvm-full.zip -d ./vm/Contents/MacOS/Plugins
Archive:  libllvm-full.zip
  inflating: ./vm/Contents/MacOS/Plugins/libLLVM.dylib  
[Pipeline] sh
+ wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libunicorn.zip
--2022-08-19 15:33:57--  https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libunicorn.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2587592 (2.5M) [application/zip]
Saving to: ‘libunicorn.zip’

     0K .......... .......... .......... .......... ..........  1% 4.20M 1s
    50K .......... .......... .......... .......... ..........  3% 8.32M 0s
   100K .......... .......... .......... .......... ..........  5% 7.83M 0s
   150K .......... .......... .......... .......... ..........  7% 8.33M 0s
   200K .......... .......... .......... .......... ..........  9% 8.30M 0s
   250K .......... .......... .......... .......... .......... 11% 8.43M 0s
   300K .......... .......... .......... .......... .......... 13% 8.66M 0s
   350K .......... .......... .......... .......... .......... 15% 8.20M 0s
   400K .......... .......... .......... .......... .......... 17% 6.85M 0s
   450K .......... .......... .......... .......... .......... 19% 7.79M 0s
   500K .......... .......... .......... .......... .......... 21% 7.88M 0s
   550K .......... .......... .......... .......... .......... 23% 40.4M 0s
   600K .......... .......... .......... .......... .......... 25% 7.91M 0s
   650K .......... .......... .......... .......... .......... 27% 9.25M 0s
   700K .......... .......... .......... .......... .......... 29% 8.11M 0s
   750K .......... .......... .......... .......... .......... 31% 61.7M 0s
   800K .......... .......... .......... .......... .......... 33% 8.29M 0s
   850K .......... .......... .......... .......... .......... 35% 8.46M 0s
   900K .......... .......... .......... .......... .......... 37% 67.7M 0s
   950K .......... .......... .......... .......... .......... 39% 7.82M 0s
  1000K .......... .......... .......... .......... .......... 41% 9.00M 0s
  1050K .......... .......... .......... .......... .......... 43% 65.1M 0s
  1100K .......... .......... .......... .......... .......... 45% 5.89M 0s
  1150K .......... .......... .......... .......... .......... 47% 72.7M 0s
  1200K .......... .......... .......... .......... .......... 49% 8.38M 0s
  1250K .......... .......... .......... .......... .......... 51% 67.7M 0s
  1300K .......... .......... .......... .......... .......... 53% 8.85M 0s
  1350K .......... .......... .......... .......... .......... 55% 8.70M 0s
  1400K .......... .......... .......... .......... .......... 57% 73.2M 0s
  1450K .......... .......... .......... .......... .......... 59% 8.79M 0s
  1500K .......... .......... .......... .......... .......... 61% 70.5M 0s
  1550K .......... .......... .......... .......... .......... 63% 8.70M 0s
  1600K .......... .......... .......... .......... .......... 65% 72.0M 0s
  1650K .......... .......... .......... .......... .......... 67% 64.2M 0s
  1700K .......... .......... .......... .......... .......... 69% 9.31M 0s
  1750K .......... .......... .......... .......... .......... 71% 41.8M 0s
  1800K .......... .......... .......... .......... .......... 73% 9.69M 0s
  1850K .......... .......... .......... .......... .......... 75% 39.8M 0s
  1900K .......... .......... .......... .......... .......... 77% 9.50M 0s
  1950K .......... .......... .......... .......... .......... 79% 47.3M 0s
  2000K .......... .......... .......... .......... .......... 81% 47.5M 0s
  2050K .......... .......... .......... .......... .......... 83% 11.4M 0s
  2100K .......... .......... .......... .......... .......... 85% 28.9M 0s
  2150K .......... .......... .......... .......... .......... 87% 56.3M 0s
  2200K .......... .......... .......... .......... .......... 89% 9.81M 0s
  2250K .......... .......... .......... .......... .......... 91% 57.3M 0s
  2300K .......... .......... .......... .......... .......... 92% 12.1M 0s
  2350K .......... .......... .......... .......... .......... 94% 30.3M 0s
  2400K .......... .......... .......... .......... .......... 96% 47.6M 0s
  2450K .......... .......... .......... .......... .......... 98% 9.87M 0s
  2500K .......... .......... ......                          100% 56.5M=0.2s

2022-08-19 15:33:57 (12.2 MB/s) - ‘libunicorn.zip’ saved [2587592/2587592]

[Pipeline] sh
+ unzip libunicorn.zip -d ./vm/Contents/MacOS/Plugins
Archive:  libunicorn.zip
  inflating: ./vm/Contents/MacOS/Plugins/libunicorn.1.dylib  
[Pipeline] timeout
Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./vm/Contents/MacOS/Pharo --headless --logLevel=4 ./image/VMMaker.image test --junit-xml-output VMMakerTests
[DEBUG] 2022-08-19 15:33:58.000 logParameters (src/parameters.c:335):Image file name: ./image/VMMaker.image
[DEBUG] 2022-08-19 15:33:58.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2022-08-19 15:33:58.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2022-08-19 15:33:58.000 logParameterVector (src/parameters.c:325):vmParameters [count = 4]:
[DEBUG] 2022-08-19 15:33:58.000 logParameterVector (src/parameters.c:328): ./vm/Contents/MacOS/Pharo
[DEBUG] 2022-08-19 15:33:58.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2022-08-19 15:33:58.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2022-08-19 15:33:58.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2022-08-19 15:33:58.000 logParameterVector (src/parameters.c:325):imageParameters [count = 3]:
[DEBUG] 2022-08-19 15:33:58.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2022-08-19 15:33:58.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2022-08-19 15:33:58.000 logParameterVector (src/parameters.c:328): VMMakerTests
[INFO ] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:113):Opening Image: ./image/VMMaker.image
[DEBUG] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:135):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker
[DEBUG] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2022-08-19 15:33:58.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2022-08-19 15:33:58.000 runOnMainThread (src/client.c:260):Running VM on main thread
[DEBUG] 2022-08-19 15:33:58.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x116827000
[DEBUG] 2022-08-19 15:33:58.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x116985000
[DEBUG] 2022-08-19 15:33:58.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x116985000
[WARN ] 2022-08-19 15:33:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2022-08-19 15:33:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2022-08-19 15:33:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2022-08-19 15:33:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2022-08-19 15:33:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2022-08-19 15:33:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2022-08-19 15:33:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2022-08-19 15:33:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2022-08-19 15:33:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2022-08-19 15:33:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2022-08-19 15:33:58.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioNoteDisplayChangedwidthheightdepth
[WARN ] 2022-08-19 15:33:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2022-08-19 15:33:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 1 Packages
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1032 of 3800 (target: 950 (newly freed: 784
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 960 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1040 of 3800 (target: 950 (newly freed: 784
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1048 of 3928 (target: 982 (newly freed: 816
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3928 (target: 982 (newly freed: 720
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3928 (target: 982 (newly freed: 720
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3928 (target: 982 (newly freed: 720
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1048 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 664
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 816
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 880
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1040 of 3880 (target: 970 (newly freed: 880
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1032 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1040 of 3880 (target: 970 (newly freed: 880
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 880
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCancelling nested steps due to timeout
Sending interrupt signal to process
[WARN ] 2022-08-19 15:53:58.000 terminateHandler (src/debugUnix.c:92):VM terminated with signal Terminated: 15
[WARN ] 2022-08-19 15:53:58.000 terminateHandler (src/debugUnix.c:92):VM terminated with signal Terminated: 15

Terminated: 15 Fri Aug 19 15:53:58 2022


/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm/Contents/MacOS/Pharo
PharoVM version:5.0-Pharo 9.0.11-9e688828 built on Nov 25 2021 21:28:28 Compiler: 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.29) 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.29) [Production Spur 64-bit VM]
Built from: CoInterpreter * VMMaker-tonel.1 uuid: 809d4286-048e-0d00-bd40-0a820ee62e50 Nov 25 2021
 With:StackToRegisterMappingCogit * VMMaker-tonel.1 uuid: 809d4286-048e-0d00-bd40-0a820ee62e50 Nov 25 2021
 Revision: v9.0.10-1-g9e688828 - Commit: 9e688828 - Date: 2021-11-25 11:14:19 +0100

C stack backtrace & registers:
	rax 0x0000000000000004 rbx 0x0000000000000000 rcx 0x000070000f6b0f18 rdx 0x0000000000000001
	rdi 0x0000000000000903 rsi 0x0000000000000903 rbp 0x000070000f6b0f50 rsp 0x000070000f6b0f18
	r8  0x0000000000000000 r9  0x00000000001e8480 r10 0x0000000000000001 r11 0x0000000000000246
	r12 0x000000000000003c r13 0x0007bc61bca8c000 r14 0x000070000f6b0f78 r15 0x000070000f6b0f78
	rip 0x00007fff68c2a756
*0   libsystem_kernel.dylib              0x00007fff68c2a756 __semwait_signal + 10
1   libPharoVMCore.dylib                0x000000010efb4b91 reportStackState + 305
2   libPharoVMCore.dylib                0x000000010efb4a2e doReport + 190
3   libPharoVMCore.dylib                0x000000010efb4dc2 terminateHandler + 82
4   libsystem_platform.dylib            0x00007fff68cdf5fd _sigtramp + 29
5   ???                                 0x0000000000000000 0x0 + 0
6   libPharoVMCore.dylib                0x000000010eefcd19 beatStateMachine + 281
7   libsystem_pthread.dylib             0x00007fff68ceb109 _pthread_start + 148
8   libsystem_pthread.dylib             0x00007fff68ce6b8b thread_start + 15
9   ???                                 0x0000000000000000 0x0 + 0

Not in VM thread.

Most recent primitives
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:signed:
integerOfObject:at:size:s

	(Terminated: 15)
[WARN ] 2022-08-19 15:53:58.000 terminateHandler (src/debugUnix.c:98):Exiting with error code 1
script returned exit code 143
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Timeout has been exceeded

GitHub has been notified of this commit’s build result

Finished: ABORTED