Skip to content
Aborted

Console Output

Started by user tesonep@gmail.com
14:17:34 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from 9e4879f55596ac9b3fbfbce6e1f6e88fb1a8a12f
[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 9e4879f55596ac9b3fbfbce6e1f6e88fb1a8a12f (pharo-9)
Commit message: "Preparing for  v9.0.17"
 > 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 9e4879f55596ac9b3fbfbce6e1f6e88fb1a8a12f # timeout=10
 > git rev-list --no-walk 9e4879f55596ac9b3fbfbce6e1f6e88fb1a8a12f # timeout=10
[Pipeline] stash
Stashed 2 file(s)
[Pipeline] sh
+ git tag --list --points-at HEAD
expected to call java.lang.String.eachLine but wound up catching org.jenkinsci.plugins.workflow.cps.CpsClosure2.call; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/
[Pipeline] echo
Extracted versionTag: v9.0.17 is release: true
[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.17-9e4879f5
-- Commit hash 9e4879f5 : 2022-08-22 14:31:22 +0200
-- No user build settings.
-- v9.0.17 - Commit: 9e4879f5 - Date: 2022-08-22 14:31:22 +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:   7% (859/11502)
Updating files:   8% (921/11502)
Updating files:   9% (1036/11502)
Updating files:  10% (1151/11502)
Updating files:  11% (1266/11502)
Updating files:  12% (1381/11502)
Updating files:  13% (1496/11502)
Updating files:  14% (1611/11502)
Updating files:  15% (1726/11502)
Updating files:  16% (1841/11502)
Updating files:  17% (1956/11502)
Updating files:  18% (2071/11502)
Updating files:  19% (2186/11502)
Updating files:  20% (2301/11502)
Updating files:  21% (2416/11502)
Updating files:  22% (2531/11502)
Updating files:  23% (2646/11502)
Updating files:  24% (2761/11502)
Updating files:  25% (2876/11502)
Updating files:  26% (2991/11502)
Updating files:  27% (3106/11502)
Updating files:  28% (3221/11502)
Updating files:  29% (3336/11502)
Updating files:  30% (3451/11502)
Updating files:  31% (3566/11502)
Updating files:  32% (3681/11502)
Updating files:  33% (3796/11502)
Updating files:  33% (3828/11502)
Updating files:  34% (3911/11502)
Updating files:  35% (4026/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:  69% (7937/11502)
Updating files:  69% (7983/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:  85% (9842/11502)
Updating files:  86% (9892/11502)
Updating files:  87% (10007/11502)
Updating files:  88% (10122/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 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/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 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 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 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 56% complete]
-- [download 57% 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 76% complete]
-- [download 77% 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 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/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 1% complete]
-- [download 4% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% 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 27% complete]
-- [download 31% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% 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 50% 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 68% 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 83% 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 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:  89% (1185/1318)
Updating files:  90% (1187/1318)
Updating files:  91% (1200/1318)
Updating files:  92% (1213/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-23 14:20:42--  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% 3.87M 11s
    50K .......... .......... .......... .......... ..........  0% 8.28M 8s
   100K .......... .......... .......... .......... ..........  0% 51.8M 6s
   150K .......... .......... .......... .......... ..........  0% 10.1M 5s
   200K .......... .......... .......... .......... ..........  0% 51.0M 5s
   250K .......... .......... .......... .......... ..........  0% 67.1M 4s
   300K .......... .......... .......... .......... ..........  0% 10.4M 4s
   350K .......... .......... .......... .......... ..........  0% 77.0M 4s
   400K .......... .......... .......... .......... ..........  0% 80.7M 3s
   450K .......... .......... .......... .......... ..........  1% 52.6M 3s
   500K .......... .......... .......... .......... ..........  1% 9.60M 3s
   550K .......... .......... .......... .......... ..........  1% 51.6M 3s
   600K .......... .......... .......... .......... ..........  1% 81.5M 3s
   650K .......... .......... .......... .......... ..........  1% 69.0M 3s
   700K .......... .......... .......... .......... ..........  1% 73.5M 2s
   750K .......... .......... .......... .......... ..........  1% 26.6M 2s
   800K .......... .......... .......... .......... ..........  1% 48.1M 2s
   850K .......... .......... .......... .......... ..........  1% 28.3M 2s
   900K .......... .......... .......... .......... ..........  2% 95.0M 2s
   950K .......... .......... .......... .......... ..........  2% 77.6M 2s
  1000K .......... .......... .......... .......... ..........  2% 19.0M 2s
  1050K .......... .......... .......... .......... ..........  2% 75.1M 2s
  1100K .......... .......... .......... .......... ..........  2% 77.0M 2s
  1150K .......... .......... .......... .......... ..........  2% 79.8M 2s
  1200K .......... .......... .......... .......... ..........  2% 70.5M 2s
  1250K .......... .......... .......... .......... ..........  2% 40.2M 2s
  1300K .......... .......... .......... .......... ..........  2% 80.4M 2s
  1350K .......... .......... .......... .......... ..........  3% 31.4M 2s
  1400K .......... .......... .......... .......... ..........  3% 73.4M 2s
  1450K .......... .......... .......... .......... ..........  3% 44.4M 2s
  1500K .......... .......... .......... .......... ..........  3% 78.0M 2s
  1550K .......... .......... .......... .......... ..........  3% 74.0M 2s
  1600K .......... .......... .......... .......... ..........  3% 88.5M 2s
  1650K .......... .......... .......... .......... ..........  3% 57.7M 2s
  1700K .......... .......... .......... .......... ..........  3% 43.7M 2s
  1750K .......... .......... .......... .......... ..........  3% 48.5M 1s
  1800K .......... .......... .......... .......... ..........  4% 41.4M 1s
  1850K .......... .......... .......... .......... ..........  4% 74.3M 1s
  1900K .......... .......... .......... .......... ..........  4% 74.5M 1s
  1950K .......... .......... .......... .......... ..........  4% 78.8M 1s
  2000K .......... .......... .......... .......... ..........  4% 65.0M 1s
  2050K .......... .......... .......... .......... ..........  4% 40.1M 1s
  2100K .......... .......... .......... .......... ..........  4% 86.9M 1s
  2150K .......... .......... .......... .......... ..........  4% 42.7M 1s
  2200K .......... .......... .......... .......... ..........  4% 35.7M 1s
  2250K .......... .......... .......... .......... ..........  5% 80.4M 1s
  2300K .......... .......... .......... .......... ..........  5% 65.4M 1s
  2350K .......... .......... .......... .......... ..........  5% 78.0M 1s
  2400K .......... .......... .......... .......... ..........  5% 82.8M 1s
  2450K .......... .......... .......... .......... ..........  5% 39.9M 1s
  2500K .......... .......... .......... .......... ..........  5% 51.8M 1s
  2550K .......... .......... .......... .......... ..........  5% 92.5M 1s
  2600K .......... .......... .......... .......... ..........  5%  102M 1s
  2650K .......... .......... .......... .......... ..........  5% 86.0M 1s
  2700K .......... .......... .......... .......... ..........  6%  111M 1s
  2750K .......... .......... .......... .......... ..........  6% 84.9M 1s
  2800K .......... .......... .......... .......... ..........  6%  105M 1s
  2850K .......... .......... .......... .......... ..........  6% 41.7M 1s
  2900K .......... .......... .......... .......... ..........  6% 41.7M 1s
  2950K .......... .......... .......... .......... ..........  6% 42.9M 1s
  3000K .......... .......... .......... .......... ..........  6%  116M 1s
  3050K .......... .......... .......... .......... ..........  6%  125M 1s
  3100K .......... .......... .......... .......... ..........  6% 69.9M 1s
  3150K .......... .......... .......... .......... ..........  7%  109M 1s
  3200K .......... .......... .......... .......... ..........  7% 82.6M 1s
  3250K .......... .......... .......... .......... ..........  7% 41.8M 1s
  3300K .......... .......... .......... .......... ..........  7%  103M 1s
  3350K .......... .......... .......... .......... ..........  7% 44.5M 1s
  3400K .......... .......... .......... .......... ..........  7% 41.3M 1s
  3450K .......... .......... .......... .......... ..........  7%  114M 1s
  3500K .......... .......... .......... .......... ..........  7%  112M 1s
  3550K .......... .......... .......... .......... ..........  7% 25.6M 1s
  3600K .......... .......... .......... .......... ..........  8%  107M 1s
  3650K .......... .......... .......... .......... ..........  8%  117M 1s
  3700K .......... .......... .......... .......... ..........  8% 37.2M 1s
  3750K .......... .......... .......... .......... ..........  8% 36.1M 1s
  3800K .......... .......... .......... .......... ..........  8% 98.6M 1s
  3850K .......... .......... .......... .......... ..........  8%  103M 1s
  3900K .......... .......... .......... .......... ..........  8%  103M 1s
  3950K .......... .......... .......... .......... ..........  8%  119M 1s
  4000K .......... .......... .......... .......... ..........  8% 80.7M 1s
  4050K .......... .......... .......... .......... ..........  9% 38.8M 1s
  4100K .......... .......... .......... .......... ..........  9%  124M 1s
  4150K .......... .......... .......... .......... ..........  9%  126M 1s
  4200K .......... .......... .......... .......... ..........  9%  106M 1s
  4250K .......... .......... .......... .......... ..........  9%  109M 1s
  4300K .......... .......... .......... .......... ..........  9% 44.8M 1s
  4350K .......... .......... .......... .......... ..........  9%  114M 1s
  4400K .......... .......... .......... .......... ..........  9% 83.9M 1s
  4450K .......... .......... .......... .......... ..........  9% 83.6M 1s
  4500K .......... .......... .......... .......... .......... 10% 65.5M 1s
  4550K .......... .......... .......... .......... .......... 10%  108M 1s
  4600K .......... .......... .......... .......... .......... 10% 33.8M 1s
  4650K .......... .......... .......... .......... .......... 10% 7.73M 1s
  4700K .......... .......... .......... .......... .......... 10%  125M 1s
  4750K .......... .......... .......... .......... .......... 10% 62.5M 1s
  4800K .......... .......... .......... .......... .......... 10% 52.7M 1s
  4850K .......... .......... .......... .......... .......... 10% 57.4M 1s
  4900K .......... .......... .......... .......... .......... 10% 37.2M 1s
  4950K .......... .......... .......... .......... .......... 11% 41.2M 1s
  5000K .......... .......... .......... .......... .......... 11% 42.2M 1s
  5050K .......... .......... .......... .......... .......... 11% 61.0M 1s
  5100K .......... .......... .......... .......... .......... 11% 49.8M 1s
  5150K .......... .......... .......... .......... .......... 11% 50.9M 1s
  5200K .......... .......... .......... .......... .......... 11% 44.6M 1s
  5250K .......... .......... .......... .......... .......... 11% 44.6M 1s
  5300K .......... .......... .......... .......... .......... 11% 63.3M 1s
  5350K .......... .......... .......... .......... .......... 11% 59.4M 1s
  5400K .......... .......... .......... .......... .......... 12% 52.9M 1s
  5450K .......... .......... .......... .......... .......... 12% 76.2M 1s
  5500K .......... .......... .......... .......... .......... 12% 67.6M 1s
  5550K .......... .......... .......... .......... .......... 12% 75.6M 1s
  5600K .......... .......... .......... .......... .......... 12% 75.6M 1s
  5650K .......... .......... .......... .......... .......... 12% 71.5M 1s
  5700K .......... .......... .......... .......... .......... 12% 57.5M 1s
  5750K .......... .......... .......... .......... .......... 12% 69.4M 1s
  5800K .......... .......... .......... .......... .......... 12% 86.6M 1s
  5850K .......... .......... .......... .......... .......... 13%  108M 1s
  5900K .......... .......... .......... .......... .......... 13% 83.8M 1s
  5950K .......... .......... .......... .......... .......... 13%  131M 1s
  6000K .......... .......... .......... .......... .......... 13% 72.3M 1s
  6050K .......... .......... .......... .......... .......... 13% 69.0M 1s
  6100K .......... .......... .......... .......... .......... 13% 69.4M 1s
  6150K .......... .......... .......... .......... .......... 13% 75.9M 1s
  6200K .......... .......... .......... .......... .......... 13% 56.6M 1s
  6250K .......... .......... .......... .......... .......... 13% 96.1M 1s
  6300K .......... .......... .......... .......... .......... 14% 88.3M 1s
  6350K .......... .......... .......... .......... .......... 14% 78.5M 1s
  6400K .......... .......... .......... .......... .......... 14% 72.1M 1s
  6450K .......... .......... .......... .......... .......... 14%  129M 1s
  6500K .......... .......... .......... .......... .......... 14%  114M 1s
  6550K .......... .......... .......... .......... .......... 14%  103M 1s
  6600K .......... .......... .......... .......... .......... 14%  125M 1s
  6650K .......... .......... .......... .......... .......... 14% 60.7M 1s
  6700K .......... .......... .......... .......... .......... 14% 71.0M 1s
  6750K .......... .......... .......... .......... .......... 15% 52.0M 1s
  6800K .......... .......... .......... .......... .......... 15% 77.3M 1s
  6850K .......... .......... .......... .......... .......... 15% 67.8M 1s
  6900K .......... .......... .......... .......... .......... 15% 74.7M 1s
  6950K .......... .......... .......... .......... .......... 15% 59.5M 1s
  7000K .......... .......... .......... .......... .......... 15% 76.7M 1s
  7050K .......... .......... .......... .......... .......... 15% 75.6M 1s
  7100K .......... .......... .......... .......... .......... 15% 62.8M 1s
  7150K .......... .......... .......... .......... .......... 15% 84.2M 1s
  7200K .......... .......... .......... .......... .......... 16% 53.0M 1s
  7250K .......... .......... .......... .......... .......... 16% 53.0M 1s
  7300K .......... .......... .......... .......... .......... 16% 59.2M 1s
  7350K .......... .......... .......... .......... .......... 16% 86.7M 1s
  7400K .......... .......... .......... .......... .......... 16% 83.8M 1s
  7450K .......... .......... .......... .......... .......... 16% 66.3M 1s
  7500K .......... .......... .......... .......... .......... 16% 67.1M 1s
  7550K .......... .......... .......... .......... .......... 16% 33.5M 1s
  7600K .......... .......... .......... .......... .......... 16% 80.2M 1s
  7650K .......... .......... .......... .......... .......... 17% 77.0M 1s
  7700K .......... .......... .......... .......... .......... 17%  156M 1s
  7750K .......... .......... .......... .......... .......... 17% 28.1M 1s
  7800K .......... .......... .......... .......... .......... 17%  150M 1s
  7850K .......... .......... .......... .......... .......... 17% 49.4M 1s
  7900K .......... .......... .......... .......... .......... 17% 18.5M 1s
  7950K .......... .......... .......... .......... .......... 17%  156M 1s
  8000K .......... .......... .......... .......... .......... 17%  159M 1s
  8050K .......... .......... .......... .......... .......... 17%  160M 1s
  8100K .......... .......... .......... .......... .......... 18% 68.4M 1s
  8150K .......... .......... .......... .......... .......... 18% 2.04M 1s
  8200K .......... .......... .......... .......... .......... 18% 34.5M 1s
  8250K .......... .......... .......... .......... .......... 18% 45.6M 1s
  8300K .......... .......... .......... .......... .......... 18% 42.1M 1s
  8350K .......... .......... .......... .......... .......... 18% 49.5M 1s
  8400K .......... .......... .......... .......... .......... 18% 41.1M 1s
  8450K .......... .......... .......... .......... .......... 18% 32.8M 1s
  8500K .......... .......... .......... .......... .......... 18% 52.0M 1s
  8550K .......... .......... .......... .......... .......... 19% 71.8M 1s
  8600K .......... .......... .......... .......... .......... 19%  105M 1s
  8650K .......... .......... .......... .......... .......... 19%  121M 1s
  8700K .......... .......... .......... .......... .......... 19%  118M 1s
  8750K .......... .......... .......... .......... .......... 19%  112M 1s
  8800K .......... .......... .......... .......... .......... 19%  119M 1s
  8850K .......... .......... .......... .......... .......... 19%  128M 1s
  8900K .......... .......... .......... .......... .......... 19%  132M 1s
  8950K .......... .......... .......... .......... .......... 19%  127M 1s
  9000K .......... .......... .......... .......... .......... 20%  131M 1s
  9050K .......... .......... .......... .......... .......... 20% 20.0M 1s
  9100K .......... .......... .......... .......... .......... 20%  103M 1s
  9150K .......... .......... .......... .......... .......... 20%  133M 1s
  9200K .......... .......... .......... .......... .......... 20% 39.0M 1s
  9250K .......... .......... .......... .......... .......... 20%  123M 1s
  9300K .......... .......... .......... .......... .......... 20%  126M 1s
  9350K .......... .......... .......... .......... .......... 20%  143M 1s
  9400K .......... .......... .......... .......... .......... 20% 89.6M 1s
  9450K .......... .......... .......... .......... .......... 21% 17.4M 1s
  9500K .......... .......... .......... .......... .......... 21%  115M 1s
  9550K .......... .......... .......... .......... .......... 21%  113M 1s
  9600K .......... .......... .......... .......... .......... 21% 90.4M 1s
  9650K .......... .......... .......... .......... .......... 21%  115M 1s
  9700K .......... .......... .......... .......... .......... 21%  110M 1s
  9750K .......... .......... .......... .......... .......... 21%  116M 1s
  9800K .......... .......... .......... .......... .......... 21% 41.0M 1s
  9850K .......... .......... .......... .......... .......... 21% 19.1M 1s
  9900K .......... .......... .......... .......... .......... 22%  110M 1s
  9950K .......... .......... .......... .......... .......... 22%  122M 1s
 10000K .......... .......... .......... .......... .......... 22% 83.8M 1s
 10050K .......... .......... .......... .......... .......... 22%  115M 1s
 10100K .......... .......... .......... .......... .......... 22%  111M 1s
 10150K .......... .......... .......... .......... .......... 22% 35.1M 1s
 10200K .......... .......... .......... .......... .......... 22% 21.5M 1s
 10250K .......... .......... .......... .......... .......... 22% 65.5M 1s
 10300K .......... .......... .......... .......... .......... 22%  125M 1s
 10350K .......... .......... .......... .......... .......... 23%  117M 1s
 10400K .......... .......... .......... .......... .......... 23% 65.5M 1s
 10450K .......... .......... .......... .......... .......... 23% 70.1M 1s
 10500K .......... .......... .......... .......... .......... 23% 76.7M 1s
 10550K .......... .......... .......... .......... .......... 23% 68.6M 1s
 10600K .......... .......... .......... .......... .......... 23% 19.1M 1s
 10650K .......... .......... .......... .......... .......... 23%  111M 1s
 10700K .......... .......... .......... .......... .......... 23% 58.3M 1s
 10750K .......... .......... .......... .......... .......... 23%  101M 1s
 10800K .......... .......... .......... .......... .......... 24% 74.2M 1s
 10850K .......... .......... .......... .......... .......... 24%  121M 1s
 10900K .......... .......... .......... .......... .......... 24%  124M 1s
 10950K .......... .......... .......... .......... .......... 24% 76.5M 1s
 11000K .......... .......... .......... .......... .......... 24% 17.3M 1s
 11050K .......... .......... .......... .......... .......... 24%  107M 1s
 11100K .......... .......... .......... .......... .......... 24% 76.1M 1s
 11150K .......... .......... .......... .......... .......... 24%  114M 1s
 11200K .......... .......... .......... .......... .......... 24% 65.3M 1s
 11250K .......... .......... .......... .......... .......... 25% 28.3M 1s
 11300K .......... .......... .......... .......... .......... 25% 68.2M 1s
 11350K .......... .......... .......... .......... .......... 25% 6.38M 1s
 11400K .......... .......... .......... .......... .......... 25% 60.4M 1s
 11450K .......... .......... .......... .......... .......... 25% 64.5M 1s
 11500K .......... .......... .......... .......... .......... 25% 72.4M 1s
 11550K .......... .......... .......... .......... .......... 25% 60.1M 1s
 11600K .......... .......... .......... .......... .......... 25% 63.0M 1s
 11650K .......... .......... .......... .......... .......... 25% 70.0M 1s
 11700K .......... .......... .......... .......... .......... 26% 48.3M 1s
 11750K .......... .......... .......... .......... .......... 26% 71.9M 1s
 11800K .......... .......... .......... .......... .......... 26% 55.8M 1s
 11850K .......... .......... .......... .......... .......... 26% 66.3M 1s
 11900K .......... .......... .......... .......... .......... 26% 61.0M 1s
 11950K .......... .......... .......... .......... .......... 26% 65.8M 1s
 12000K .......... .......... .......... .......... .......... 26% 77.0M 1s
 12050K .......... .......... .......... .......... .......... 26% 59.0M 1s
 12100K .......... .......... .......... .......... .......... 26% 80.4M 1s
 12150K .......... .......... .......... .......... .......... 27% 61.4M 1s
 12200K .......... .......... .......... .......... .......... 27% 63.5M 1s
 12250K .......... .......... .......... .......... .......... 27% 1.34M 1s
 12300K .......... .......... .......... .......... .......... 27%  109M 1s
 12350K .......... .......... .......... .......... .......... 27%  140M 1s
 12400K .......... .......... .......... .......... .......... 27%  167M 1s
 12450K .......... .......... .......... .......... .......... 27% 83.0M 1s
 12500K .......... .......... .......... .......... .......... 27%  140M 1s
 12550K .......... .......... .......... .......... .......... 27%  155M 1s
 12600K .......... .......... .......... .......... .......... 28% 77.4M 1s
 12650K .......... .......... .......... .......... .......... 28% 45.8M 1s
 12700K .......... .......... .......... .......... .......... 28%  108M 1s
 12750K .......... .......... .......... .......... .......... 28%  122M 1s
 12800K .......... .......... .......... .......... .......... 28%  115M 1s
 12850K .......... .......... .......... .......... .......... 28% 82.3M 1s
 12900K .......... .......... .......... .......... .......... 28% 84.6M 1s
 12950K .......... .......... .......... .......... .......... 28% 99.9M 1s
 13000K .......... .......... .......... .......... .......... 28% 72.0M 1s
 13050K .......... .......... .......... .......... .......... 28% 51.3M 1s
 13100K .......... .......... .......... .......... .......... 29% 46.5M 1s
 13150K .......... .......... .......... .......... .......... 29% 92.7M 1s
 13200K .......... .......... .......... .......... .......... 29% 82.2M 1s
 13250K .......... .......... .......... .......... .......... 29% 90.6M 1s
 13300K .......... .......... .......... .......... .......... 29% 27.7M 1s
 13350K .......... .......... .......... .......... .......... 29% 25.3M 1s
 13400K .......... .......... .......... .......... .......... 29% 53.1M 1s
 13450K .......... .......... .......... .......... .......... 29% 43.8M 1s
 13500K .......... .......... .......... .......... .......... 29% 54.6M 1s
 13550K .......... .......... .......... .......... .......... 30% 63.7M 1s
 13600K .......... .......... .......... .......... .......... 30% 64.4M 1s
 13650K .......... .......... .......... .......... .......... 30% 42.5M 1s
 13700K .......... .......... .......... .......... .......... 30% 36.0M 1s
 13750K .......... .......... .......... .......... .......... 30% 44.5M 1s
 13800K .......... .......... .......... .......... .......... 30% 58.5M 1s
 13850K .......... .......... .......... .......... .......... 30% 70.2M 1s
 13900K .......... .......... .......... .......... .......... 30% 46.9M 1s
 13950K .......... .......... .......... .......... .......... 30% 59.9M 1s
 14000K .......... .......... .......... .......... .......... 31%  116M 1s
 14050K .......... .......... .......... .......... .......... 31% 34.1M 1s
 14100K .......... .......... .......... .......... .......... 31% 83.5M 1s
 14150K .......... .......... .......... .......... .......... 31% 17.0M 1s
 14200K .......... .......... .......... .......... .......... 31%  119M 1s
 14250K .......... .......... .......... .......... .......... 31% 24.6M 1s
 14300K .......... .......... .......... .......... .......... 31% 3.22M 1s
 14350K .......... .......... .......... .......... .......... 31% 53.9M 1s
 14400K .......... .......... .......... .......... .......... 31% 28.9M 1s
 14450K .......... .......... .......... .......... .......... 32% 64.8M 1s
 14500K .......... .......... .......... .......... .......... 32% 36.9M 1s
 14550K .......... .......... .......... .......... .......... 32% 31.4M 1s
 14600K .......... .......... .......... .......... .......... 32% 46.2M 1s
 14650K .......... .......... .......... .......... .......... 32% 59.5M 1s
 14700K .......... .......... .......... .......... .......... 32% 77.4M 1s
 14750K .......... .......... .......... .......... .......... 32%  129M 1s
 14800K .......... .......... .......... .......... .......... 32% 98.2M 1s
 14850K .......... .......... .......... .......... .......... 32%  112M 1s
 14900K .......... .......... .......... .......... .......... 33% 71.6M 1s
 14950K .......... .......... .......... .......... .......... 33%  101M 1s
 15000K .......... .......... .......... .......... .......... 33% 95.6M 1s
 15050K .......... .......... .......... .......... .......... 33%  113M 1s
 15100K .......... .......... .......... .......... .......... 33% 9.89M 1s
 15150K .......... .......... .......... .......... .......... 33% 43.2M 1s
 15200K .......... .......... .......... .......... .......... 33% 57.2M 1s
 15250K .......... .......... .......... .......... .......... 33% 62.9M 1s
 15300K .......... .......... .......... .......... .......... 33% 13.1M 1s
 15350K .......... .......... .......... .......... .......... 34% 26.8M 1s
 15400K .......... .......... .......... .......... .......... 34% 66.8M 1s
 15450K .......... .......... .......... .......... .......... 34% 13.8M 1s
 15500K .......... .......... .......... .......... .......... 34% 66.2M 1s
 15550K .......... .......... .......... .......... .......... 34% 40.5M 1s
 15600K .......... .......... .......... .......... .......... 34% 57.1M 1s
 15650K .......... .......... .......... .......... .......... 34% 13.1M 1s
 15700K .......... .......... .......... .......... .......... 34% 18.5M 1s
 15750K .......... .......... .......... .......... .......... 34% 65.8M 1s
 15800K .......... .......... .......... .......... .......... 35% 68.5M 1s
 15850K .......... .......... .......... .......... .......... 35% 19.1M 1s
 15900K .......... .......... .......... .......... .......... 35% 20.7M 1s
 15950K .......... .......... .......... .......... .......... 35% 67.3M 1s
 16000K .......... .......... .......... .......... .......... 35% 62.9M 1s
 16050K .......... .......... .......... .......... .......... 35% 18.4M 1s
 16100K .......... .......... .......... .......... .......... 35% 19.5M 1s
 16150K .......... .......... .......... .......... .......... 35% 58.7M 1s
 16200K .......... .......... .......... .......... .......... 35% 20.0M 1s
 16250K .......... .......... .......... .......... .......... 36% 59.8M 1s
 16300K .......... .......... .......... .......... .......... 36% 14.0M 1s
 16350K .......... .......... .......... .......... .......... 36% 18.3M 1s
 16400K .......... .......... .......... .......... .......... 36%  110M 1s
 16450K .......... .......... .......... .......... .......... 36% 27.9M 1s
 16500K .......... .......... .......... .......... .......... 36% 33.1M 1s
 16550K .......... .......... .......... .......... .......... 36%  126M 1s
 16600K .......... .......... .......... .......... .......... 36% 18.2M 1s
 16650K .......... .......... .......... .......... .......... 36% 22.3M 1s
 16700K .......... .......... .......... .......... .......... 37% 34.7M 1s
 16750K .......... .......... .......... .......... .......... 37% 91.1M 1s
 16800K .......... .......... .......... .......... .......... 37% 15.6M 1s
 16850K .......... .......... .......... .......... .......... 37% 20.1M 1s
 16900K .......... .......... .......... .......... .......... 37% 91.1M 1s
 16950K .......... .......... .......... .......... .......... 37% 82.2M 1s
 17000K .......... .......... .......... .......... .......... 37% 16.7M 1s
 17050K .......... .......... .......... .......... .......... 37% 21.5M 1s
 17100K .......... .......... .......... .......... .......... 37%  100M 1s
 17150K .......... .......... .......... .......... .......... 38% 23.5M 1s
 17200K .......... .......... .......... .......... .......... 38% 34.3M 1s
 17250K .......... .......... .......... .......... .......... 38% 19.0M 1s
 17300K .......... .......... .......... .......... .......... 38% 82.1M 1s
 17350K .......... .......... .......... .......... .......... 38% 24.8M 1s
 17400K .......... .......... .......... .......... .......... 38% 17.5M 1s
 17450K .......... .......... .......... .......... .......... 38% 43.0M 1s
 17500K .......... .......... .......... .......... .......... 38%  106M 1s
 17550K .......... .......... .......... .......... .......... 38% 21.7M 1s
 17600K .......... .......... .......... .......... .......... 39% 20.4M 1s
 17650K .......... .......... .......... .......... .......... 39% 30.0M 1s
 17700K .......... .......... .......... .......... .......... 39% 49.3M 1s
 17750K .......... .......... .......... .......... .......... 39% 27.4M 1s
 17800K .......... .......... .......... .......... .......... 39% 20.5M 1s
 17850K .......... .......... .......... .......... .......... 39% 34.7M 1s
 17900K .......... .......... .......... .......... .......... 39% 86.4M 1s
 17950K .......... .......... .......... .......... .......... 39% 17.4M 1s
 18000K .......... .......... .......... .......... .......... 39% 33.8M 1s
 18050K .......... .......... .......... .......... .......... 40% 33.9M 1s
 18100K .......... .......... .......... .......... .......... 40% 20.2M 1s
 18150K .......... .......... .......... .......... .......... 40% 20.7M 1s
 18200K .......... .......... .......... .......... .......... 40% 37.7M 1s
 18250K .......... .......... .......... .......... .......... 40% 79.1M 1s
 18300K .......... .......... .......... .......... .......... 40% 24.9M 1s
 18350K .......... .......... .......... .......... .......... 40% 20.2M 1s
 18400K .......... .......... .......... .......... .......... 40% 22.5M 1s
 18450K .......... .......... .......... .......... .......... 40% 76.3M 1s
 18500K .......... .......... .......... .......... .......... 41% 36.5M 1s
 18550K .......... .......... .......... .......... .......... 41% 20.2M 1s
 18600K .......... .......... .......... .......... .......... 41% 37.3M 1s
 18650K .......... .......... .......... .......... .......... 41%  126M 1s
 18700K .......... .......... .......... .......... .......... 41% 27.1M 1s
 18750K .......... .......... .......... .......... .......... 41% 18.1M 1s
 18800K .......... .......... .......... .......... .......... 41% 31.0M 1s
 18850K .......... .......... .......... .......... .......... 41%  102M 1s
 18900K .......... .......... .......... .......... .......... 41% 30.0M 1s
 18950K .......... .......... .......... .......... .......... 42% 12.5M 1s
 19000K .......... .......... .......... .......... .......... 42%  105M 1s
 19050K .......... .......... .......... .......... .......... 42%  119M 1s
 19100K .......... .......... .......... .......... .......... 42%  110M 1s
 19150K .......... .......... .......... .......... .......... 42% 9.41M 1s
 19200K .......... .......... .......... .......... .......... 42% 68.8M 1s
 19250K .......... .......... .......... .......... .......... 42% 69.9M 1s
 19300K .......... .......... .......... .......... .......... 42% 69.8M 1s
 19350K .......... .......... .......... .......... .......... 42% 11.4M 1s
 19400K .......... .......... .......... .......... .......... 43% 71.2M 1s
 19450K .......... .......... .......... .......... .......... 43% 28.0M 1s
 19500K .......... .......... .......... .......... .......... 43% 15.0M 1s
 19550K .......... .......... .......... .......... .......... 43% 33.4M 1s
 19600K .......... .......... .......... .......... .......... 43%  101M 1s
 19650K .......... .......... .......... .......... .......... 43% 67.3M 1s
 19700K .......... .......... .......... .......... .......... 43% 14.0M 1s
 19750K .......... .......... .......... .......... .......... 43% 37.6M 1s
 19800K .......... .......... .......... .......... .......... 43% 97.5M 1s
 19850K .......... .......... .......... .......... .......... 44% 40.4M 1s
 19900K .......... .......... .......... .......... .......... 44%  102M 1s
 19950K .......... .......... .......... .......... .......... 44% 11.4M 1s
 20000K .......... .......... .......... .......... .......... 44% 36.5M 1s
 20050K .......... .......... .......... .......... .......... 44% 86.7M 1s
 20100K .......... .......... .......... .......... .......... 44% 88.8M 1s
 20150K .......... .......... .......... .......... .......... 44% 13.2M 1s
 20200K .......... .......... .......... .......... .......... 44% 32.4M 1s
 20250K .......... .......... .......... .......... .......... 44%  138M 1s
 20300K .......... .......... .......... .......... .......... 45%  159M 1s
 20350K .......... .......... .......... .......... .......... 45% 25.6M 1s
 20400K .......... .......... .......... .......... .......... 45% 13.0M 1s
 20450K .......... .......... .......... .......... .......... 45%  977K 1s
 20500K .......... .......... .......... .......... .......... 45%  148M 1s
 20550K .......... .......... .......... .......... .......... 45%  164M 1s
 20600K .......... .......... .......... .......... .......... 45%  164M 1s
 20650K .......... .......... .......... .......... .......... 45%  147M 1s
 20700K .......... .......... .......... .......... .......... 45%  165M 1s
 20750K .......... .......... .......... .......... .......... 46%  124M 1s
 20800K .......... .......... .......... .......... .......... 46%  145M 1s
 20850K .......... .......... .......... .......... .......... 46%  136M 1s
 20900K .......... .......... .......... .......... .......... 46%  165M 1s
 20950K .......... .......... .......... .......... .......... 46%  157M 1s
 21000K .......... .......... .......... .......... .......... 46% 68.5M 1s
 21050K .......... .......... .......... .......... .......... 46% 87.2M 1s
 21100K .......... .......... .......... .......... .......... 46%  163M 1s
 21150K .......... .......... .......... .......... .......... 46%  164M 1s
 21200K .......... .......... .......... .......... .......... 47%  165M 1s
 21250K .......... .......... .......... .......... .......... 47%  143M 1s
 21300K .......... .......... .......... .......... .......... 47%  136M 1s
 21350K .......... .......... .......... .......... .......... 47%  147M 1s
 21400K .......... .......... .......... .......... .......... 47%  157M 1s
 21450K .......... .......... .......... .......... .......... 47%  140M 1s
 21500K .......... .......... .......... .......... .......... 47% 3.24M 1s
 21550K .......... .......... .......... .......... .......... 47% 91.1M 1s
 21600K .......... .......... .......... .......... .......... 47%  149M 1s
 21650K .......... .......... .......... .......... .......... 48%  137M 1s
 21700K .......... .......... .......... .......... .......... 48%  155M 1s
 21750K .......... .......... .......... .......... .......... 48%  152M 1s
 21800K .......... .......... .......... .......... .......... 48%  164M 1s
 21850K .......... .......... .......... .......... .......... 48%  120M 1s
 21900K .......... .......... .......... .......... .......... 48%  165M 1s
 21950K .......... .......... .......... .......... .......... 48%  166M 1s
 22000K .......... .......... .......... .......... .......... 48%  167M 1s
 22050K .......... .......... .......... .......... .......... 48%  146M 1s
 22100K .......... .......... .......... .......... .......... 49%  123M 1s
 22150K .......... .......... .......... .......... .......... 49%  168M 1s
 22200K .......... .......... .......... .......... .......... 49% 39.7M 1s
 22250K .......... .......... .......... .......... .......... 49%  143M 1s
 22300K .......... .......... .......... .......... .......... 49% 42.3M 1s
 22350K .......... .......... .......... .......... .......... 49% 23.7M 1s
 22400K .......... .......... .......... .......... .......... 49% 19.0M 1s
 22450K .......... .......... .......... .......... .......... 49%  130M 1s
 22500K .......... .......... .......... .......... .......... 49% 27.8M 1s
 22550K .......... .......... .......... .......... .......... 50% 29.2M 1s
 22600K .......... .......... .......... .......... .......... 50%  140M 1s
 22650K .......... .......... .......... .......... .......... 50% 19.7M 1s
 22700K .......... .......... .......... .......... .......... 50% 52.5M 1s
 22750K .......... .......... .......... .......... .......... 50%  151M 1s
 22800K .......... .......... .......... .......... .......... 50% 10.2M 1s
 22850K .......... .......... .......... .......... .......... 50%  122M 1s
 22900K .......... .......... .......... .......... .......... 50%  165M 1s
 22950K .......... .......... .......... .......... .......... 50% 65.3M 1s
 23000K .......... .......... .......... .......... .......... 51% 9.71M 1s
 23050K .......... .......... .......... .......... .......... 51%  132M 1s
 23100K .......... .......... .......... .......... .......... 51%  159M 1s
 23150K .......... .......... .......... .......... .......... 51%  106M 1s
 23200K .......... .......... .......... .......... .......... 51% 20.3M 1s
 23250K .......... .......... .......... .......... .......... 51% 18.2M 1s
 23300K .......... .......... .......... .......... .......... 51%  168M 1s
 23350K .......... .......... .......... .......... .......... 51% 47.0M 1s
 23400K .......... .......... .......... .......... .......... 51%  167M 1s
 23450K .......... .......... .......... .......... .......... 52% 10.4M 1s
 23500K .......... .......... .......... .......... .......... 52% 39.9M 1s
 23550K .......... .......... .......... .......... .......... 52% 28.3M 1s
 23600K .......... .......... .......... .......... .......... 52%  127M 1s
 23650K .......... .......... .......... .......... .......... 52% 14.3M 1s
 23700K .......... .......... .......... .......... .......... 52%  168M 1s
 23750K .......... .......... .......... .......... .......... 52% 56.1M 1s
 23800K .......... .......... .......... .......... .......... 52%  168M 1s
 23850K .......... .......... .......... .......... .......... 52% 9.78M 1s
 23900K .......... .......... .......... .......... .......... 53%  133M 1s
 23950K .......... .......... .......... .......... .......... 53% 94.4M 1s
 24000K .......... .......... .......... .......... .......... 53% 9.79M 1s
 24050K .......... .......... .......... .......... .......... 53%  100M 1s
 24100K .......... .......... .......... .......... .......... 53% 51.8M 1s
 24150K .......... .......... .......... .......... .......... 53%  119M 1s
 24200K .......... .......... .......... .......... .......... 53%  132M 1s
 24250K .......... .......... .......... .......... .......... 53% 11.4M 1s
 24300K .......... .......... .......... .......... .......... 53% 44.7M 1s
 24350K .......... .......... .......... .......... .......... 54%  108M 1s
 24400K .......... .......... .......... .......... .......... 54%  132M 1s
 24450K .......... .......... .......... .......... .......... 54% 98.2M 1s
 24500K .......... .......... .......... .......... .......... 54% 11.9M 1s
 24550K .......... .......... .......... .......... .......... 54% 9.87M 1s
 24600K .......... .......... .......... .......... .......... 54% 86.9M 1s
 24650K .......... .......... .......... .......... .......... 54% 64.3M 1s
 24700K .......... .......... .......... .......... .......... 54% 95.4M 1s
 24750K .......... .......... .......... .......... .......... 54% 61.9M 1s
 24800K .......... .......... .......... .......... .......... 55% 88.0M 1s
 24850K .......... .......... .......... .......... .......... 55% 72.0M 1s
 24900K .......... .......... .......... .......... .......... 55% 88.5M 1s
 24950K .......... .......... .......... .......... .......... 55% 15.8M 1s
 25000K .......... .......... .......... .......... .......... 55% 32.5M 1s
 25050K .......... .......... .......... .......... .......... 55% 61.9M 1s
 25100K .......... .......... .......... .......... .......... 55% 83.0M 1s
 25150K .......... .......... .......... .......... .......... 55% 15.2M 1s
 25200K .......... .......... .......... .......... .......... 55% 30.0M 1s
 25250K .......... .......... .......... .......... .......... 56% 76.8M 1s
 25300K .......... .......... .......... .......... .......... 56% 63.2M 1s
 25350K .......... .......... .......... .......... .......... 56% 87.7M 1s
 25400K .......... .......... .......... .......... .......... 56% 11.5M 1s
 25450K .......... .......... .......... .......... .......... 56% 89.9M 1s
 25500K .......... .......... .......... .......... .......... 56% 75.9M 1s
 25550K .......... .......... .......... .......... .......... 56% 70.8M 1s
 25600K .......... .......... .......... .......... .......... 56% 5.76M 1s
 25650K .......... .......... .......... .......... .......... 56% 91.8M 1s
 25700K .......... .......... .......... .......... .......... 56% 85.7M 1s
 25750K .......... .......... .......... .......... .......... 57% 68.4M 1s
 25800K .......... .......... .......... .......... .......... 57%  107M 1s
 25850K .......... .......... .......... .......... .......... 57% 82.6M 1s
 25900K .......... .......... .......... .......... .......... 57% 92.5M 1s
 25950K .......... .......... .......... .......... .......... 57% 73.9M 1s
 26000K .......... .......... .......... .......... .......... 57% 92.8M 1s
 26050K .......... .......... .......... .......... .......... 57% 16.3M 1s
 26100K .......... .......... .......... .......... .......... 57% 32.4M 1s
 26150K .......... .......... .......... .......... .......... 57% 81.7M 1s
 26200K .......... .......... .......... .......... .......... 58% 63.2M 1s
 26250K .......... .......... .......... .......... .......... 58% 20.8M 1s
 26300K .......... .......... .......... .......... .......... 58% 20.0M 1s
 26350K .......... .......... .......... .......... .......... 58% 41.7M 1s
 26400K .......... .......... .......... .......... .......... 58% 85.8M 1s
 26450K .......... .......... .......... .......... .......... 58% 77.4M 1s
 26500K .......... .......... .......... .......... .......... 58% 17.3M 1s
 26550K .......... .......... .......... .......... .......... 58% 30.3M 1s
 26600K .......... .......... .......... .......... .......... 58% 22.0M 1s
 26650K .......... .......... .......... .......... .......... 59%  110M 1s
 26700K .......... .......... .......... .......... .......... 59% 56.1M 1s
 26750K .......... .......... .......... .......... .......... 59% 19.5M 1s
 26800K .......... .......... .......... .......... .......... 59% 42.4M 1s
 26850K .......... .......... .......... .......... .......... 59%  111M 1s
 26900K .......... .......... .......... .......... .......... 59% 20.2M 1s
 26950K .......... .......... .......... .......... .......... 59% 42.3M 1s
 27000K .......... .......... .......... .......... .......... 59% 34.6M 1s
 27050K .......... .......... .......... .......... .......... 59% 41.5M 1s
 27100K .......... .......... .......... .......... .......... 60% 20.7M 1s
 27150K .......... .......... .......... .......... .......... 60% 30.1M 1s
 27200K .......... .......... .......... .......... .......... 60% 38.4M 1s
 27250K .......... .......... .......... .......... .......... 60% 44.5M 1s
 27300K .......... .......... .......... .......... .......... 60% 41.1M 1s
 27350K .......... .......... .......... .......... .......... 60% 17.6M 1s
 27400K .......... .......... .......... .......... .......... 60%  107M 0s
 27450K .......... .......... .......... .......... .......... 60% 43.1M 0s
 27500K .......... .......... .......... .......... .......... 60% 45.2M 0s
 27550K .......... .......... .......... .......... .......... 61% 13.5M 0s
 27600K .......... .......... .......... .......... .......... 61%  126M 0s
 27650K .......... .......... .......... .......... .......... 61% 7.48M 0s
 27700K .......... .......... .......... .......... .......... 61%  150M 0s
 27750K .......... .......... .......... .......... .......... 61%  136M 0s
 27800K .......... .......... .......... .......... .......... 61%  138M 0s
 27850K .......... .......... .......... .......... .......... 61%  154M 0s
 27900K .......... .......... .......... .......... .......... 61% 10.4M 0s
 27950K .......... .......... .......... .......... .......... 61% 34.6M 0s
 28000K .......... .......... .......... .......... .......... 62%  119M 0s
 28050K .......... .......... .......... .......... .......... 62%  125M 0s
 28100K .......... .......... .......... .......... .......... 62% 12.2M 0s
 28150K .......... .......... .......... .......... .......... 62% 88.6M 0s
 28200K .......... .......... .......... .......... .......... 62% 43.7M 0s
 28250K .......... .......... .......... .......... .......... 62%  131M 0s
 28300K .......... .......... .......... .......... .......... 62% 92.1M 0s
 28350K .......... .......... .......... .......... .......... 62% 11.8M 0s
 28400K .......... .......... .......... .......... .......... 62% 19.4M 0s
 28450K .......... .......... .......... .......... .......... 63%  132M 0s
 28500K .......... .......... .......... .......... .......... 63%  144M 0s
 28550K .......... .......... .......... .......... .......... 63% 90.4M 0s
 28600K .......... .......... .......... .......... .......... 63% 18.0M 0s
 28650K .......... .......... .......... .......... .......... 63% 4.60M 0s
 28700K .......... .......... .......... .......... .......... 63%  161M 0s
 28750K .......... .......... .......... .......... .......... 63%  138M 0s
 28800K .......... .......... .......... .......... .......... 63%  164M 0s
 28850K .......... .......... .......... .......... .......... 63%  164M 0s
 28900K .......... .......... .......... .......... .......... 64%  155M 0s
 28950K .......... .......... .......... .......... .......... 64%  132M 0s
 29000K .......... .......... .......... .......... .......... 64%  166M 0s
 29050K .......... .......... .......... .......... .......... 64%  101M 0s
 29100K .......... .......... .......... .......... .......... 64% 19.2M 0s
 29150K .......... .......... .......... .......... .......... 64%  138M 0s
 29200K .......... .......... .......... .......... .......... 64%  164M 0s
 29250K .......... .......... .......... .......... .......... 64% 30.0M 0s
 29300K .......... .......... .......... .......... .......... 64% 12.1M 0s
 29350K .......... .......... .......... .......... .......... 65%  140M 0s
 29400K .......... .......... .......... .......... .......... 65%  122M 0s
 29450K .......... .......... .......... .......... .......... 65% 76.8M 0s
 29500K .......... .......... .......... .......... .......... 65% 72.7M 0s
 29550K .......... .......... .......... .......... .......... 65% 8.81M 0s
 29600K .......... .......... .......... .......... .......... 65% 59.5M 0s
 29650K .......... .......... .......... .......... .......... 65% 4.02M 0s
 29700K .......... .......... .......... .......... .......... 65% 62.8M 0s
 29750K .......... .......... .......... .......... .......... 65%  156M 0s
 29800K .......... .......... .......... .......... .......... 66%  133M 0s
 29850K .......... .......... .......... .......... .......... 66%  132M 0s
 29900K .......... .......... .......... .......... .......... 66%  111M 0s
 29950K .......... .......... .......... .......... .......... 66%  132M 0s
 30000K .......... .......... .......... .......... .......... 66% 12.0M 0s
 30050K .......... .......... .......... .......... .......... 66%  140M 0s
 30100K .......... .......... .......... .......... .......... 66%  166M 0s
 30150K .......... .......... .......... .......... .......... 66%  136M 0s
 30200K .......... .......... .......... .......... .......... 66% 40.4M 0s
 30250K .......... .......... .......... .......... .......... 67% 11.1M 0s
 30300K .......... .......... .......... .......... .......... 67%  154M 0s
 30350K .......... .......... .......... .......... .......... 67%  150M 0s
 30400K .......... .......... .......... .......... .......... 67% 88.3M 0s
 30450K .......... .......... .......... .......... .......... 67% 9.95M 0s
 30500K .......... .......... .......... .......... .......... 67%  102M 0s
 30550K .......... .......... .......... .......... .......... 67%  156M 0s
 30600K .......... .......... .......... .......... .......... 67%  102M 0s
 30650K .......... .......... .......... .......... .......... 67%  139M 0s
 30700K .......... .......... .......... .......... .......... 68% 8.35M 0s
 30750K .......... .......... .......... .......... .......... 68%  147M 0s
 30800K .......... .......... .......... .......... .......... 68%  166M 0s
 30850K .......... .......... .......... .......... .......... 68%  123M 0s
 30900K .......... .......... .......... .......... .......... 68% 11.7M 0s
 30950K .......... .......... .......... .......... .......... 68%  147M 0s
 31000K .......... .......... .......... .......... .......... 68%  161M 0s
 31050K .......... .......... .......... .......... .......... 68%  166M 0s
 31100K .......... .......... .......... .......... .......... 68% 9.22M 0s
 31150K .......... .......... .......... .......... .......... 69%  110M 0s
 31200K .......... .......... .......... .......... .......... 69% 93.9M 0s
 31250K .......... .......... .......... .......... .......... 69% 81.9M 0s
 31300K .......... .......... .......... .......... .......... 69%  100M 0s
 31350K .......... .......... .......... .......... .......... 69%  166M 0s
 31400K .......... .......... .......... .......... .......... 69% 11.6M 0s
 31450K .......... .......... .......... .......... .......... 69%  140M 0s
 31500K .......... .......... .......... .......... .......... 69% 47.2M 0s
 31550K .......... .......... .......... .......... .......... 69%  149M 0s
 31600K .......... .......... .......... .......... .......... 70% 11.0M 0s
 31650K .......... .......... .......... .......... .......... 70%  145M 0s
 31700K .......... .......... .......... .......... .......... 70% 19.2M 0s
 31750K .......... .......... .......... .......... .......... 70% 87.2M 0s
 31800K .......... .......... .......... .......... .......... 70% 14.3M 0s
 31850K .......... .......... .......... .......... .......... 70%  134M 0s
 31900K .......... .......... .......... .......... .......... 70%  166M 0s
 31950K .......... .......... .......... .......... .......... 70% 66.6M 0s
 32000K .......... .......... .......... .......... .......... 70%  161M 0s
 32050K .......... .......... .......... .......... .......... 71%  144M 0s
 32100K .......... .......... .......... .......... .......... 71% 10.8M 0s
 32150K .......... .......... .......... .......... .......... 71%  166M 0s
 32200K .......... .......... .......... .......... .......... 71% 57.0M 0s
 32250K .......... .......... .......... .......... .......... 71%  142M 0s
 32300K .......... .......... .......... .......... .......... 71%  167M 0s
 32350K .......... .......... .......... .......... .......... 71% 10.8M 0s
 32400K .......... .......... .......... .......... .......... 71%  158M 0s
 32450K .......... .......... .......... .......... .......... 71% 48.9M 0s
 32500K .......... .......... .......... .......... .......... 72%  166M 0s
 32550K .......... .......... .......... .......... .......... 72%  165M 0s
 32600K .......... .......... .......... .......... .......... 72% 11.5M 0s
 32650K .......... .......... .......... .......... .......... 72% 36.6M 0s
 32700K .......... .......... .......... .......... .......... 72%  166M 0s
 32750K .......... .......... .......... .......... .......... 72% 13.8M 0s
 32800K .......... .......... .......... .......... .......... 72% 87.7M 0s
 32850K .......... .......... .......... .......... .......... 72% 80.0M 0s
 32900K .......... .......... .......... .......... .......... 72% 35.3M 0s
 32950K .......... .......... .......... .......... .......... 73% 40.8M 0s
 33000K .......... .......... .......... .......... .......... 73%  133M 0s
 33050K .......... .......... .......... .......... .......... 73% 66.4M 0s
 33100K .......... .......... .......... .......... .......... 73% 16.6M 0s
 33150K .......... .......... .......... .......... .......... 73% 27.1M 0s
 33200K .......... .......... .......... .......... .......... 73% 50.7M 0s
 33250K .......... .......... .......... .......... .......... 73%  123M 0s
 33300K .......... .......... .......... .......... .......... 73% 82.6M 0s
 33350K .......... .......... .......... .......... .......... 73% 12.3M 0s
 33400K .......... .......... .......... .......... .......... 74%  104M 0s
 33450K .......... .......... .......... .......... .......... 74% 84.3M 0s
 33500K .......... .......... .......... .......... .......... 74%  112M 0s
 33550K .......... .......... .......... .......... .......... 74% 98.4M 0s
 33600K .......... .......... .......... .......... .......... 74% 11.8M 0s
 33650K .......... .......... .......... .......... .......... 74%  108M 0s
 33700K .......... .......... .......... .......... .......... 74% 90.3M 0s
 33750K .......... .......... .......... .......... .......... 74% 40.3M 0s
 33800K .......... .......... .......... .......... .......... 74% 80.0M 0s
 33850K .......... .......... .......... .......... .......... 75% 13.8M 0s
 33900K .......... .......... .......... .......... .......... 75% 43.1M 0s
 33950K .......... .......... .......... .......... .......... 75%  114M 0s
 34000K .......... .......... .......... .......... .......... 75% 97.9M 0s
 34050K .......... .......... .......... .......... .......... 75% 83.5M 0s
 34100K .......... .......... .......... .......... .......... 75% 13.6M 0s
 34150K .......... .......... .......... .......... .......... 75% 39.0M 0s
 34200K .......... .......... .......... .......... .......... 75%  104M 0s
 34250K .......... .......... .......... .......... .......... 75% 75.6M 0s
 34300K .......... .......... .......... .......... .......... 76% 36.9M 0s
 34350K .......... .......... .......... .......... .......... 76% 19.3M 0s
 34400K .......... .......... .......... .......... .......... 76% 34.2M 0s
 34450K .......... .......... .......... .......... .......... 76%  103M 0s
 34500K .......... .......... .......... .......... .......... 76%  111M 0s
 34550K .......... .......... .......... .......... .......... 76% 30.7M 0s
 34600K .......... .......... .......... .......... .......... 76% 17.6M 0s
 34650K .......... .......... .......... .......... .......... 76% 24.0M 0s
 34700K .......... .......... .......... .......... .......... 76%  134M 0s
 34750K .......... .......... .......... .......... .......... 77%  147M 0s
 34800K .......... .......... .......... .......... .......... 77%  119M 0s
 34850K .......... .......... .......... .......... .......... 77% 12.9M 0s
 34900K .......... .......... .......... .......... .......... 77% 33.4M 0s
 34950K .......... .......... .......... .......... .......... 77%  160M 0s
 35000K .......... .......... .......... .......... .......... 77%  161M 0s
 35050K .......... .......... .......... .......... .......... 77%  105M 0s
 35100K .......... .......... .......... .......... .......... 77% 9.21M 0s
 35150K .......... .......... .......... .......... .......... 77%  137M 0s
 35200K .......... .......... .......... .......... .......... 78%  164M 0s
 35250K .......... .......... .......... .......... .......... 78% 95.0M 0s
 35300K .......... .......... .......... .......... .......... 78%  124M 0s
 35350K .......... .......... .......... .......... .......... 78% 66.2M 0s
 35400K .......... .......... .......... .......... .......... 78% 11.3M 0s
 35450K .......... .......... .......... .......... .......... 78%  106M 0s
 35500K .......... .......... .......... .......... .......... 78% 80.6M 0s
 35550K .......... .......... .......... .......... .......... 78%  125M 0s
 35600K .......... .......... .......... .......... .......... 78% 66.0M 0s
 35650K .......... .......... .......... .......... .......... 79% 11.2M 0s
 35700K .......... .......... .......... .......... .......... 79%  126M 0s
 35750K .......... .......... .......... .......... .......... 79%  126M 0s
 35800K .......... .......... .......... .......... .......... 79% 47.1M 0s
 35850K .......... .......... .......... .......... .......... 79%  155M 0s
 35900K .......... .......... .......... .......... .......... 79% 12.7M 0s
 35950K .......... .......... .......... .......... .......... 79%  208M 0s
 36000K .......... .......... .......... .......... .......... 79% 57.8M 0s
 36050K .......... .......... .......... .......... .......... 79% 39.9M 0s
 36100K .......... .......... .......... .......... .......... 80%  173M 0s
 36150K .......... .......... .......... .......... .......... 80% 13.5M 0s
 36200K .......... .......... .......... .......... .......... 80%  202M 0s
 36250K .......... .......... .......... .......... .......... 80% 44.3M 0s
 36300K .......... .......... .......... .......... .......... 80% 43.7M 0s
 36350K .......... .......... .......... .......... .......... 80%  157M 0s
 36400K .......... .......... .......... .......... .......... 80% 13.1M 0s
 36450K .......... .......... .......... .......... .......... 80%  176M 0s
 36500K .......... .......... .......... .......... .......... 80% 58.4M 0s
 36550K .......... .......... .......... .......... .......... 81%  172M 0s
 36600K .......... .......... .......... .......... .......... 81% 40.4M 0s
 36650K .......... .......... .......... .......... .......... 81% 13.2M 0s
 36700K .......... .......... .......... .......... .......... 81%  165M 0s
 36750K .......... .......... .......... .......... .......... 81% 56.4M 0s
 36800K .......... .......... .......... .......... .......... 81%  169M 0s
 36850K .......... .......... .......... .......... .......... 81% 18.8M 0s
 36900K .......... .......... .......... .......... .......... 81% 19.3M 0s
 36950K .......... .......... .......... .......... .......... 81%  192M 0s
 37000K .......... .......... .......... .......... .......... 82%  209M 0s
 37050K .......... .......... .......... .......... .......... 82% 55.1M 0s
 37100K .......... .......... .......... .......... .......... 82% 41.1M 0s
 37150K .......... .......... .......... .......... .......... 82% 13.4M 0s
 37200K .......... .......... .......... .......... .......... 82%  147M 0s
 37250K .......... .......... .......... .......... .......... 82%  187M 0s
 37300K .......... .......... .......... .......... .......... 82% 49.2M 0s
 37350K .......... .......... .......... .......... .......... 82% 42.7M 0s
 37400K .......... .......... .......... .......... .......... 82% 13.0M 0s
 37450K .......... .......... .......... .......... .......... 83%  145M 0s
 37500K .......... .......... .......... .......... .......... 83%  137M 0s
 37550K .......... .......... .......... .......... .......... 83% 70.4M 0s
 37600K .......... .......... .......... .......... .......... 83% 40.9M 0s
 37650K .......... .......... .......... .......... .......... 83%  156M 0s
 37700K .......... .......... .......... .......... .......... 83% 13.1M 0s
 37750K .......... .......... .......... .......... .......... 83%  174M 0s
 37800K .......... .......... .......... .......... .......... 83% 55.4M 0s
 37850K .......... .......... .......... .......... .......... 83% 18.9M 0s
 37900K .......... .......... .......... .......... .......... 84% 19.1M 0s
 37950K .......... .......... .......... .......... .......... 84%  126M 0s
 38000K .......... .......... .......... .......... .......... 84%  173M 0s
 38050K .......... .......... .......... .......... .......... 84% 66.8M 0s
 38100K .......... .......... .......... .......... .......... 84%  173M 0s
 38150K .......... .......... .......... .......... .......... 84% 45.3M 0s
 38200K .......... .......... .......... .......... .......... 84% 13.0M 0s
 38250K .......... .......... .......... .......... .......... 84%  147M 0s
 38300K .......... .......... .......... .......... .......... 84% 50.7M 0s
 38350K .......... .......... .......... .......... .......... 84% 41.0M 0s
 38400K .......... .......... .......... .......... .......... 85% 12.9M 0s
 38450K .......... .......... .......... .......... .......... 85%  143M 0s
 38500K .......... .......... .......... .......... .......... 85%  174M 0s
 38550K .......... .......... .......... .......... .......... 85% 64.3M 0s
 38600K .......... .......... .......... .......... .......... 85% 40.7M 0s
 38650K .......... .......... .......... .......... .......... 85%  147M 0s
 38700K .......... .......... .......... .......... .......... 85% 13.2M 0s
 38750K .......... .......... .......... .......... .......... 85%  136M 0s
 38800K .......... .......... .......... .......... .......... 85% 59.1M 0s
 38850K .......... .......... .......... .......... .......... 86% 40.2M 0s
 38900K .......... .......... .......... .......... .......... 86% 39.2M 0s
 38950K .......... .......... .......... .......... .......... 86% 19.1M 0s
 39000K .......... .......... .......... .......... .......... 86% 37.1M 0s
 39050K .......... .......... .......... .......... .......... 86%  148M 0s
 39100K .......... .......... .......... .......... .......... 86% 68.8M 0s
 39150K .......... .......... .......... .......... .......... 86%  171M 0s
 39200K .......... .......... .......... .......... .......... 86% 13.8M 0s
 39250K .......... .......... .......... .......... .......... 86% 30.6M 0s
 39300K .......... .......... .......... .......... .......... 87%  171M 0s
 39350K .......... .......... .......... .......... .......... 87%  174M 0s
 39400K .......... .......... .......... .......... .......... 87% 69.2M 0s
 39450K .......... .......... .......... .......... .......... 87% 12.9M 0s
 39500K .......... .......... .......... .......... .......... 87% 42.4M 0s
 39550K .......... .......... .......... .......... .......... 87%  170M 0s
 39600K .......... .......... .......... .......... .......... 87%  171M 0s
 39650K .......... .......... .......... .......... .......... 87% 59.2M 0s
 39700K .......... .......... .......... .......... .......... 87% 11.1M 0s
 39750K .......... .......... .......... .......... .......... 88% 34.8M 0s
 39800K .......... .......... .......... .......... .......... 88%  169M 0s
 39850K .......... .......... .......... .......... .......... 88%  148M 0s
 39900K .......... .......... .......... .......... .......... 88% 25.2M 0s
 39950K .......... .......... .......... .......... .......... 88% 18.4M 0s
 40000K .......... .......... .......... .......... .......... 88% 40.4M 0s
 40050K .......... .......... .......... .......... .......... 88%  128M 0s
 40100K .......... .......... .......... .......... .......... 88%  163M 0s
 40150K .......... .......... .......... .......... .......... 88% 64.1M 0s
 40200K .......... .......... .......... .......... .......... 89%  174M 0s
 40250K .......... .......... .......... .......... .......... 89% 10.5M 0s
 40300K .......... .......... .......... .......... .......... 89%  173M 0s
 40350K .......... .......... .......... .......... .......... 89%  176M 0s
 40400K .......... .......... .......... .......... .......... 89% 62.4M 0s
 40450K .......... .......... .......... .......... .......... 89% 40.0M 0s
 40500K .......... .......... .......... .......... .......... 89% 12.7M 0s
 40550K .......... .......... .......... .......... .......... 89%  162M 0s
 40600K .......... .......... .......... .......... .......... 89%  172M 0s
 40650K .......... .......... .......... .......... .......... 90% 58.9M 0s
 40700K .......... .......... .......... .......... .......... 90% 40.8M 0s
 40750K .......... .......... .......... .......... .......... 90% 20.2M 0s
 40800K .......... .......... .......... .......... .......... 90% 32.0M 0s
 40850K .......... .......... .......... .......... .......... 90%  178M 0s
 40900K .......... .......... .......... .......... .......... 90% 47.6M 0s
 40950K .......... .......... .......... .......... .......... 90% 24.7M 0s
 41000K .......... .......... .......... .......... .......... 90%  201M 0s
 41050K .......... .......... .......... .......... .......... 90% 18.1M 0s
 41100K .......... .......... .......... .......... .......... 91%  162M 0s
 41150K .......... .......... .......... .......... .......... 91% 46.8M 0s
 41200K .......... .......... .......... .......... .......... 91% 40.6M 0s
 41250K .......... .......... .......... .......... .......... 91%  155M 0s
 41300K .......... .......... .......... .......... .......... 91% 19.9M 0s
 41350K .......... .......... .......... .......... .......... 91% 42.1M 0s
 41400K .......... .......... .......... .......... .......... 91% 37.3M 0s
 41450K .......... .......... .......... .......... .......... 91% 39.2M 0s
 41500K .......... .......... .......... .......... .......... 91%  156M 0s
 41550K .......... .......... .......... .......... .......... 92% 20.7M 0s
 41600K .......... .......... .......... .......... .......... 92% 39.2M 0s
 41650K .......... .......... .......... .......... .......... 92% 39.8M 0s
 41700K .......... .......... .......... .......... .......... 92%  192M 0s
 41750K .......... .......... .......... .......... .......... 92% 38.1M 0s
 41800K .......... .......... .......... .......... .......... 92% 19.6M 0s
 41850K .......... .......... .......... .......... .......... 92% 38.4M 0s
 41900K .......... .......... .......... .......... .......... 92% 42.7M 0s
 41950K .......... .......... .......... .......... .......... 92% 27.4M 0s
 42000K .......... .......... .......... .......... .......... 93%  171M 0s
 42050K .......... .......... .......... .......... .......... 93% 25.2M 0s
 42100K .......... .......... .......... .......... .......... 93% 38.8M 0s
 42150K .......... .......... .......... .......... .......... 93%  174M 0s
 42200K .......... .......... .......... .......... .......... 93% 42.9M 0s
 42250K .......... .......... .......... .......... .......... 93% 39.0M 0s
 42300K .......... .......... .......... .......... .......... 93% 19.7M 0s
 42350K .......... .......... .......... .......... .......... 93% 41.3M 0s
 42400K .......... .......... .......... .......... .......... 93%  147M 0s
 42450K .......... .......... .......... .......... .......... 94% 41.8M 0s
 42500K .......... .......... .......... .......... .......... 94% 40.6M 0s
 42550K .......... .......... .......... .......... .......... 94% 19.9M 0s
 42600K .......... .......... .......... .......... .......... 94%  167M 0s
 42650K .......... .......... .......... .......... .......... 94% 22.0M 0s
 42700K .......... .......... .......... .......... .......... 94%  171M 0s
 42750K .......... .......... .......... .......... .......... 94% 38.2M 0s
 42800K .......... .......... .......... .......... .......... 94% 20.3M 0s
 42850K .......... .......... .......... .......... .......... 94% 40.2M 0s
 42900K .......... .......... .......... .......... .......... 95%  157M 0s
 42950K .......... .......... .......... .......... .......... 95% 39.2M 0s
 43000K .......... .......... .......... .......... .......... 95% 32.9M 0s
 43050K .......... .......... .......... .......... .......... 95% 22.1M 0s
 43100K .......... .......... .......... .......... .......... 95% 38.5M 0s
 43150K .......... .......... .......... .......... .......... 95%  127M 0s
 43200K .......... .......... .......... .......... .......... 95% 45.3M 0s
 43250K .......... .......... .......... .......... .......... 95% 39.6M 0s
 43300K .......... .......... .......... .......... .......... 95% 19.8M 0s
 43350K .......... .......... .......... .......... .......... 96%  173M 0s
 43400K .......... .......... .......... .......... .......... 96% 39.7M 0s
 43450K .......... .......... .......... .......... .......... 96% 45.8M 0s
 43500K .......... .......... .......... .......... .......... 96% 37.4M 0s
 43550K .......... .......... .......... .......... .......... 96% 20.4M 0s
 43600K .......... .......... .......... .......... .......... 96%  159M 0s
 43650K .......... .......... .......... .......... .......... 96% 28.6M 0s
 43700K .......... .......... .......... .......... .......... 96% 60.5M 0s
 43750K .......... .......... .......... .......... .......... 96% 46.9M 0s
 43800K .......... .......... .......... .......... .......... 97%  107M 0s
 43850K .......... .......... .......... .......... .......... 97% 19.5M 0s
 43900K .......... .......... .......... .......... .......... 97% 43.7M 0s
 43950K .......... .......... .......... .......... .......... 97% 44.3M 0s
 44000K .......... .......... .......... .......... .......... 97% 26.2M 0s
 44050K .......... .......... .......... .......... .......... 97%  103M 0s
 44100K .......... .......... .......... .......... .......... 97% 19.3M 0s
 44150K .......... .......... .......... .......... .......... 97% 51.6M 0s
 44200K .......... .......... .......... .......... .......... 97% 42.7M 0s
 44250K .......... .......... .......... .......... .......... 98% 38.7M 0s
 44300K .......... .......... .......... .......... .......... 98% 98.0M 0s
 44350K .......... .......... .......... .......... .......... 98% 20.5M 0s
 44400K .......... .......... .......... .......... .......... 98% 44.7M 0s
 44450K .......... .......... .......... .......... .......... 98% 42.2M 0s
 44500K .......... .......... .......... .......... .......... 98%  116M 0s
 44550K .......... .......... .......... .......... .......... 98% 40.9M 0s
 44600K .......... .......... .......... .......... .......... 98% 20.4M 0s
 44650K .......... .......... .......... .......... .......... 98% 40.4M 0s
 44700K .......... .......... .......... .......... .......... 99% 42.9M 0s
 44750K .......... .......... .......... .......... .......... 99%  115M 0s
 44800K .......... .......... .......... .......... .......... 99% 36.8M 0s
 44850K .......... .......... .......... .......... .......... 99% 20.6M 0s
 44900K .......... .......... .......... .......... .......... 99% 44.5M 0s
 44950K .......... .......... .......... .......... .......... 99% 38.8M 0s
 45000K .......... .......... .......... .......... .......... 99%  114M 0s
 45050K .......... .......... .......... .......... .......... 99% 16.5M 0s
 45100K .......... .......... .......... .......... .......... 99% 42.1M 0s
 45150K .......... .......... ........                        100%  106M=1.3s

2022-08-23 14:20:44 (35.3 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-23 14:20:48--  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% 8.70M 0s
    50K .......... .......... .......... .......... ..........  3% 8.68M 0s
   100K .......... .......... .......... .......... ..........  5% 38.1M 0s
   150K .......... .......... .......... .......... ..........  7% 71.9M 0s
   200K .......... .......... .......... .......... ..........  9% 9.93M 0s
   250K .......... .......... .......... .......... .......... 11% 41.0M 0s
   300K .......... .......... .......... .......... .......... 13% 12.2M 0s
   350K .......... .......... .......... .......... .......... 15% 46.5M 0s
   400K .......... .......... .......... .......... .......... 17% 44.6M 0s
   450K .......... .......... .......... .......... .......... 19% 87.0M 0s
   500K .......... .......... .......... .......... .......... 21% 12.2M 0s
   550K .......... .......... .......... .......... .......... 23% 32.4M 0s
   600K .......... .......... .......... .......... .......... 25% 48.8M 0s
   650K .......... .......... .......... .......... .......... 27% 86.9M 0s
   700K .......... .......... .......... .......... .......... 29%  104M 0s
   750K .......... .......... .......... .......... .......... 31% 29.3M 0s
   800K .......... .......... .......... .......... .......... 33%  104M 0s
   850K .......... .......... .......... .......... .......... 35% 81.1M 0s
   900K .......... .......... .......... .......... .......... 37%  100M 0s
   950K .......... .......... .......... .......... .......... 39% 47.7M 0s
  1000K .......... .......... .......... .......... .......... 41% 46.1M 0s
  1050K .......... .......... .......... .......... .......... 43% 33.0M 0s
  1100K .......... .......... .......... .......... .......... 45% 83.6M 0s
  1150K .......... .......... .......... .......... .......... 47% 77.0M 0s
  1200K .......... .......... .......... .......... .......... 49% 40.2M 0s
  1250K .......... .......... .......... .......... .......... 51% 89.8M 0s
  1300K .......... .......... .......... .......... .......... 53% 77.8M 0s
  1350K .......... .......... .......... .......... .......... 55% 49.1M 0s
  1400K .......... .......... .......... .......... .......... 57%  115M 0s
  1450K .......... .......... .......... .......... .......... 59% 19.0M 0s
  1500K .......... .......... .......... .......... .......... 61% 92.5M 0s
  1550K .......... .......... .......... .......... .......... 63% 67.4M 0s
  1600K .......... .......... .......... .......... .......... 65% 84.3M 0s
  1650K .......... .......... .......... .......... .......... 67% 72.2M 0s
  1700K .......... .......... .......... .......... .......... 69% 93.0M 0s
  1750K .......... .......... .......... .......... .......... 71% 75.1M 0s
  1800K .......... .......... .......... .......... .......... 73% 91.6M 0s
  1850K .......... .......... .......... .......... .......... 75% 85.4M 0s
  1900K .......... .......... .......... .......... .......... 77% 90.4M 0s
  1950K .......... .......... .......... .......... .......... 79% 48.7M 0s
  2000K .......... .......... .......... .......... .......... 81%  105M 0s
  2050K .......... .......... .......... .......... .......... 83% 81.8M 0s
  2100K .......... .......... .......... .......... .......... 85%  106M 0s
  2150K .......... .......... .......... .......... .......... 87% 93.7M 0s
  2200K .......... .......... .......... .......... .......... 89% 89.6M 0s
  2250K .......... .......... .......... .......... .......... 91%  109M 0s
  2300K .......... .......... .......... .......... .......... 92% 78.0M 0s
  2350K .......... .......... .......... .......... .......... 94% 87.7M 0s
  2400K .......... .......... .......... .......... .......... 96%  110M 0s
  2450K .......... .......... .......... .......... .......... 98% 29.3M 0s
  2500K .......... .......... ......                          100% 76.1M=0.06s

2022-08-23 14:20:48 (40.5 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-23 14:20:49.000 logParameters (src/parameters.c:335):Image file name: ./image/VMMaker.image
[DEBUG] 2022-08-23 14:20:49.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2022-08-23 14:20:49.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2022-08-23 14:20:49.000 logParameterVector (src/parameters.c:325):vmParameters [count = 4]:
[DEBUG] 2022-08-23 14:20:49.000 logParameterVector (src/parameters.c:328): ./vm/Contents/MacOS/Pharo
[DEBUG] 2022-08-23 14:20:49.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2022-08-23 14:20:49.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2022-08-23 14:20:49.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2022-08-23 14:20:49.000 logParameterVector (src/parameters.c:325):imageParameters [count = 3]:
[DEBUG] 2022-08-23 14:20:49.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2022-08-23 14:20:49.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2022-08-23 14:20:49.000 logParameterVector (src/parameters.c:328): VMMakerTests
[INFO ] 2022-08-23 14:20:49.000 vm_main_with_parameters (src/client.c:113):Opening Image: ./image/VMMaker.image
[DEBUG] 2022-08-23 14:20:49.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-23 14:20:49.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2022-08-23 14:20:49.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2022-08-23 14:20:49.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2022-08-23 14:20:49.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2022-08-23 14:20:49.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2022-08-23 14:20:49.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2022-08-23 14:20:49.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2022-08-23 14:20:49.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2022-08-23 14:20:49.000 runOnMainThread (src/client.c:260):Running VM on main thread
[DEBUG] 2022-08-23 14:20:49.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x1117ca000
[DEBUG] 2022-08-23 14:20:49.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x111928000
[DEBUG] 2022-08-23 14:20:49.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x111928000
[WARN ] 2022-08-23 14:20:49.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2022-08-23 14:20:49.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2022-08-23 14:20:49.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2022-08-23 14:20:49.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2022-08-23 14:20:49.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2022-08-23 14:20:49.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2022-08-23 14:20:49.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2022-08-23 14:20:49.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2022-08-23 14:20:49.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2022-08-23 14:20:49.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2022-08-23 14:20:49.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioNoteDisplayChangedwidthheightdepth
[WARN ] 2022-08-23 14:20:49.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2022-08-23 14:20:49.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 ... okayAborted by tesonep@gmail.com
Sending interrupt signal to process
[WARN ] 2022-08-23 14:29:54.000 terminateHandler (src/debugUnix.c:92):VM terminated with signal Terminated: 15
[WARN ] 2022-08-23 14:29:54.000 terminateHandler (src/debugUnix.c:92):VM terminated with signal Terminated: 15

Terminated: 15 Tue Aug 23 14:29:54 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 0x0000000000000001 rbx 0x0000000107fb0080 rcx 0x00007fffd9e9e540 rdx 0x00007ffeeb70e830
	rdi 0x00007fffc994e220 rsi 0x00007fffc994e220 rbp 0x00007ffeeb70e770 rsp 0x00007ffeeb70e750
	r8  0x000000006ab8a988 r9  0x000000000000030e r10 0x00007ffeeb70e838 r11 0x00007fff67041f00
	r12 0x00007ffeeb70e820 r13 0x0000000000000015 r14 0x00007fff68bb9f00 r15 0x00007ffeeb70e820
	rip 0x0000000107f220ed
*0   ???                                 0x0000000107f220ed 0x0 + 4428275949
1   libPharoVMCore.dylib                0x0000000104575b91 reportStackState + 305
2   libPharoVMCore.dylib                0x0000000104575a2e doReport + 190
3   libPharoVMCore.dylib                0x0000000104575dc2 terminateHandler + 82
4   libsystem_platform.dylib            0x00007fff68cdf5fd _sigtramp + 29
5   ???                                 0x0058000000000000 0x0 + 24769797950537728
6   libdyld.dylib                       0x00007fff68ae4270 dladdr + 174
7   libsystem_c.dylib                   0x00007fff68b38ae1 backtrace_symbols_fd + 124
8   libPharoVMCore.dylib                0x0000000104575bd9 reportStackState + 377
9   libPharoVMCore.dylib                0x00000001045759ff doReport + 143
10  libPharoVMCore.dylib                0x0000000104575dc2 terminateHandler + 82
11  libsystem_platform.dylib            0x00007fff68cdf5fd _sigtramp + 29
12  libsystem_c.dylib                   0x00007fff68bb9f00 itoa64 + 2640
13  libPharoVMCore.dylib                0x0000000104520691 printActivationNameForreceiverisBlockfirstTemporary + 177
14  libPharoVMCore.dylib                0x0000000104523b4a shortPrintFrame + 490
15  libPharoVMCore.dylib                0x0000000104542368 printCallStackFP + 56
16  libPharoVMCore.dylib                0x0000000104542039 printAllStacks + 249
17  libPharoVMCore.dylib                0x0000000104575c63 reportStackState + 515
18  libPharoVMCore.dylib                0x00000001045759ff doReport + 143
19  libPharoVMCore.dylib                0x0000000104575d59 sigsegv + 25
20  libsystem_platform.dylib            0x00007fff68cdf5fd _sigtramp + 29
21  ???                                 0x00000003b3f310d8 0x0 + 15903953112
22  libPharoVMCore.dylib                0x0000000104536973 compact + 1091
23  libPharoVMCore.dylib                0x000000010453450b fullGC + 683
24  libPharoVMCore.dylib                0x000000010451af72 checkForEventsMayContextSwitch + 226
25  libPharoVMCore.dylib                0x00000001045204b4 ceStackOverflow + 180
26  ???                                 0x00000001117ca59c 0x0 + 4588348828
27  libsystem_c.dylib                   0x00007fff68b894da strftime_l + 142

Most recent primitives
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
flush:
primUTCMicrosecondsClock
signal
wait
signal
signal
nowTick
nowTick
nowTick
primSignal:atUTCMicroseconds:
wait
wait
wait
signal
millisecondClockValue
millisecondClockValue
yield
**StackOverflow**
stringHash:initialHash:
compare:with:collated:
stringHash:initialHash:
compare:with:collated:
perform:with:
stringHash:initialHash:
findSubstring:in:startingAt:matchTable:
findSubstring:in:startingAt:matchTable:
new:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
bitShiftMagnitude:
stringHash:initialHash:
class
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
findSubstring:in:startingAt:matchTable:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
findSubstring:in:startingAt:matchTable:
findSubstring:in:startingAt:matchTable:
stringHash:initialHash:
findSubstring:in:startingAt:matchTable:
findSubstring:in:startingAt:matchTable:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
stringHash:initialHash:
findSubstring:in:startingAt:matchTable:
findSubstring:in:startingAt:matchTable:
findSubstring:in:startingAt:matchTable:
findSubstring:in:startingAt:matchTable:
findSubstring:in:startingAt:matchTable:
findSubstring:in:startingAt:matchTable:
stringHash:initialHash:
stringHash:initialHash:
findSubstring:in:startingAt:matchTable:
stringHash:initialHash:
stringHash:initialHash:
findSubstring:in:startingAt:matchTable:
findSubstring:in:startingAt:matchTable:
stringHash:initialHash:
perform:
stringHash:initialHash:
new:
stringHash:initialHash:
stringHash:initialHash:
digitSubtract:
stringHash:initialHash:
new:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
**IncrementalGC**
**FullGC**

stack page bytes 8192 available headroom 5576 minimum unused headroom 6000

	(Terminated: 15)
[WARN ] 2022-08-23 14:29:54.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

GitHub has been notified of this commit’s build result

Finished: ABORTED