Skip to content
Aborted

Console Output

Push event to branch pharo-10
09:43:56 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-osx-intel in /builds/workspace/pharo-vm_pharo-10
[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-10/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-10/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 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f (pharo-10)
Commit message: "Merge pull request #752 from pharo-project/preparing-release-v10.1.1"
 > 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 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f # timeout=10
 > git rev-list --no-walk 50e8dc18bd5ab4913a521d1e3981b06e593d97af # timeout=10
[Pipeline] stash
Stashed 2 file(s)
[Pipeline] sh
+ git tag --list --points-at HEAD
[Pipeline] echo
Extracted versionTag:  is release: false
[Pipeline] writeFile
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] cmakeBuild
[runTests] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-10/repository
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 10.1.1-9d96254f
-- Commit hash 9d96254f : 2024-03-12 09:43:39 +0100
-- No user build settings.
-- 9d96254f - Commit: 9d96254f - Date: 2024-03-12 09:43:39 +0100
-- 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-10/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: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
Switched to a new branch 'v3.3-cmake'
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- 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
-- Downloading Git2 binary
Adding third-party libraries for Darwin-x86_64: libgit2-1.4.4
-- Downloading/updating libgit2-1.4.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.4.4-download
Scanning dependencies of target libgit2-1.4.4-download
[ 11%] Creating directories for 'libgit2-1.4.4-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.4.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-1.4.4.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 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-10/runTests/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.4.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.4.4-download'
[ 44%] No update step for 'libgit2-1.4.4-download'
[ 55%] No configure step for 'libgit2-1.4.4-download'
[ 66%] No build step for 'libgit2-1.4.4-download'
[ 77%] No install step for 'libgit2-1.4.4-download'
[ 88%] No test step for 'libgit2-1.4.4-download'
[100%] Completed 'libgit2-1.4.4-download'
[100%] Built target libgit2-1.4.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.4.4-src/libgit2.1.4.4.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.4.4-src/libgit2.1.4.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.4.4-src/libgit2.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-1.5.2
-- Downloading/updating libgit2-1.5.2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.5.2-download
Scanning dependencies of target libgit2-1.5.2-download
[ 11%] Creating directories for 'libgit2-1.5.2-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.5.2-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.5.2-download/libgit2-1.5.2-download-prefix/src/libgit2-1.5.2.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-1.5.2.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 16% 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 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-10/runTests/libgit2-1.5.2-download/libgit2-1.5.2-download-prefix/src/libgit2-1.5.2.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.5.2-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.5.2-download'
[ 44%] No update step for 'libgit2-1.5.2-download'
[ 55%] No configure step for 'libgit2-1.5.2-download'
[ 66%] No build step for 'libgit2-1.5.2-download'
[ 77%] No install step for 'libgit2-1.5.2-download'
[ 88%] No test step for 'libgit2-1.5.2-download'
[100%] Completed 'libgit2-1.5.2-download'
[100%] Built target libgit2-1.5.2-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.5.2-src/libgit2.1.5.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.5.2-src/libgit2.1.5.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-1.6.4
-- Downloading/updating libgit2-1.6.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.6.4-download
Scanning dependencies of target libgit2-1.6.4-download
[ 11%] Creating directories for 'libgit2-1.6.4-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.6.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.6.4-download/libgit2-1.6.4-download-prefix/src/libgit2-1.6.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-1.6.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 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 17% 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-10/runTests/libgit2-1.6.4-download/libgit2-1.6.4-download-prefix/src/libgit2-1.6.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.6.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.6.4-download'
[ 44%] No update step for 'libgit2-1.6.4-download'
[ 55%] No configure step for 'libgit2-1.6.4-download'
[ 66%] No build step for 'libgit2-1.6.4-download'
[ 77%] No install step for 'libgit2-1.6.4-download'
[ 88%] No test step for 'libgit2-1.6.4-download'
[100%] Completed 'libgit2-1.6.4-download'
[100%] Built target libgit2-1.6.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.6.4-src/libgit2.1.6.4.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-1.6.4-src/libgit2.1.6.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-default-2023-04-14
-- Downloading/updating libgit2-default-2023-04-14
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-default-2023-04-14-download
Scanning dependencies of target libgit2-default-2023-04-14-download
[ 11%] Creating directories for 'libgit2-default-2023-04-14-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-default-2023-04-14-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-default-2023-04-14-download/libgit2-default-2023-04-14-download-prefix/src/libgit2-default-2023-04-14.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-default-2023-04-14.zip'
-- [download 2% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 26% complete]
-- [download 28% 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-10/runTests/libgit2-default-2023-04-14-download/libgit2-default-2023-04-14-download-prefix/src/libgit2-default-2023-04-14.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-default-2023-04-14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-default-2023-04-14-download'
[ 44%] No update step for 'libgit2-default-2023-04-14-download'
[ 55%] No configure step for 'libgit2-default-2023-04-14-download'
[ 66%] No build step for 'libgit2-default-2023-04-14-download'
[ 77%] No install step for 'libgit2-default-2023-04-14-download'
[ 88%] No test step for 'libgit2-default-2023-04-14-download'
[100%] Completed 'libgit2-default-2023-04-14-download'
[100%] Built target libgit2-default-2023-04-14-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libgit2-default-2023-04-14-src/libgit2.dylib
Adding third-party libraries for Darwin-x86_64: libssh2-1.10.0
-- Downloading/updating libssh2-1.10.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libssh2-1.10.0-download
Scanning dependencies of target libssh2-1.10.0-download
[ 11%] Creating directories for 'libssh2-1.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.10.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libssh2-1.10.0-download/libssh2-1.10.0-download-prefix/src/libssh2-1.10.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libssh2-1.10.0.zip'
-- [download 10% complete]
-- [download 11% complete]
-- [download 17% complete]
-- [download 24% complete]
-- [download 29% complete]
-- [download 34% complete]
-- [download 41% complete]
-- [download 46% complete]
-- [download 53% complete]
-- [download 63% complete]
-- [download 75% complete]
-- [download 87% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libssh2-1.10.0-download/libssh2-1.10.0-download-prefix/src/libssh2-1.10.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libssh2-1.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.10.0-download'
[ 44%] No update step for 'libssh2-1.10.0-download'
[ 55%] No configure step for 'libssh2-1.10.0-download'
[ 66%] No build step for 'libssh2-1.10.0-download'
[ 77%] No install step for 'libssh2-1.10.0-download'
[ 88%] No test step for 'libssh2-1.10.0-download'
[100%] Completed 'libssh2-1.10.0-download'
[100%] Built target libssh2-1.10.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libssh2-1.10.0-src/libssh2.1.0.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libssh2-1.10.0-src/libssh2.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libssh2-1.10.0-src/libssh2.dylib
Adding third-party libraries for Darwin-x86_64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/openssl-1.1.1k.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-10/runTests/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.1.1k-download'
[ 44%] No update step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/openssl-1.1.1k-src/libcrypto.1.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/openssl-1.1.1k-src/libcrypto.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/openssl-1.1.1k-src/libssl.1.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/openssl-1.1.1k-src/libssl.dylib
Adding third-party libraries for Darwin-x86_64: freetype-2.12.1
-- Downloading/updating freetype-2.12.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/freetype-2.12.1-download
Scanning dependencies of target freetype-2.12.1-download
[ 11%] Creating directories for 'freetype-2.12.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.12.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/freetype-2.12.1-download/freetype-2.12.1-download-prefix/src/freetype-2.12.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/freetype-2.12.1.zip'
-- [download 1% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 20% complete]
-- [download 24% complete]
-- [download 28% complete]
-- [download 33% complete]
-- [download 37% complete]
-- [download 41% complete]
-- [download 45% complete]
-- [download 49% complete]
-- [download 53% complete]
-- [download 57% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 72% 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 87% complete]
-- [download 91% 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-10/runTests/freetype-2.12.1-download/freetype-2.12.1-download-prefix/src/freetype-2.12.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/freetype-2.12.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.12.1-download'
[ 44%] No update step for 'freetype-2.12.1-download'
[ 55%] No configure step for 'freetype-2.12.1-download'
[ 66%] No build step for 'freetype-2.12.1-download'
[ 77%] No install step for 'freetype-2.12.1-download'
[ 88%] No test step for 'freetype-2.12.1-download'
[100%] Completed 'freetype-2.12.1-download'
[100%] Built target freetype-2.12.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/freetype-2.12.1-src/libfreetype.6.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/freetype-2.12.1-src/libfreetype.dylib
Adding third-party libraries for Darwin-x86_64: fontconfig-2.13.1
-- Downloading/updating fontconfig-2.13.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/fontconfig-2.13.1-download
Scanning dependencies of target fontconfig-2.13.1-download
[ 11%] Creating directories for 'fontconfig-2.13.1-download'
[ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/fontconfig-2.13.1.zip'
-- [download 6% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 40% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 71% complete]
-- [download 73% 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 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% 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-10/runTests/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/fontconfig-2.13.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'fontconfig-2.13.1-download'
[ 44%] No update step for 'fontconfig-2.13.1-download'
[ 55%] No configure step for 'fontconfig-2.13.1-download'
[ 66%] No build step for 'fontconfig-2.13.1-download'
[ 77%] No install step for 'fontconfig-2.13.1-download'
[ 88%] No test step for 'fontconfig-2.13.1-download'
[100%] Completed 'fontconfig-2.13.1-download'
[100%] Built target fontconfig-2.13.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/fontconfig-2.13.1-src/libfontconfig.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/fontconfig-2.13.1-src/libfontconfig.dylib
Adding third-party libraries for Darwin-x86_64: harfbuzz-5.3.1
-- Downloading/updating harfbuzz-5.3.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/harfbuzz-5.3.1-download
Scanning dependencies of target harfbuzz-5.3.1-download
[ 11%] Creating directories for 'harfbuzz-5.3.1-download'
[ 22%] Performing download step (download, verify and extract) for 'harfbuzz-5.3.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/harfbuzz-5.3.1-download/harfbuzz-5.3.1-download-prefix/src/harfbuzz-5.3.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/harfbuzz-5.3.1.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 36% complete]
-- [download 37% complete]
-- [download 38% 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-10/runTests/harfbuzz-5.3.1-download/harfbuzz-5.3.1-download-prefix/src/harfbuzz-5.3.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/harfbuzz-5.3.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'harfbuzz-5.3.1-download'
[ 44%] No update step for 'harfbuzz-5.3.1-download'
[ 55%] No configure step for 'harfbuzz-5.3.1-download'
[ 66%] No build step for 'harfbuzz-5.3.1-download'
[ 77%] No install step for 'harfbuzz-5.3.1-download'
[ 88%] No test step for 'harfbuzz-5.3.1-download'
[100%] Completed 'harfbuzz-5.3.1-download'
[100%] Built target harfbuzz-5.3.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/harfbuzz-5.3.1-src/libharfbuzz.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/harfbuzz-5.3.1-src/libharfbuzz.dylib
Adding third-party libraries for Darwin-x86_64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.40.0.zip'
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 23% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 34% complete]
-- [download 39% complete]
-- [download 42% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 55% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 67% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 90% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.40.0-download'
[ 44%] No update step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/pixman-0.40.0-src/libpixman-1.0.40.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/pixman-0.40.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/pixman-0.40.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.17.4
-- Downloading/updating cairo-1.17.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/cairo-1.17.4-download
Scanning dependencies of target cairo-1.17.4-download
[ 11%] Creating directories for 'cairo-1.17.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.17.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/cairo-1.17.4-download/cairo-1.17.4-download-prefix/src/cairo-1.17.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.17.4.zip'
-- [download 2% 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-10/runTests/cairo-1.17.4-download/cairo-1.17.4-download-prefix/src/cairo-1.17.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/cairo-1.17.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.17.4-download'
[ 44%] No update step for 'cairo-1.17.4-download'
[ 55%] No configure step for 'cairo-1.17.4-download'
[ 66%] No build step for 'cairo-1.17.4-download'
[ 77%] No install step for 'cairo-1.17.4-download'
[ 88%] No test step for 'cairo-1.17.4-download'
[100%] Completed 'cairo-1.17.4-download'
[100%] Built target cairo-1.17.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/cairo-1.17.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/cairo-1.17.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.6.37.zip'
-- [download 2% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 42% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.37-download'
[ 44%] No update step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libpng-1.6.37-src/libpng.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libpng-1.6.37-src/libpng16.16.37.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libpng-1.6.37-src/libpng16.16.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/libpng-1.6.37-src/libpng16.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-x86_64: SDL2-2.24.1
-- Downloading/updating SDL2-2.24.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/SDL2-2.24.1-download
Scanning dependencies of target SDL2-2.24.1-download
[ 11%] Creating directories for 'SDL2-2.24.1-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.24.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/SDL2-2.24.1-download/SDL2-2.24.1-download-prefix/src/SDL2-2.24.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/SDL2-2.24.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% 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 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 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 53% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 59% 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 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-10/runTests/SDL2-2.24.1-download/SDL2-2.24.1-download-prefix/src/SDL2-2.24.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/SDL2-2.24.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.24.1-download'
[ 44%] No update step for 'SDL2-2.24.1-download'
[ 55%] No configure step for 'SDL2-2.24.1-download'
[ 66%] No build step for 'SDL2-2.24.1-download'
[ 77%] No install step for 'SDL2-2.24.1-download'
[ 88%] No test step for 'SDL2-2.24.1-download'
[100%] Completed 'SDL2-2.24.1-download'
[100%] Built target SDL2-2.24.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/SDL2-2.24.1-src/libSDL2-2.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/SDL2-2.24.1-src/libSDL2.dylib
-- dot executable from Graphviz not found. Dependency graphs not generated
-- Configuring done
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
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   ffi_shared

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-10/runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-10/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-10/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/CMakeFiles 10
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 CMakeFiles/vmmaker.dir/all
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker_vm.dir/build.make CMakeFiles/vmmaker_vm.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/vmmaker_vm.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/vmmaker_vm.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/vmmaker_vm.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/vmmaker_vm.dir/depend.internal".
Scanning dependencies of target vmmaker_vm
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker_vm.dir/build.make CMakeFiles/vmmaker_vm.dir/build
[ 10%] Creating directories for '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-10/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-10/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-10/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-10/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-10/runTests/build/vmmaker/src/vmmaker_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-10/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-10/runTests/build/vmmaker/src/vmmaker_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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-mkdir
[ 10%] Performing download step (download, verify and extract) for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/download-vmmaker_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/src/PharoVM-10.0.5-2757766f-Darwin-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-10.0.5-2757766f-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-10/runTests/build/vmmaker/src/PharoVM-10.0.5-2757766f-Darwin-x86_64-bin.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/verify-vmmaker_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/extract-vmmaker_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/src/PharoVM-10.0.5-2757766f-Darwin-x86_64-bin.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-download
[ 10%] No patch step for 'vmmaker_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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-patch
[ 20%] No update step for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-update
[ 30%] No configure step for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-configure
[ 40%] No build step for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-build
[ 40%] No install step for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-install
[ 50%] Completed '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-10/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-10/runTests/CMakeFiles/vmmaker_vm-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-10/runTests/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-done
[ 50%] Built target vmmaker_vm
/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-10/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-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/vmmaker.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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
[ 50%] Creating directories for '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-10/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-10/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-10/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-10/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-10/runTests/build/vmmaker/src/vmmaker-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-10/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-10/runTests/build/vmmaker/src/vmmaker-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-10/runTests/build/vmmaker/src/vmmaker-stamp/vmmaker-mkdir
[ 60%] Performing download step (download, verify and extract) for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker-stamp/download-vmmaker.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/110/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.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-10/runTests/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker-stamp/verify-vmmaker.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker-stamp/extract-vmmaker.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/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-10/runTests/build/vmmaker/src/vmmaker-stamp/vmmaker-download
[ 70%] No patch step for 'vmmaker'
/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-10/runTests/build/vmmaker/src/vmmaker-stamp/vmmaker-patch
[ 70%] No update step for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker-stamp/vmmaker-update
[ 70%] No configure step for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker-stamp/vmmaker-configure
[ 80%] Performing build step for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/image/Pharo11-SNAPSHOT-64bit-cf3d3fd.image --no-default-preferences save VMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-10/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-10/repository httpsUrl
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-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Loading -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Loaded -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Loading -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Loaded -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: SmaCC-GLR baseline
MetacelloNotification: Fetched -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> LLVMDisassembler-Tests-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Project: OpalSimdBytecode baseline
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
NewUndeclaredWarning: SmaCCParser class>>parseFile: (FileStream is Undeclared)
MetacelloNotification: Loaded -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loaded -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (usedVariablesCache is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TConstantNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TGoToNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TLabeledCommentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TReturnNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TReturnNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TVariableNode>>nodesDo:parent:(parent is shadowed)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SlangOptionTest>>setUp (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: SlangBasicTranslationTest>>constantClass (VMBasicConstants is Undeclared)
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMClass>>fprintf:format:arguments: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>setUp (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: 	Loaded -> LLVMDisassembler-Tests-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMSpurImageToComposedImageMigrationProcess>>createSimulator (VMSimulatedEnvironmentBuilder is Undeclared)
SystemNotification: VMStackPageSurrogate>>addressIsInPage:(address is shadowed)
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: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMImageReadingTest>>testMovingObjectsToPermSpaceReduceOldSpace (imageReaderClass is Undeclared)
NewUndeclaredWarning: VMImageReadingTest>>testReadingSTONHeader (imageReaderClass is Undeclared)
NewUndeclaredWarning: VMImageReadingTest>>testSavingPermanentSpaceObjectsInSpurFormatFails (imageWriterClass is Undeclared)
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker-stamp/vmmaker-build
[ 90%] No install step for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/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-10/runTests/build/vmmaker/src/vmmaker-stamp/vmmaker-install
[100%] Completed '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-10/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-10/runTests/CMakeFiles/vmmaker-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-10/runTests/build/vmmaker/src/vmmaker-stamp/vmmaker-done
[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-10/runTests/CMakeFiles 0
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker
[Pipeline] {
[Pipeline] sh
+ wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip
--2024-03-12 09:45:52--  https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 46262593 (44M) [application/zip]
Saving to: ‘libllvm-full.zip’

     0K .......... .......... .......... .......... ..........  0% 4,02M 11s
    50K .......... .......... .......... .......... ..........  0% 8,02M 8s
   100K .......... .......... .......... .......... ..........  0% 36,4M 6s
   150K .......... .......... .......... .......... ..........  0% 10,2M 5s
   200K .......... .......... .......... .......... ..........  0% 18,7M 5s
   250K .......... .......... .......... .......... ..........  0% 41,1M 4s
   300K .......... .......... .......... .......... ..........  0% 14,5M 4s
   350K .......... .......... .......... .......... ..........  0% 40,6M 4s
   400K .......... .......... .......... .......... ..........  0% 29,0M 3s
   450K .......... .......... .......... .......... ..........  1% 35,9M 3s
   500K .......... .......... .......... .......... ..........  1% 23,9M 3s
   550K .......... .......... .......... .......... ..........  1% 31,4M 3s
   600K .......... .......... .......... .......... ..........  1% 48,1M 3s
   650K .......... .......... .......... .......... ..........  1% 40,0M 3s
   700K .......... .......... .......... .......... ..........  1% 19,2M 3s
   750K .......... .......... .......... .......... ..........  1% 76,5M 2s
   800K .......... .......... .......... .......... ..........  1% 53,5M 2s
   850K .......... .......... .......... .......... ..........  1% 47,9M 2s
   900K .......... .......... .......... .......... ..........  2% 51,8M 2s
   950K .......... .......... .......... .......... ..........  2% 56,9M 2s
  1000K .......... .......... .......... .......... ..........  2% 51,2M 2s
  1050K .......... .......... .......... .......... ..........  2% 44,1M 2s
  1100K .......... .......... .......... .......... ..........  2% 58,3M 2s
  1150K .......... .......... .......... .......... ..........  2% 47,1M 2s
  1200K .......... .......... .......... .......... ..........  2% 53,5M 2s
  1250K .......... .......... .......... .......... ..........  2% 51,7M 2s
  1300K .......... .......... .......... .......... ..........  2% 58,8M 2s
  1350K .......... .......... .......... .......... ..........  3% 39,0M 2s
  1400K .......... .......... .......... .......... ..........  3% 57,9M 2s
  1450K .......... .......... .......... .......... ..........  3% 58,9M 2s
  1500K .......... .......... .......... .......... ..........  3% 46,1M 2s
  1550K .......... .......... .......... .......... ..........  3% 50,4M 2s
  1600K .......... .......... .......... .......... ..........  3% 57,6M 2s
  1650K .......... .......... .......... .......... ..........  3% 61,4M 2s
  1700K .......... .......... .......... .......... ..........  3% 39,9M 2s
  1750K .......... .......... .......... .......... ..........  3% 57,2M 2s
  1800K .......... .......... .......... .......... ..........  4% 56,0M 2s
  1850K .......... .......... .......... .......... ..........  4% 51,4M 1s
  1900K .......... .......... .......... .......... ..........  4% 49,3M 1s
  1950K .......... .......... .......... .......... ..........  4% 58,3M 1s
  2000K .......... .......... .......... .......... ..........  4% 50,9M 1s
  2050K .......... .......... .......... .......... ..........  4% 42,2M 1s
  2100K .......... .......... .......... .......... ..........  4% 59,5M 1s
  2150K .......... .......... .......... .......... ..........  4% 44,5M 1s
  2200K .......... .......... .......... .......... ..........  4% 52,0M 1s
  2250K .......... .......... .......... .......... ..........  5% 54,5M 1s
  2300K .......... .......... .......... .......... ..........  5% 57,0M 1s
  2350K .......... .......... .......... .......... ..........  5% 41,0M 1s
  2400K .......... .......... .......... .......... ..........  5% 75,8M 1s
  2450K .......... .......... .......... .......... ..........  5% 60,0M 1s
  2500K .......... .......... .......... .......... ..........  5% 58,8M 1s
  2550K .......... .......... .......... .......... ..........  5% 59,8M 1s
  2600K .......... .......... .......... .......... ..........  5% 73,5M 1s
  2650K .......... .......... .......... .......... ..........  5% 73,0M 1s
  2700K .......... .......... .......... .......... ..........  6% 57,8M 1s
  2750K .......... .......... .......... .......... ..........  6% 45,1M 1s
  2800K .......... .......... .......... .......... ..........  6% 71,3M 1s
  2850K .......... .......... .......... .......... ..........  6% 53,2M 1s
  2900K .......... .......... .......... .......... ..........  6% 52,1M 1s
  2950K .......... .......... .......... .......... ..........  6% 74,3M 1s
  3000K .......... .......... .......... .......... ..........  6% 79,1M 1s
  3050K .......... .......... .......... .......... ..........  6%  120M 1s
  3100K .......... .......... .......... .......... ..........  6%  113M 1s
  3150K .......... .......... .......... .......... ..........  7%  100M 1s
  3200K .......... .......... .......... .......... ..........  7%  114M 1s
  3250K .......... .......... .......... .......... ..........  7%  110M 1s
  3300K .......... .......... .......... .......... ..........  7%  113M 1s
  3350K .......... .......... .......... .......... ..........  7%  126M 1s
  3400K .......... .......... .......... .......... ..........  7% 95,2M 1s
  3450K .......... .......... .......... .......... ..........  7%  116M 1s
  3500K .......... .......... .......... .......... ..........  7% 14,7M 1s
  3550K .......... .......... .......... .......... ..........  7%  126M 1s
  3600K .......... .......... .......... .......... ..........  8%  100M 1s
  3650K .......... .......... .......... .......... ..........  8%  118M 1s
  3700K .......... .......... .......... .......... ..........  8%  114M 1s
  3750K .......... .......... .......... .......... ..........  8%  111M 1s
  3800K .......... .......... .......... .......... ..........  8%  116M 1s
  3850K .......... .......... .......... .......... ..........  8% 4,90M 1s
  3900K .......... .......... .......... .......... ..........  8% 70,7M 1s
  3950K .......... .......... .......... .......... ..........  8%  111M 1s
  4000K .......... .......... .......... .......... ..........  8%  104M 1s
  4050K .......... .......... .......... .......... ..........  9%  109M 1s
  4100K .......... .......... .......... .......... ..........  9%  109M 1s
  4150K .......... .......... .......... .......... ..........  9%  120M 1s
  4200K .......... .......... .......... .......... ..........  9%  112M 1s
  4250K .......... .......... .......... .......... ..........  9%  100M 1s
  4300K .......... .......... .......... .......... ..........  9%  120M 1s
  4350K .......... .......... .......... .......... ..........  9%  127M 1s
  4400K .......... .......... .......... .......... ..........  9%  119M 1s
  4450K .......... .......... .......... .......... ..........  9%  118M 1s
  4500K .......... .......... .......... .......... .......... 10%  137M 1s
  4550K .......... .......... .......... .......... .......... 10%  142M 1s
  4600K .......... .......... .......... .......... .......... 10%  115M 1s
  4650K .......... .......... .......... .......... .......... 10%  138M 1s
  4700K .......... .......... .......... .......... .......... 10%  121M 1s
  4750K .......... .......... .......... .......... .......... 10%  108M 1s
  4800K .......... .......... .......... .......... .......... 10%  106M 1s
  4850K .......... .......... .......... .......... .......... 10%  104M 1s
  4900K .......... .......... .......... .......... .......... 10%  128M 1s
  4950K .......... .......... .......... .......... .......... 11%  123M 1s
  5000K .......... .......... .......... .......... .......... 11%  136M 1s
  5050K .......... .......... .......... .......... .......... 11%  125M 1s
  5100K .......... .......... .......... .......... .......... 11%  126M 1s
  5150K .......... .......... .......... .......... .......... 11%  145M 1s
  5200K .......... .......... .......... .......... .......... 11%  130M 1s
  5250K .......... .......... .......... .......... .......... 11%  148M 1s
  5300K .......... .......... .......... .......... .......... 11% 42,8M 1s
  5350K .......... .......... .......... .......... .......... 11% 43,0M 1s
  5400K .......... .......... .......... .......... .......... 12%  121M 1s
  5450K .......... .......... .......... .......... .......... 12%  125M 1s
  5500K .......... .......... .......... .......... .......... 12% 89,6M 1s
  5550K .......... .......... .......... .......... .......... 12%  100M 1s
  5600K .......... .......... .......... .......... .......... 12% 76,7M 1s
  5650K .......... .......... .......... .......... .......... 12% 58,6M 1s
  5700K .......... .......... .......... .......... .......... 12% 74,0M 1s
  5750K .......... .......... .......... .......... .......... 12% 20,6M 1s
  5800K .......... .......... .......... .......... .......... 12% 56,3M 1s
  5850K .......... .......... .......... .......... .......... 13% 55,0M 1s
  5900K .......... .......... .......... .......... .......... 13% 47,4M 1s
  5950K .......... .......... .......... .......... .......... 13% 71,8M 1s
  6000K .......... .......... .......... .......... .......... 13% 76,9M 1s
  6050K .......... .......... .......... .......... .......... 13% 62,0M 1s
  6100K .......... .......... .......... .......... .......... 13% 79,1M 1s
  6150K .......... .......... .......... .......... .......... 13% 61,4M 1s
  6200K .......... .......... .......... .......... .......... 13% 53,5M 1s
  6250K .......... .......... .......... .......... .......... 13% 68,5M 1s
  6300K .......... .......... .......... .......... .......... 14% 45,9M 1s
  6350K .......... .......... .......... .......... .......... 14%  118M 1s
  6400K .......... .......... .......... .......... .......... 14%  116M 1s
  6450K .......... .......... .......... .......... .......... 14% 84,2M 1s
  6500K .......... .......... .......... .......... .......... 14%  101M 1s
  6550K .......... .......... .......... .......... .......... 14% 26,3M 1s
  6600K .......... .......... .......... .......... .......... 14% 81,0M 1s
  6650K .......... .......... .......... .......... .......... 14% 99,9M 1s
  6700K .......... .......... .......... .......... .......... 14% 71,2M 1s
  6750K .......... .......... .......... .......... .......... 15% 84,6M 1s
  6800K .......... .......... .......... .......... .......... 15%  106M 1s
  6850K .......... .......... .......... .......... .......... 15% 48,2M 1s
  6900K .......... .......... .......... .......... .......... 15% 93,4M 1s
  6950K .......... .......... .......... .......... .......... 15% 24,0M 1s
  7000K .......... .......... .......... .......... .......... 15% 95,0M 1s
  7050K .......... .......... .......... .......... .......... 15% 77,0M 1s
  7100K .......... .......... .......... .......... .......... 15%  107M 1s
  7150K .......... .......... .......... .......... .......... 15%  125M 1s
  7200K .......... .......... .......... .......... .......... 16% 95,0M 1s
  7250K .......... .......... .......... .......... .......... 16% 37,1M 1s
  7300K .......... .......... .......... .......... .......... 16% 23,4M 1s
  7350K .......... .......... .......... .......... .......... 16%  132M 1s
  7400K .......... .......... .......... .......... .......... 16%  128M 1s
  7450K .......... .......... .......... .......... .......... 16% 43,6M 1s
  7500K .......... .......... .......... .......... .......... 16% 51,7M 1s
  7550K .......... .......... .......... .......... .......... 16% 75,0M 1s
  7600K .......... .......... .......... .......... .......... 16% 70,8M 1s
  7650K .......... .......... .......... .......... .......... 17% 84,3M 1s
  7700K .......... .......... .......... .......... .......... 17% 29,4M 1s
  7750K .......... .......... .......... .......... .......... 17% 80,2M 1s
  7800K .......... .......... .......... .......... .......... 17% 90,8M 1s
  7850K .......... .......... .......... .......... .......... 17%  118M 1s
  7900K .......... .......... .......... .......... .......... 17% 68,0M 1s
  7950K .......... .......... .......... .......... .......... 17%  124M 1s
  8000K .......... .......... .......... .......... .......... 17% 37,6M 1s
  8050K .......... .......... .......... .......... .......... 17%  120M 1s
  8100K .......... .......... .......... .......... .......... 18% 23,0M 1s
  8150K .......... .......... .......... .......... .......... 18% 75,9M 1s
  8200K .......... .......... .......... .......... .......... 18% 86,7M 1s
  8250K .......... .......... .......... .......... .......... 18%  125M 1s
  8300K .......... .......... .......... .......... .......... 18%  120M 1s
  8350K .......... .......... .......... .......... .......... 18%  120M 1s
  8400K .......... .......... .......... .......... .......... 18% 34,1M 1s
  8450K .......... .......... .......... .......... .......... 18% 71,2M 1s
  8500K .......... .......... .......... .......... .......... 18% 27,3M 1s
  8550K .......... .......... .......... .......... .......... 19%  105M 1s
  8600K .......... .......... .......... .......... .......... 19% 57,0M 1s
  8650K .......... .......... .......... .......... .......... 19% 79,5M 1s
  8700K .......... .......... .......... .......... .......... 19%  102M 1s
  8750K .......... .......... .......... .......... .......... 19%  120M 1s
  8800K .......... .......... .......... .......... .......... 19%  109M 1s
  8850K .......... .......... .......... .......... .......... 19% 35,1M 1s
  8900K .......... .......... .......... .......... .......... 19% 29,8M 1s
  8950K .......... .......... .......... .......... .......... 19% 48,4M 1s
  9000K .......... .......... .......... .......... .......... 20% 93,7M 1s
  9050K .......... .......... .......... .......... .......... 20%  110M 1s
  9100K .......... .......... .......... .......... .......... 20%  117M 1s
  9150K .......... .......... .......... .......... .......... 20%  120M 1s
  9200K .......... .......... .......... .......... .......... 20% 42,8M 1s
  9250K .......... .......... .......... .......... .......... 20% 23,7M 1s
  9300K .......... .......... .......... .......... .......... 20% 94,8M 1s
  9350K .......... .......... .......... .......... .......... 20% 47,0M 1s
  9400K .......... .......... .......... .......... .......... 20% 74,9M 1s
  9450K .......... .......... .......... .......... .......... 21% 90,9M 1s
  9500K .......... .......... .......... .......... .......... 21%  112M 1s
  9550K .......... .......... .......... .......... .......... 21%  103M 1s
  9600K .......... .......... .......... .......... .......... 21% 56,0M 1s
  9650K .......... .......... .......... .......... .......... 21% 25,1M 1s
  9700K .......... .......... .......... .......... .......... 21% 56,6M 1s
  9750K .......... .......... .......... .......... .......... 21% 73,4M 1s
  9800K .......... .......... .......... .......... .......... 21% 74,9M 1s
  9850K .......... .......... .......... .......... .......... 21%  111M 1s
  9900K .......... .......... .......... .......... .......... 22%  107M 1s
  9950K .......... .......... .......... .......... .......... 22%  123M 1s
 10000K .......... .......... .......... .......... .......... 22% 53,1M 1s
 10050K .......... .......... .......... .......... .......... 22% 24,3M 1s
 10100K .......... .......... .......... .......... .......... 22% 46,2M 1s
 10150K .......... .......... .......... .......... .......... 22%  103M 1s
 10200K .......... .......... .......... .......... .......... 22% 52,4M 1s
 10250K .......... .......... .......... .......... .......... 22%  107M 1s
 10300K .......... .......... .......... .......... .......... 22% 7,23M 1s
 10350K .......... .......... .......... .......... .......... 23% 26,1M 1s
 10400K .......... .......... .......... .......... .......... 23% 26,9M 1s
 10450K .......... .......... .......... .......... .......... 23% 28,1M 1s
 10500K .......... .......... .......... .......... .......... 23% 31,9M 1s
 10550K .......... .......... .......... .......... .......... 23% 66,2M 1s
 10600K .......... .......... .......... .......... .......... 23% 82,3M 1s
 10650K .......... .......... .......... .......... .......... 23% 85,5M 1s
 10700K .......... .......... .......... .......... .......... 23% 80,0M 1s
 10750K .......... .......... .......... .......... .......... 23% 71,2M 1s
 10800K .......... .......... .......... .......... .......... 24% 83,8M 1s
 10850K .......... .......... .......... .......... .......... 24% 83,8M 1s
 10900K .......... .......... .......... .......... .......... 24% 74,7M 1s
 10950K .......... .......... .......... .......... .......... 24% 74,8M 1s
 11000K .......... .......... .......... .......... .......... 24% 85,4M 1s
 11050K .......... .......... .......... .......... .......... 24% 74,0M 1s
 11100K .......... .......... .......... .......... .......... 24% 79,1M 1s
 11150K .......... .......... .......... .......... .......... 24% 84,0M 1s
 11200K .......... .......... .......... .......... .......... 24% 75,6M 1s
 11250K .......... .......... .......... .......... .......... 25% 68,3M 1s
 11300K .......... .......... .......... .......... .......... 25% 80,8M 1s
 11350K .......... .......... .......... .......... .......... 25% 79,9M 1s
 11400K .......... .......... .......... .......... .......... 25% 78,6M 1s
 11450K .......... .......... .......... .......... .......... 25% 84,5M 1s
 11500K .......... .......... .......... .......... .......... 25% 81,1M 1s
 11550K .......... .......... .......... .......... .......... 25% 82,6M 1s
 11600K .......... .......... .......... .......... .......... 25% 80,7M 1s
 11650K .......... .......... .......... .......... .......... 25% 84,2M 1s
 11700K .......... .......... .......... .......... .......... 26% 25,0M 1s
 11750K .......... .......... .......... .......... .......... 26% 79,5M 1s
 11800K .......... .......... .......... .......... .......... 26% 81,5M 1s
 11850K .......... .......... .......... .......... .......... 26% 80,2M 1s
 11900K .......... .......... .......... .......... .......... 26% 51,0M 1s
 11950K .......... .......... .......... .......... .......... 26% 29,3M 1s
 12000K .......... .......... .......... .......... .......... 26% 25,4M 1s
 12050K .......... .......... .......... .......... .......... 26% 63,1M 1s
 12100K .......... .......... .......... .......... .......... 26% 61,2M 1s
 12150K .......... .......... .......... .......... .......... 27% 40,1M 1s
 12200K .......... .......... .......... .......... .......... 27% 29,6M 1s
 12250K .......... .......... .......... .......... .......... 27% 14,0M 1s
 12300K .......... .......... .......... .......... .......... 27% 57,9M 1s
 12350K .......... .......... .......... .......... .......... 27% 59,8M 1s
 12400K .......... .......... .......... .......... .......... 27% 55,5M 1s
 12450K .......... .......... .......... .......... .......... 27% 67,1M 1s
 12500K .......... .......... .......... .......... .......... 27% 54,4M 1s
 12550K .......... .......... .......... .......... .......... 27% 67,8M 1s
 12600K .......... .......... .......... .......... .......... 28% 39,2M 1s
 12650K .......... .......... .......... .......... .......... 28% 71,7M 1s
 12700K .......... .......... .......... .......... .......... 28% 89,3M 1s
 12750K .......... .......... .......... .......... .......... 28% 16,7M 1s
 12800K .......... .......... .......... .......... .......... 28% 79,9M 1s
 12850K .......... .......... .......... .......... .......... 28% 30,2M 1s
 12900K .......... .......... .......... .......... .......... 28% 65,4M 1s
 12950K .......... .......... .......... .......... .......... 28% 79,9M 1s
 13000K .......... .......... .......... .......... .......... 28% 52,0M 1s
 13050K .......... .......... .......... .......... .......... 28% 29,2M 1s
 13100K .......... .......... .......... .......... .......... 29% 24,1M 1s
 13150K .......... .......... .......... .......... .......... 29% 66,7M 1s
 13200K .......... .......... .......... .......... .......... 29% 90,3M 1s
 13250K .......... .......... .......... .......... .......... 29% 89,3M 1s
 13300K .......... .......... .......... .......... .......... 29% 43,0M 1s
 13350K .......... .......... .......... .......... .......... 29% 30,7M 1s
 13400K .......... .......... .......... .......... .......... 29% 27,5M 1s
 13450K .......... .......... .......... .......... .......... 29% 36,2M 1s
 13500K .......... .......... .......... .......... .......... 29% 40,4M 1s
 13550K .......... .......... .......... .......... .......... 30% 36,2M 1s
 13600K .......... .......... .......... .......... .......... 30% 32,8M 1s
 13650K .......... .......... .......... .......... .......... 30% 77,6M 1s
 13700K .......... .......... .......... .......... .......... 30% 74,4M 1s
 13750K .......... .......... .......... .......... .......... 30% 75,6M 1s
 13800K .......... .......... .......... .......... .......... 30% 74,2M 1s
 13850K .......... .......... .......... .......... .......... 30% 49,9M 1s
 13900K .......... .......... .......... .......... .......... 30% 21,7M 1s
 13950K .......... .......... .......... .......... .......... 30% 79,3M 1s
 14000K .......... .......... .......... .......... .......... 31% 32,7M 1s
 14050K .......... .......... .......... .......... .......... 31% 70,4M 1s
 14100K .......... .......... .......... .......... .......... 31% 39,1M 1s
 14150K .......... .......... .......... .......... .......... 31% 31,6M 1s
 14200K .......... .......... .......... .......... .......... 31% 69,6M 1s
 14250K .......... .......... .......... .......... .......... 31% 73,0M 1s
 14300K .......... .......... .......... .......... .......... 31% 34,3M 1s
 14350K .......... .......... .......... .......... .......... 31% 75,9M 1s
 14400K .......... .......... .......... .......... .......... 31% 17,7M 1s
 14450K .......... .......... .......... .......... .......... 32% 61,0M 1s
 14500K .......... .......... .......... .......... .......... 32% 75,5M 1s
 14550K .......... .......... .......... .......... .......... 32% 38,7M 1s
 14600K .......... .......... .......... .......... .......... 32% 75,4M 1s
 14650K .......... .......... .......... .......... .......... 32% 36,4M 1s
 14700K .......... .......... .......... .......... .......... 32% 31,7M 1s
 14750K .......... .......... .......... .......... .......... 32% 67,1M 1s
 14800K .......... .......... .......... .......... .......... 32% 11,1M 1s
 14850K .......... .......... .......... .......... .......... 32% 76,5M 1s
 14900K .......... .......... .......... .......... .......... 33% 61,3M 1s
 14950K .......... .......... .......... .......... .......... 33% 75,1M 1s
 15000K .......... .......... .......... .......... .......... 33% 91,6M 1s
 15050K .......... .......... .......... .......... .......... 33%  102M 1s
 15100K .......... .......... .......... .......... .......... 33% 15,1M 1s
 15150K .......... .......... .......... .......... .......... 33% 78,1M 1s
 15200K .......... .......... .......... .......... .......... 33% 79,4M 1s
 15250K .......... .......... .......... .......... .......... 33% 71,0M 1s
 15300K .......... .......... .......... .......... .......... 33% 75,5M 1s
 15350K .......... .......... .......... .......... .......... 34% 12,9M 1s
 15400K .......... .......... .......... .......... .......... 34% 71,4M 1s
 15450K .......... .......... .......... .......... .......... 34% 73,6M 1s
 15500K .......... .......... .......... .......... .......... 34% 78,9M 1s
 15550K .......... .......... .......... .......... .......... 34% 89,1M 1s
 15600K .......... .......... .......... .......... .......... 34%  101M 1s
 15650K .......... .......... .......... .......... .......... 34% 16,9M 1s
 15700K .......... .......... .......... .......... .......... 34% 56,6M 1s
 15750K .......... .......... .......... .......... .......... 34% 91,1M 1s
 15800K .......... .......... .......... .......... .......... 35%  105M 1s
 15850K .......... .......... .......... .......... .......... 35%  108M 1s
 15900K .......... .......... .......... .......... .......... 35% 26,5M 1s
 15950K .......... .......... .......... .......... .......... 35% 99,6M 1s
 16000K .......... .......... .......... .......... .......... 35% 5,95M 1s
 16050K .......... .......... .......... .......... .......... 35%  138M 1s
 16100K .......... .......... .......... .......... .......... 35%  138M 1s
 16150K .......... .......... .......... .......... .......... 35%  120M 1s
 16200K .......... .......... .......... .......... .......... 35%  146M 1s
 16250K .......... .......... .......... .......... .......... 36%  147M 1s
 16300K .......... .......... .......... .......... .......... 36%  145M 1s
 16350K .......... .......... .......... .......... .......... 36% 93,7M 1s
 16400K .......... .......... .......... .......... .......... 36%  146M 1s
 16450K .......... .......... .......... .......... .......... 36% 12,9M 1s
 16500K .......... .......... .......... .......... .......... 36%  114M 1s
 16550K .......... .......... .......... .......... .......... 36%  101M 1s
 16600K .......... .......... .......... .......... .......... 36% 9,49M 1s
 16650K .......... .......... .......... .......... .......... 36% 6,55M 1s
 16700K .......... .......... .......... .......... .......... 37% 48,0M 1s
 16750K .......... .......... .......... .......... .......... 37% 42,6M 1s
 16800K .......... .......... .......... .......... .......... 37% 46,9M 1s
 16850K .......... .......... .......... .......... .......... 37% 47,0M 1s
 16900K .......... .......... .......... .......... .......... 37% 42,6M 1s
 16950K .......... .......... .......... .......... .......... 37% 48,0M 1s
 17000K .......... .......... .......... .......... .......... 37% 45,8M 1s
 17050K .......... .......... .......... .......... .......... 37% 44,2M 1s
 17100K .......... .......... .......... .......... .......... 37% 11,7M 1s
 17150K .......... .......... .......... .......... .......... 38% 34,7M 1s
 17200K .......... .......... .......... .......... .......... 38% 39,5M 1s
 17250K .......... .......... .......... .......... .......... 38% 13,5M 1s
 17300K .......... .......... .......... .......... .......... 38% 39,4M 1s
 17350K .......... .......... .......... .......... .......... 38% 40,6M 1s
 17400K .......... .......... .......... .......... .......... 38% 12,7M 1s
 17450K .......... .......... .......... .......... .......... 38% 40,1M 1s
 17500K .......... .......... .......... .......... .......... 38% 49,6M 1s
 17550K .......... .......... .......... .......... .......... 38% 12,2M 1s
 17600K .......... .......... .......... .......... .......... 39% 33,3M 1s
 17650K .......... .......... .......... .......... .......... 39% 53,7M 1s
 17700K .......... .......... .......... .......... .......... 39% 4,35M 1s
 17750K .......... .......... .......... .......... .......... 39% 35,1M 1s
 17800K .......... .......... .......... .......... .......... 39% 42,0M 1s
 17850K .......... .......... .......... .......... .......... 39% 50,9M 1s
 17900K .......... .......... .......... .......... .......... 39% 76,5M 1s
 17950K .......... .......... .......... .......... .......... 39% 25,0M 1s
 18000K .......... .......... .......... .......... .......... 39% 62,1M 1s
 18050K .......... .......... .......... .......... .......... 40% 9,16M 1s
 18100K .......... .......... .......... .......... .......... 40% 39,5M 1s
 18150K .......... .......... .......... .......... .......... 40% 50,8M 1s
 18200K .......... .......... .......... .......... .......... 40% 9,15M 1s
 18250K .......... .......... .......... .......... .......... 40% 46,3M 1s
 18300K .......... .......... .......... .......... .......... 40% 9,40M 1s
 18350K .......... .......... .......... .......... .......... 40% 50,4M 1s
 18400K .......... .......... .......... .......... .......... 40% 9,41M 1s
 18450K .......... .......... .......... .......... .......... 40% 42,9M 1s
 18500K .......... .......... .......... .......... .......... 41% 9,79M 1s
 18550K .......... .......... .......... .......... .......... 41% 52,3M 1s
 18600K .......... .......... .......... .......... .......... 41% 76,4M 1s
 18650K .......... .......... .......... .......... .......... 41% 9,09M 1s
 18700K .......... .......... .......... .......... .......... 41% 48,4M 1s
 18750K .......... .......... .......... .......... .......... 41% 8,77M 1s
 18800K .......... .......... .......... .......... .......... 41% 71,3M 1s
 18850K .......... .......... .......... .......... .......... 41% 8,99M 1s
 18900K .......... .......... .......... .......... .......... 41% 57,3M 1s
 18950K .......... .......... .......... .......... .......... 42% 8,80M 1s
 19000K .......... .......... .......... .......... .......... 42% 65,5M 1s
 19050K .......... .......... .......... .......... .......... 42% 8,75M 1s
 19100K .......... .......... .......... .......... .......... 42% 73,5M 1s
 19150K .......... .......... .......... .......... .......... 42% 8,81M 1s
 19200K .......... .......... .......... .......... .......... 42% 57,2M 1s
 19250K .......... .......... .......... .......... .......... 42% 9,13M 1s
 19300K .......... .......... .......... .......... .......... 42% 53,5M 1s
 19350K .......... .......... .......... .......... .......... 42% 9,84M 1s
 19400K .......... .......... .......... .......... .......... 43% 40,0M 1s
 19450K .......... .......... .......... .......... .......... 43% 9,76M 1s
 19500K .......... .......... .......... .......... .......... 43% 39,5M 1s
 19550K .......... .......... .......... .......... .......... 43% 9,87M 1s
 19600K .......... .......... .......... .......... .......... 43% 22,9M 1s
 19650K .......... .......... .......... .......... .......... 43% 12,0M 1s
 19700K .......... .......... .......... .......... .......... 43% 39,4M 1s
 19750K .......... .......... .......... .......... .......... 43% 9,71M 1s
 19800K .......... .......... .......... .......... .......... 43% 39,6M 1s
 19850K .......... .......... .......... .......... .......... 44% 67,1M 1s
 19900K .......... .......... .......... .......... .......... 44% 8,74M 1s
 19950K .......... .......... .......... .......... .......... 44% 90,6M 1s
 20000K .......... .......... .......... .......... .......... 44% 9,22M 1s
 20050K .......... .......... .......... .......... .......... 44% 66,3M 1s
 20100K .......... .......... .......... .......... .......... 44% 8,74M 1s
 20150K .......... .......... .......... .......... .......... 44% 81,4M 1s
 20200K .......... .......... .......... .......... .......... 44% 9,03M 1s
 20250K .......... .......... .......... .......... .......... 44% 54,3M 1s
 20300K .......... .......... .......... .......... .......... 45% 10,3M 1s
 20350K .......... .......... .......... .......... .......... 45% 34,4M 1s
 20400K .......... .......... .......... .......... .......... 45% 69,1M 1s
 20450K .......... .......... .......... .......... .......... 45% 8,90M 1s
 20500K .......... .......... .......... .......... .......... 45%  103M 1s
 20550K .......... .......... .......... .......... .......... 45% 9,03M 1s
 20600K .......... .......... .......... .......... .......... 45% 70,0M 1s
 20650K .......... .......... .......... .......... .......... 45% 9,11M 1s
 20700K .......... .......... .......... .......... .......... 45% 49,2M 1s
 20750K .......... .......... .......... .......... .......... 46% 9,50M 1s
 20800K .......... .......... .......... .......... .......... 46% 51,4M 1s
 20850K .......... .......... .......... .......... .......... 46% 9,52M 1s
 20900K .......... .......... .......... .......... .......... 46% 42,2M 1s
 20950K .......... .......... .......... .......... .......... 46% 10,3M 1s
 21000K .......... .......... .......... .......... .......... 46% 45,4M 1s
 21050K .......... .......... .......... .......... .......... 46% 9,07M 1s
 21100K .......... .......... .......... .......... .......... 46% 56,4M 1s
 21150K .......... .......... .......... .......... .......... 46% 61,0M 1s
 21200K .......... .......... .......... .......... .......... 47% 9,92M 1s
 21250K .......... .......... .......... .......... .......... 47% 54,2M 1s
 21300K .......... .......... .......... .......... .......... 47% 9,28M 1s
 21350K .......... .......... .......... .......... .......... 47% 57,4M 1s
 21400K .......... .......... .......... .......... .......... 47% 9,17M 1s
 21450K .......... .......... .......... .......... .......... 47% 95,9M 1s
 21500K .......... .......... .......... .......... .......... 47% 70,5M 1s
 21550K .......... .......... .......... .......... .......... 47% 8,93M 1s
 21600K .......... .......... .......... .......... .......... 47% 62,1M 1s
 21650K .......... .......... .......... .......... .......... 48% 9,04M 1s
 21700K .......... .......... .......... .......... .......... 48% 71,1M 1s
 21750K .......... .......... .......... .......... .......... 48% 9,78M 1s
 21800K .......... .......... .......... .......... .......... 48% 47,2M 1s
 21850K .......... .......... .......... .......... .......... 48% 94,3M 1s
 21900K .......... .......... .......... .......... .......... 48% 9,10M 1s
 21950K .......... .......... .......... .......... .......... 48% 89,3M 1s
 22000K .......... .......... .......... .......... .......... 48% 8,89M 1s
 22050K .......... .......... .......... .......... .......... 48% 65,1M 1s
 22100K .......... .......... .......... .......... .......... 49% 9,72M 1s
 22150K .......... .......... .......... .......... .......... 49% 74,3M 1s
 22200K .......... .......... .......... .......... .......... 49% 8,62M 1s
 22250K .......... .......... .......... .......... .......... 49% 88,3M 1s
 22300K .......... .......... .......... .......... .......... 49%  110M 1s
 22350K .......... .......... .......... .......... .......... 49% 8,89M 1s
 22400K .......... .......... .......... .......... .......... 49%  106M 1s
 22450K .......... .......... .......... .......... .......... 49% 64,4M 1s
 22500K .......... .......... .......... .......... .......... 49% 8,32M 1s
 22550K .......... .......... .......... .......... .......... 50% 77,4M 1s
 22600K .......... .......... .......... .......... .......... 50% 9,52M 1s
 22650K .......... .......... .......... .......... .......... 50% 79,5M 1s
 22700K .......... .......... .......... .......... .......... 50% 9,12M 1s
 22750K .......... .......... .......... .......... .......... 50% 52,6M 1s
 22800K .......... .......... .......... .......... .......... 50% 82,8M 1s
 22850K .......... .......... .......... .......... .......... 50% 9,01M 1s
 22900K .......... .......... .......... .......... .......... 50% 93,4M 1s
 22950K .......... .......... .......... .......... .......... 50% 8,82M 1s
 23000K .......... .......... .......... .......... .......... 51% 75,9M 1s
 23050K .......... .......... .......... .......... .......... 51%  121M 1s
 23100K .......... .......... .......... .......... .......... 51% 8,40M 1s
 23150K .......... .......... .......... .......... .......... 51%  124M 1s
 23200K .......... .......... .......... .......... .......... 51% 10,1M 1s
 23250K .......... .......... .......... .......... .......... 51% 38,9M 1s
 23300K .......... .......... .......... .......... .......... 51%  132M 1s
 23350K .......... .......... .......... .......... .......... 51% 8,49M 1s
 23400K .......... .......... .......... .......... .......... 51%  130M 1s
 23450K .......... .......... .......... .......... .......... 52% 9,97M 1s
 23500K .......... .......... .......... .......... .......... 52% 40,8M 1s
 23550K .......... .......... .......... .......... .......... 52%  106M 1s
 23600K .......... .......... .......... .......... .......... 52% 9,06M 1s
 23650K .......... .......... .......... .......... .......... 52% 81,1M 1s
 23700K .......... .......... .......... .......... .......... 52% 10,2M 1s
 23750K .......... .......... .......... .......... .......... 52% 33,7M 1s
 23800K .......... .......... .......... .......... .......... 52% 66,0M 1s
 23850K .......... .......... .......... .......... .......... 52% 10,9M 1s
 23900K .......... .......... .......... .......... .......... 53% 47,5M 1s
 23950K .......... .......... .......... .......... .......... 53% 31,2M 1s
 24000K .......... .......... .......... .......... .......... 53% 11,7M 1s
 24050K .......... .......... .......... .......... .......... 53%  103M 1s
 24100K .......... .......... .......... .......... .......... 53%  159M 1s
 24150K .......... .......... .......... .......... .......... 53% 8,65M 1s
 24200K .......... .......... .......... .......... .......... 53% 89,6M 1s
 24250K .......... .......... .......... .......... .......... 53%  117M 1s
 24300K .......... .......... .......... .......... .......... 53% 8,49M 1s
 24350K .......... .......... .......... .......... .......... 54%  131M 1s
 24400K .......... .......... .......... .......... .......... 54% 11,1M 1s
 24450K .......... .......... .......... .......... .......... 54% 34,9M 1s
 24500K .......... .......... .......... .......... .......... 54%  137M 1s
 24550K .......... .......... .......... .......... .......... 54% 8,38M 1s
 24600K .......... .......... .......... .......... .......... 54% 51,1M 1s
 24650K .......... .......... .......... .......... .......... 54% 54,5M 1s
 24700K .......... .......... .......... .......... .......... 54% 10,5M 1s
 24750K .......... .......... .......... .......... .......... 54% 48,5M 1s
 24800K .......... .......... .......... .......... .......... 55% 61,3M 1s
 24850K .......... .......... .......... .......... .......... 55% 10,7M 1s
 24900K .......... .......... .......... .......... .......... 55% 50,0M 1s
 24950K .......... .......... .......... .......... .......... 55% 10,3M 1s
 25000K .......... .......... .......... .......... .......... 55% 52,4M 1s
 25050K .......... .......... .......... .......... .......... 55% 71,5M 1s
 25100K .......... .......... .......... .......... .......... 55% 10,2M 1s
 25150K .......... .......... .......... .......... .......... 55% 40,8M 1s
 25200K .......... .......... .......... .......... .......... 55% 90,4M 1s
 25250K .......... .......... .......... .......... .......... 56% 8,96M 1s
 25300K .......... .......... .......... .......... .......... 56% 72,4M 1s
 25350K .......... .......... .......... .......... .......... 56% 13,0M 1s
 25400K .......... .......... .......... .......... .......... 56% 20,4M 1s
 25450K .......... .......... .......... .......... .......... 56% 83,6M 1s
 25500K .......... .......... .......... .......... .......... 56% 8,93M 1s
 25550K .......... .......... .......... .......... .......... 56% 97,9M 1s
 25600K .......... .......... .......... .......... .......... 56% 95,0M 1s
 25650K .......... .......... .......... .......... .......... 56% 9,03M 1s
 25700K .......... .......... .......... .......... .......... 56%  113M 1s
 25750K .......... .......... .......... .......... .......... 57% 15,5M 1s
 25800K .......... .......... .......... .......... .......... 57% 17,9M 1s
 25850K .......... .......... .......... .......... .......... 57% 87,8M 1s
 25900K .......... .......... .......... .......... .......... 57% 15,0M 1s
 25950K .......... .......... .......... .......... .......... 57% 18,6M 1s
 26000K .......... .......... .......... .......... .......... 57%  115M 1s
 26050K .......... .......... .......... .......... .......... 57% 8,57M 1s
 26100K .......... .......... .......... .......... .......... 57% 94,6M 1s
 26150K .......... .......... .......... .......... .......... 57% 94,4M 1s
 26200K .......... .......... .......... .......... .......... 58% 9,53M 1s
 26250K .......... .......... .......... .......... .......... 58% 81,4M 1s
 26300K .......... .......... .......... .......... .......... 58% 15,6M 1s
 26350K .......... .......... .......... .......... .......... 58% 18,2M 1s
 26400K .......... .......... .......... .......... .......... 58%  103M 1s
 26450K .......... .......... .......... .......... .......... 58% 15,3M 1s
 26500K .......... .......... .......... .......... .......... 58% 17,9M 1s
 26550K .......... .......... .......... .......... .......... 58%  115M 1s
 26600K .......... .......... .......... .......... .......... 58% 9,26M 1s
 26650K .......... .......... .......... .......... .......... 59% 74,1M 1s
 26700K .......... .......... .......... .......... .......... 59%  155M 1s
 26750K .......... .......... .......... .......... .......... 59% 15,1M 1s
 26800K .......... .......... .......... .......... .......... 59% 18,5M 1s
 26850K .......... .......... .......... .......... .......... 59%  133M 1s
 26900K .......... .......... .......... .......... .......... 59% 9,03M 1s
 26950K .......... .......... .......... .......... .......... 59% 94,1M 1s
 27000K .......... .......... .......... .......... .......... 59% 14,2M 1s
 27050K .......... .......... .......... .......... .......... 59% 20,8M 1s
 27100K .......... .......... .......... .......... .......... 60%  102M 1s
 27150K .......... .......... .......... .......... .......... 60% 14,3M 1s
 27200K .......... .......... .......... .......... .......... 60% 19,1M 1s
 27250K .......... .......... .......... .......... .......... 60% 92,1M 1s
 27300K .......... .......... .......... .......... .......... 60% 15,7M 1s
 27350K .......... .......... .......... .......... .......... 60% 17,7M 1s
 27400K .......... .......... .......... .......... .......... 60%  110M 1s
 27450K .......... .......... .......... .......... .......... 60%  138M 1s
 27500K .......... .......... .......... .......... .......... 60% 8,57M 1s
 27550K .......... .......... .......... .......... .......... 61%  154M 1s
 27600K .......... .......... .......... .......... .......... 61% 16,2M 1s
 27650K .......... .......... .......... .......... .......... 61% 17,0M 1s
 27700K .......... .......... .......... .......... .......... 61%  130M 1s
 27750K .......... .......... .......... .......... .......... 61% 8,60M 1s
 27800K .......... .......... .......... .......... .......... 61% 85,4M 1s
 27850K .......... .......... .......... .......... .......... 61%  115M 1s
 27900K .......... .......... .......... .......... .......... 61%  130M 1s
 27950K .......... .......... .......... .......... .......... 61% 9,09M 1s
 28000K .......... .......... .......... .......... .......... 62%  112M 1s
 28050K .......... .......... .......... .......... .......... 62%  110M 1s
 28100K .......... .......... .......... .......... .......... 62% 8,84M 1s
 28150K .......... .......... .......... .......... .......... 62% 86,9M 1s
 28200K .......... .......... .......... .......... .......... 62% 87,8M 1s
 28250K .......... .......... .......... .......... .......... 62% 9,18M 1s
 28300K .......... .......... .......... .......... .......... 62%  129M 1s
 28350K .......... .......... .......... .......... .......... 62% 99,0M 1s
 28400K .......... .......... .......... .......... .......... 62% 9,34M 1s
 28450K .......... .......... .......... .......... .......... 63% 97,9M 1s
 28500K .......... .......... .......... .......... .......... 63% 93,9M 1s
 28550K .......... .......... .......... .......... .......... 63% 9,19M 1s
 28600K .......... .......... .......... .......... .......... 63%  111M 1s
 28650K .......... .......... .......... .......... .......... 63% 67,7M 1s
 28700K .......... .......... .......... .......... .......... 63% 56,7M 1s
 28750K .......... .......... .......... .......... .......... 63% 9,96M 1s
 28800K .......... .......... .......... .......... .......... 63%  104M 1s
 28850K .......... .......... .......... .......... .......... 63% 9,76M 1s
 28900K .......... .......... .......... .......... .......... 64% 58,7M 1s
 28950K .......... .......... .......... .......... .......... 64% 72,9M 1s
 29000K .......... .......... .......... .......... .......... 64% 83,2M 1s
 29050K .......... .......... .......... .......... .......... 64% 10,3M 1s
 29100K .......... .......... .......... .......... .......... 64% 69,3M 1s
 29150K .......... .......... .......... .......... .......... 64% 58,3M 1s
 29200K .......... .......... .......... .......... .......... 64% 10,5M 1s
 29250K .......... .......... .......... .......... .......... 64% 56,0M 1s
 29300K .......... .......... .......... .......... .......... 64% 62,3M 1s
 29350K .......... .......... .......... .......... .......... 65% 10,4M 1s
 29400K .......... .......... .......... .......... .......... 65% 72,1M 1s
 29450K .......... .......... .......... .......... .......... 65% 55,2M 1s
 29500K .......... .......... .......... .......... .......... 65% 63,0M 1s
 29550K .......... .......... .......... .......... .......... 65% 10,4M 1s
 29600K .......... .......... .......... .......... .......... 65% 52,7M 1s
 29650K .......... .......... .......... .......... .......... 65% 10,8M 1s
 29700K .......... .......... .......... .......... .......... 65% 62,0M 1s
 29750K .......... .......... .......... .......... .......... 65% 87,5M 1s
 29800K .......... .......... .......... .......... .......... 66% 44,1M 1s
 29850K .......... .......... .......... .......... .......... 66% 9,44M 1s
 29900K .......... .......... .......... .......... .......... 66%  149M 1s
 29950K .......... .......... .......... .......... .......... 66% 61,4M 1s
 30000K .......... .......... .......... .......... .......... 66% 11,7M 1s
 30050K .......... .......... .......... .......... .......... 66% 36,0M 1s
 30100K .......... .......... .......... .......... .......... 66% 71,3M 0s
 30150K .......... .......... .......... .......... .......... 66% 10,8M 0s
 30200K .......... .......... .......... .......... .......... 66% 55,0M 0s
 30250K .......... .......... .......... .......... .......... 67% 65,2M 0s
 30300K .......... .......... .......... .......... .......... 67% 10,5M 0s
 30350K .......... .......... .......... .......... .......... 67% 52,2M 0s
 30400K .......... .......... .......... .......... .......... 67% 62,2M 0s
 30450K .......... .......... .......... .......... .......... 67% 10,6M 0s
 30500K .......... .......... .......... .......... .......... 67% 41,0M 0s
 30550K .......... .......... .......... .......... .......... 67% 44,1M 0s
 30600K .......... .......... .......... .......... .......... 67% 43,7M 0s
 30650K .......... .......... .......... .......... .......... 67% 13,5M 0s
 30700K .......... .......... .......... .......... .......... 68% 65,8M 0s
 30750K .......... .......... .......... .......... .......... 68% 71,5M 0s
 30800K .......... .......... .......... .......... .......... 68% 10,1M 0s
 30850K .......... .......... .......... .......... .......... 68% 50,9M 0s
 30900K .......... .......... .......... .......... .......... 68% 97,5M 0s
 30950K .......... .......... .......... .......... .......... 68% 11,1M 0s
 31000K .......... .......... .......... .......... .......... 68% 41,7M 0s
 31050K .......... .......... .......... .......... .......... 68% 79,8M 0s
 31100K .......... .......... .......... .......... .......... 68% 10,9M 0s
 31150K .......... .......... .......... .......... .......... 69% 63,4M 0s
 31200K .......... .......... .......... .......... .......... 69% 45,3M 0s
 31250K .......... .......... .......... .......... .......... 69% 10,4M 0s
 31300K .......... .......... .......... .......... .......... 69% 95,2M 0s
 31350K .......... .......... .......... .......... .......... 69% 52,3M 0s
 31400K .......... .......... .......... .......... .......... 69% 10,9M 0s
 31450K .......... .......... .......... .......... .......... 69% 76,8M 0s
 31500K .......... .......... .......... .......... .......... 69% 43,5M 0s
 31550K .......... .......... .......... .......... .......... 69% 83,8M 0s
 31600K .......... .......... .......... .......... .......... 70% 11,0M 0s
 31650K .......... .......... .......... .......... .......... 70% 43,2M 0s
 31700K .......... .......... .......... .......... .......... 70% 82,1M 0s
 31750K .......... .......... .......... .......... .......... 70% 11,1M 0s
 31800K .......... .......... .......... .......... .......... 70% 42,6M 0s
 31850K .......... .......... .......... .......... .......... 70% 83,6M 0s
 31900K .......... .......... .......... .......... .......... 70% 10,9M 0s
 31950K .......... .......... .......... .......... .......... 70% 42,6M 0s
 32000K .......... .......... .......... .......... .......... 70% 98,0M 0s
 32050K .......... .......... .......... .......... .......... 71% 10,7M 0s
 32100K .......... .......... .......... .......... .......... 71% 43,6M 0s
 32150K .......... .......... .......... .......... .......... 71% 89,9M 0s
 32200K .......... .......... .......... .......... .......... 71% 4,11M 0s
 32250K .......... .......... .......... .......... .......... 71%  121M 0s
 32300K .......... .......... .......... .......... .......... 71%  170M 0s
 32350K .......... .......... .......... .......... .......... 71%  172M 0s
 32400K .......... .......... .......... .......... .......... 71% 8,66M 0s
 32450K .......... .......... .......... .......... .......... 71%  173M 0s
 32500K .......... .......... .......... .......... .......... 72%  207M 0s
 32550K .......... .......... .......... .......... .......... 72% 8,69M 0s
 32600K .......... .......... .......... .......... .......... 72%  160M 0s
 32650K .......... .......... .......... .......... .......... 72%  183M 0s
 32700K .......... .......... .......... .......... .......... 72%  142M 0s
 32750K .......... .......... .......... .......... .......... 72% 8,54M 0s
 32800K .......... .......... .......... .......... .......... 72%  148M 0s
 32850K .......... .......... .......... .......... .......... 72% 82,8M 0s
 32900K .......... .......... .......... .......... .......... 72% 9,28M 0s
 32950K .......... .......... .......... .......... .......... 73%  184M 0s
 33000K .......... .......... .......... .......... .......... 73% 72,3M 0s
 33050K .......... .......... .......... .......... .......... 73% 9,20M 0s
 33100K .......... .......... .......... .......... .......... 73%  182M 0s
 33150K .......... .......... .......... .......... .......... 73%  204M 0s
 33200K .......... .......... .......... .......... .......... 73% 8,63M 0s
 33250K .......... .......... .......... .......... .......... 73%  139M 0s
 33300K .......... .......... .......... .......... .......... 73%  171M 0s
 33350K .......... .......... .......... .......... .......... 73% 8,77M 0s
 33400K .......... .......... .......... .......... .......... 74%  129M 0s
 33450K .......... .......... .......... .......... .......... 74%  164M 0s
 33500K .......... .......... .......... .......... .......... 74%  145M 0s
 33550K .......... .......... .......... .......... .......... 74% 8,79M 0s
 33600K .......... .......... .......... .......... .......... 74%  202M 0s
 33650K .......... .......... .......... .......... .......... 74%  119M 0s
 33700K .......... .......... .......... .......... .......... 74% 8,78M 0s
 33750K .......... .......... .......... .......... .......... 74%  130M 0s
 33800K .......... .......... .......... .......... .......... 74%  159M 0s
 33850K .......... .......... .......... .......... .......... 75% 8,70M 0s
 33900K .......... .......... .......... .......... .......... 75%  159M 0s
 33950K .......... .......... .......... .......... .......... 75%  204M 0s
 34000K .......... .......... .......... .......... .......... 75% 8,35M 0s
 34050K .......... .......... .......... .......... .......... 75%  147M 0s
 34100K .......... .......... .......... .......... .......... 75%  186M 0s
 34150K .......... .......... .......... .......... .......... 75% 8,82M 0s
 34200K .......... .......... .......... .......... .......... 75% 81,1M 0s
 34250K .......... .......... .......... .......... .......... 75%  101M 0s
 34300K .......... .......... .......... .......... .......... 76%  119M 0s
 34350K .......... .......... .......... .......... .......... 76% 7,13M 0s
 34400K .......... .......... .......... .......... .......... 76%  113M 0s
 34450K .......... .......... .......... .......... .......... 76% 9,13M 0s
 34500K .......... .......... .......... .......... .......... 76%  104M 0s
 34550K .......... .......... .......... .......... .......... 76%  179M 0s
 34600K .......... .......... .......... .......... .......... 76%  207M 0s
 34650K .......... .......... .......... .......... .......... 76% 8,83M 0s
 34700K .......... .......... .......... .......... .......... 76%  118M 0s
 34750K .......... .......... .......... .......... .......... 77%  205M 0s
 34800K .......... .......... .......... .......... .......... 77%  154M 0s
 34850K .......... .......... .......... .......... .......... 77% 8,87M 0s
 34900K .......... .......... .......... .......... .......... 77%  138M 0s
 34950K .......... .......... .......... .......... .......... 77%  180M 0s
 35000K .......... .......... .......... .......... .......... 77%  131M 0s
 35050K .......... .......... .......... .......... .......... 77% 8,68M 0s
 35100K .......... .......... .......... .......... .......... 77%  192M 0s
 35150K .......... .......... .......... .......... .......... 77%  185M 0s
 35200K .......... .......... .......... .......... .......... 78%  142M 0s
 35250K .......... .......... .......... .......... .......... 78% 8,94M 0s
 35300K .......... .......... .......... .......... .......... 78%  170M 0s
 35350K .......... .......... .......... .......... .......... 78%  103M 0s
 35400K .......... .......... .......... .......... .......... 78% 10,7M 0s
 35450K .......... .......... .......... .......... .......... 78% 40,8M 0s
 35500K .......... .......... .......... .......... .......... 78%  171M 0s
 35550K .......... .......... .......... .......... .......... 78% 10,4M 0s
 35600K .......... .......... .......... .......... .......... 78%  140M 0s
 35650K .......... .......... .......... .......... .......... 79% 48,3M 0s
 35700K .......... .......... .......... .......... .......... 79% 10,1M 0s
 35750K .......... .......... .......... .......... .......... 79%  158M 0s
 35800K .......... .......... .......... .......... .......... 79% 52,0M 0s
 35850K .......... .......... .......... .......... .......... 79% 77,3M 0s
 35900K .......... .......... .......... .......... .......... 79% 10,4M 0s
 35950K .......... .......... .......... .......... .......... 79%  205M 0s
 36000K .......... .......... .......... .......... .......... 79% 73,4M 0s
 36050K .......... .......... .......... .......... .......... 79% 9,53M 0s
 36100K .......... .......... .......... .......... .......... 80%  184M 0s
 36150K .......... .......... .......... .......... .......... 80% 57,8M 0s
 36200K .......... .......... .......... .......... .......... 80% 64,9M 0s
 36250K .......... .......... .......... .......... .......... 80% 10,9M 0s
 36300K .......... .......... .......... .......... .......... 80%  123M 0s
 36350K .......... .......... .......... .......... .......... 80% 66,6M 0s
 36400K .......... .......... .......... .......... .......... 80% 69,4M 0s
 36450K .......... .......... .......... .......... .......... 80% 10,6M 0s
 36500K .......... .......... .......... .......... .......... 80% 71,6M 0s
 36550K .......... .......... .......... .......... .......... 81% 51,3M 0s
 36600K .......... .......... .......... .......... .......... 81% 11,5M 0s
 36650K .......... .......... .......... .......... .......... 81% 71,6M 0s
 36700K .......... .......... .......... .......... .......... 81% 85,7M 0s
 36750K .......... .......... .......... .......... .......... 81% 56,9M 0s
 36800K .......... .......... .......... .......... .......... 81% 11,6M 0s
 36850K .......... .......... .......... .......... .......... 81% 61,2M 0s
 36900K .......... .......... .......... .......... .......... 81% 89,4M 0s
 36950K .......... .......... .......... .......... .......... 81% 58,5M 0s
 37000K .......... .......... .......... .......... .......... 82% 10,4M 0s
 37050K .......... .......... .......... .......... .......... 82% 50,7M 0s
 37100K .......... .......... .......... .......... .......... 82% 98,2M 0s
 37150K .......... .......... .......... .......... .......... 82% 11,3M 0s
 37200K .......... .......... .......... .......... .......... 82% 61,3M 0s
 37250K .......... .......... .......... .......... .......... 82% 88,5M 0s
 37300K .......... .......... .......... .......... .......... 82% 86,1M 0s
 37350K .......... .......... .......... .......... .......... 82% 11,0M 0s
 37400K .......... .......... .......... .......... .......... 82% 64,0M 0s
 37450K .......... .......... .......... .......... .......... 83% 70,1M 0s
 37500K .......... .......... .......... .......... .......... 83%  143M 0s
 37550K .......... .......... .......... .......... .......... 83% 11,0M 0s
 37600K .......... .......... .......... .......... .......... 83% 61,6M 0s
 37650K .......... .......... .......... .......... .......... 83% 67,3M 0s
 37700K .......... .......... .......... .......... .......... 83% 11,2M 0s
 37750K .......... .......... .......... .......... .......... 83%  101M 0s
 37800K .......... .......... .......... .......... .......... 83% 41,8M 0s
 37850K .......... .......... .......... .......... .......... 83% 72,1M 0s
 37900K .......... .......... .......... .......... .......... 84% 12,0M 0s
 37950K .......... .......... .......... .......... .......... 84%  107M 0s
 38000K .......... .......... .......... .......... .......... 84% 36,5M 0s
 38050K .......... .......... .......... .......... .......... 84% 99,4M 0s
 38100K .......... .......... .......... .......... .......... 84% 12,2M 0s
 38150K .......... .......... .......... .......... .......... 84% 47,4M 0s
 38200K .......... .......... .......... .......... .......... 84% 63,5M 0s
 38250K .......... .......... .......... .......... .......... 84%  130M 0s
 38300K .......... .......... .......... .......... .......... 84% 11,9M 0s
 38350K .......... .......... .......... .......... .......... 84% 44,8M 0s
 38400K .......... .......... .......... .......... .......... 85% 66,2M 0s
 38450K .......... .......... .......... .......... .......... 85%  107M 0s
 38500K .......... .......... .......... .......... .......... 85% 11,1M 0s
 38550K .......... .......... .......... .......... .......... 85% 40,6M 0s
 38600K .......... .......... .......... .......... .......... 85%  121M 0s
 38650K .......... .......... .......... .......... .......... 85%  152M 0s
 38700K .......... .......... .......... .......... .......... 85% 11,6M 0s
 38750K .......... .......... .......... .......... .......... 85% 33,9M 0s
 38800K .......... .......... .......... .......... .......... 85%  111M 0s
 38850K .......... .......... .......... .......... .......... 86% 11,9M 0s
 38900K .......... .......... .......... .......... .......... 86% 29,1M 0s
 38950K .......... .......... .......... .......... .......... 86%  114M 0s
 39000K .......... .......... .......... .......... .......... 86%  168M 0s
 39050K .......... .......... .......... .......... .......... 86% 12,3M 0s
 39100K .......... .......... .......... .......... .......... 86% 26,8M 0s
 39150K .......... .......... .......... .......... .......... 86% 93,0M 0s
 39200K .......... .......... .......... .......... .......... 86% 86,1M 0s
 39250K .......... .......... .......... .......... .......... 86% 13,0M 0s
 39300K .......... .......... .......... .......... .......... 87% 30,0M 0s
 39350K .......... .......... .......... .......... .......... 87%  125M 0s
 39400K .......... .......... .......... .......... .......... 87%  157M 0s
 39450K .......... .......... .......... .......... .......... 87% 12,2M 0s
 39500K .......... .......... .......... .......... .......... 87% 30,9M 0s
 39550K .......... .......... .......... .......... .......... 87% 91,1M 0s
 39600K .......... .......... .......... .......... .......... 87%  170M 0s
 39650K .......... .......... .......... .......... .......... 87% 12,4M 0s
 39700K .......... .......... .......... .......... .......... 87% 25,1M 0s
 39750K .......... .......... .......... .......... .......... 88%  157M 0s
 39800K .......... .......... .......... .......... .......... 88% 13,3M 0s
 39850K .......... .......... .......... .......... .......... 88%  142M 0s
 39900K .......... .......... .......... .......... .......... 88% 24,7M 0s
 39950K .......... .......... .......... .......... .......... 88%  122M 0s
 40000K .......... .......... .......... .......... .......... 88% 13,6M 0s
 40050K .......... .......... .......... .......... .......... 88% 22,6M 0s
 40100K .......... .......... .......... .......... .......... 88%  147M 0s
 40150K .......... .......... .......... .......... .......... 88%  117M 0s
 40200K .......... .......... .......... .......... .......... 89% 14,2M 0s
 40250K .......... .......... .......... .......... .......... 89% 93,9M 0s
 40300K .......... .......... .......... .......... .......... 89% 27,2M 0s
 40350K .......... .......... .......... .......... .......... 89% 80,7M 0s
 40400K .......... .......... .......... .......... .......... 89% 14,2M 0s
 40450K .......... .......... .......... .......... .......... 89% 21,7M 0s
 40500K .......... .......... .......... .......... .......... 89%  144M 0s
 40550K .......... .......... .......... .......... .......... 89%  143M 0s
 40600K .......... .......... .......... .......... .......... 89% 14,6M 0s
 40650K .......... .......... .......... .......... .......... 90% 20,5M 0s
 40700K .......... .......... .......... .......... .......... 90%  119M 0s
 40750K .......... .......... .......... .......... .......... 90%  172M 0s
 40800K .......... .......... .......... .......... .......... 90% 15,3M 0s
 40850K .......... .......... .......... .......... .......... 90% 19,1M 0s
 40900K .......... .......... .......... .......... .......... 90%  173M 0s
 40950K .......... .......... .......... .......... .......... 90% 14,6M 0s
 41000K .......... .......... .......... .......... .......... 90%  181M 0s
 41050K .......... .......... .......... .......... .......... 90% 20,7M 0s
 41100K .......... .......... .......... .......... .......... 91%  139M 0s
 41150K .......... .......... .......... .......... .......... 91%  189M 0s
 41200K .......... .......... .......... .......... .......... 91% 9,09M 0s
 41250K .......... .......... .......... .......... .......... 91%  105M 0s
 41300K .......... .......... .......... .......... .......... 91%  176M 0s
 41350K .......... .......... .......... .......... .......... 91%  155M 0s
 41400K .......... .......... .......... .......... .......... 91% 9,20M 0s
 41450K .......... .......... .......... .......... .......... 91%  134M 0s
 41500K .......... .......... .......... .......... .......... 91%  187M 0s
 41550K .......... .......... .......... .......... .......... 92%  142M 0s
 41600K .......... .......... .......... .......... .......... 92% 9,15M 0s
 41650K .......... .......... .......... .......... .......... 92%  126M 0s
 41700K .......... .......... .......... .......... .......... 92%  143M 0s
 41750K .......... .......... .......... .......... .......... 92%  164M 0s
 41800K .......... .......... .......... .......... .......... 92% 9,10M 0s
 41850K .......... .......... .......... .......... .......... 92%  180M 0s
 41900K .......... .......... .......... .......... .......... 92%  115M 0s
 41950K .......... .......... .......... .......... .......... 92%  133M 0s
 42000K .......... .......... .......... .......... .......... 93% 9,30M 0s
 42050K .......... .......... .......... .......... .......... 93%  137M 0s
 42100K .......... .......... .......... .......... .......... 93%  137M 0s
 42150K .......... .......... .......... .......... .......... 93% 96,3M 0s
 42200K .......... .......... .......... .......... .......... 93% 9,68M 0s
 42250K .......... .......... .......... .......... .......... 93%  164M 0s
 42300K .......... .......... .......... .......... .......... 93% 48,1M 0s
 42350K .......... .......... .......... .......... .......... 93%  205M 0s
 42400K .......... .......... .......... .......... .......... 93% 10,3M 0s
 42450K .......... .......... .......... .......... .......... 94%  138M 0s
 42500K .......... .......... .......... .......... .......... 94% 47,9M 0s
 42550K .......... .......... .......... .......... .......... 94%  184M 0s
 42600K .......... .......... .......... .......... .......... 94% 10,9M 0s
 42650K .......... .......... .......... .......... .......... 94% 79,3M 0s
 42700K .......... .......... .......... .......... .......... 94% 46,0M 0s
 42750K .......... .......... .......... .......... .......... 94%  173M 0s
 42800K .......... .......... .......... .......... .......... 94% 10,8M 0s
 42850K .......... .......... .......... .......... .......... 94% 41,4M 0s
 42900K .......... .......... .......... .......... .......... 95%  134M 0s
 42950K .......... .......... .......... .......... .......... 95%  170M 0s
 43000K .......... .......... .......... .......... .......... 95% 10,7M 0s
 43050K .......... .......... .......... .......... .......... 95% 42,1M 0s
 43100K .......... .......... .......... .......... .......... 95%  148M 0s
 43150K .......... .......... .......... .......... .......... 95%  171M 0s
 43200K .......... .......... .......... .......... .......... 95% 54,2M 0s
 43250K .......... .......... .......... .......... .......... 95% 10,2M 0s
 43300K .......... .......... .......... .......... .......... 95%  163M 0s
 43350K .......... .......... .......... .......... .......... 96% 54,4M 0s
 43400K .......... .......... .......... .......... .......... 96% 13,3M 0s
 43450K .......... .......... .......... .......... .......... 96% 32,6M 0s
 43500K .......... .......... .......... .......... .......... 96%  172M 0s
 43550K .......... .......... .......... .......... .......... 96% 53,7M 0s
 43600K .......... .......... .......... .......... .......... 96%  146M 0s
 43650K .......... .......... .......... .......... .......... 96% 10,0M 0s
 43700K .......... .......... .......... .......... .......... 96%  168M 0s
 43750K .......... .......... .......... .......... .......... 96% 53,5M 0s
 43800K .......... .......... .......... .......... .......... 97% 13,8M 0s
 43850K .......... .......... .......... .......... .......... 97% 40,8M 0s
 43900K .......... .......... .......... .......... .......... 97%  109M 0s
 43950K .......... .......... .......... .......... .......... 97% 45,4M 0s
 44000K .......... .......... .......... .......... .......... 97% 13,5M 0s
 44050K .......... .......... .......... .......... .......... 97% 41,4M 0s
 44100K .......... .......... .......... .......... .......... 97%  156M 0s
 44150K .......... .......... .......... .......... .......... 97% 41,8M 0s
 44200K .......... .......... .......... .......... .......... 97% 87,2M 0s
 44250K .......... .......... .......... .......... .......... 98% 15,1M 0s
 44300K .......... .......... .......... .......... .......... 98% 38,5M 0s
 44350K .......... .......... .......... .......... .......... 98% 40,1M 0s
 44400K .......... .......... .......... .......... .......... 98% 71,2M 0s
 44450K .......... .......... .......... .......... .......... 98% 11,6M 0s
 44500K .......... .......... .......... .......... .......... 98% 41,5M 0s
 44550K .......... .......... .......... .......... .......... 98%  114M 0s
 44600K .......... .......... .......... .......... .......... 98% 64,7M 0s
 44650K .......... .......... .......... .......... .......... 98% 17,0M 0s
 44700K .......... .......... .......... .......... .......... 99% 20,8M 0s
 44750K .......... .......... .......... .......... .......... 99%  205M 0s
 44800K .......... .......... .......... .......... .......... 99% 69,0M 0s
 44850K .......... .......... .......... .......... .......... 99% 16,1M 0s
 44900K .......... .......... .......... .......... .......... 99% 22,3M 0s
 44950K .......... .......... .......... .......... .......... 99% 61,3M 0s
 45000K .......... .......... .......... .......... .......... 99% 70,5M 0s
 45050K .......... .......... .......... .......... .......... 99% 17,6M 0s
 45100K .......... .......... .......... .......... .......... 99% 45,5M 0s
 45150K .......... .......... ........                        100% 23,8M=1,5s

2024-03-12 09:45:53 (28,7 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.2.zip
--2024-03-12 09:45:55--  https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libunicorn.2.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: 6737816 (6,4M) [application/zip]
Saving to: ‘libunicorn.2.zip’

     0K .......... .......... .......... .......... ..........  0% 3,76M 2s
    50K .......... .......... .......... .......... ..........  1% 7,14M 1s
   100K .......... .......... .......... .......... ..........  2% 61,0M 1s
   150K .......... .......... .......... .......... ..........  3% 8,30M 1s
   200K .......... .......... .......... .......... ..........  3% 32,7M 1s
   250K .......... .......... .......... .......... ..........  4% 56,8M 1s
   300K .......... .......... .......... .......... ..........  5% 12,1M 1s
   350K .......... .......... .......... .......... ..........  6% 37,2M 1s
   400K .......... .......... .......... .......... ..........  6% 64,3M 0s
   450K .......... .......... .......... .......... ..........  7% 62,4M 0s
   500K .......... .......... .......... .......... ..........  8% 12,3M 0s
   550K .......... .......... .......... .......... ..........  9% 44,2M 0s
   600K .......... .......... .......... .......... ..........  9% 59,8M 0s
   650K .......... .......... .......... .......... .......... 10% 57,9M 0s
   700K .......... .......... .......... .......... .......... 11% 63,9M 0s
   750K .......... .......... .......... .......... .......... 12% 18,5M 0s
   800K .......... .......... .......... .......... .......... 12% 71,3M 0s
   850K .......... .......... .......... .......... .......... 13% 79,1M 0s
   900K .......... .......... .......... .......... .......... 14% 65,8M 0s
   950K .......... .......... .......... .......... .......... 15% 64,0M 0s
  1000K .......... .......... .......... .......... .......... 15% 87,3M 0s
  1050K .......... .......... .......... .......... .......... 16% 17,4M 0s
  1100K .......... .......... .......... .......... .......... 17% 85,1M 0s
  1150K .......... .......... .......... .......... .......... 18% 84,8M 0s
  1200K .......... .......... .......... .......... .......... 18% 48,0M 0s
  1250K .......... .......... .......... .......... .......... 19% 61,6M 0s
  1300K .......... .......... .......... .......... .......... 20% 74,4M 0s
  1350K .......... .......... .......... .......... .......... 21% 70,3M 0s
  1400K .......... .......... .......... .......... .......... 22% 27,9M 0s
  1450K .......... .......... .......... .......... .......... 22% 62,6M 0s
  1500K .......... .......... .......... .......... .......... 23% 72,6M 0s
  1550K .......... .......... .......... .......... .......... 24% 54,0M 0s
  1600K .......... .......... .......... .......... .......... 25% 58,5M 0s
  1650K .......... .......... .......... .......... .......... 25% 79,8M 0s
  1700K .......... .......... .......... .......... .......... 26% 79,3M 0s
  1750K .......... .......... .......... .......... .......... 27% 58,3M 0s
  1800K .......... .......... .......... .......... .......... 28% 84,6M 0s
  1850K .......... .......... .......... .......... .......... 28% 54,0M 0s
  1900K .......... .......... .......... .......... .......... 29% 73,8M 0s
  1950K .......... .......... .......... .......... .......... 30% 75,9M 0s
  2000K .......... .......... .......... .......... .......... 31% 47,3M 0s
  2050K .......... .......... .......... .......... .......... 31% 61,3M 0s
  2100K .......... .......... .......... .......... .......... 32% 73,3M 0s
  2150K .......... .......... .......... .......... .......... 33% 80,0M 0s
  2200K .......... .......... .......... .......... .......... 34% 59,7M 0s
  2250K .......... .......... .......... .......... .......... 34% 82,2M 0s
  2300K .......... .......... .......... .......... .......... 35% 62,9M 0s
  2350K .......... .......... .......... .......... .......... 36%  103M 0s
  2400K .......... .......... .......... .......... .......... 37%  122M 0s
  2450K .......... .......... .......... .......... .......... 37% 59,8M 0s
  2500K .......... .......... .......... .......... .......... 38% 90,3M 0s
  2550K .......... .......... .......... .......... .......... 39%  108M 0s
  2600K .......... .......... .......... .......... .......... 40%  101M 0s
  2650K .......... .......... .......... .......... .......... 41% 99,4M 0s
  2700K .......... .......... .......... .......... .......... 41% 86,3M 0s
  2750K .......... .......... .......... .......... .......... 42% 64,7M 0s
  2800K .......... .......... .......... .......... .......... 43% 76,3M 0s
  2850K .......... .......... .......... .......... .......... 44% 56,1M 0s
  2900K .......... .......... .......... .......... .......... 44% 91,3M 0s
  2950K .......... .......... .......... .......... .......... 45%  113M 0s
  3000K .......... .......... .......... .......... .......... 46% 65,7M 0s
  3050K .......... .......... .......... .......... .......... 47%  110M 0s
  3100K .......... .......... .......... .......... .......... 47% 59,0M 0s
  3150K .......... .......... .......... .......... .......... 48% 89,9M 0s
  3200K .......... .......... .......... .......... .......... 49% 96,3M 0s
  3250K .......... .......... .......... .......... .......... 50% 84,5M 0s
  3300K .......... .......... .......... .......... .......... 50%  110M 0s
  3350K .......... .......... .......... .......... .......... 51%  106M 0s
  3400K .......... .......... .......... .......... .......... 52% 78,5M 0s
  3450K .......... .......... .......... .......... .......... 53% 69,9M 0s
  3500K .......... .......... .......... .......... .......... 53%  117M 0s
  3550K .......... .......... .......... .......... .......... 54% 56,5M 0s
  3600K .......... .......... .......... .......... .......... 55% 80,6M 0s
  3650K .......... .......... .......... .......... .......... 56% 80,0M 0s
  3700K .......... .......... .......... .......... .......... 56% 89,4M 0s
  3750K .......... .......... .......... .......... .......... 57% 88,0M 0s
  3800K .......... .......... .......... .......... .......... 58% 81,9M 0s
  3850K .......... .......... .......... .......... .......... 59% 94,8M 0s
  3900K .......... .......... .......... .......... .......... 60% 91,6M 0s
  3950K .......... .......... .......... .......... .......... 60% 87,3M 0s
  4000K .......... .......... .......... .......... .......... 61% 45,6M 0s
  4050K .......... .......... .......... .......... .......... 62% 56,0M 0s
  4100K .......... .......... .......... .......... .......... 63% 83,9M 0s
  4150K .......... .......... .......... .......... .......... 63% 98,8M 0s
  4200K .......... .......... .......... .......... .......... 64% 92,7M 0s
  4250K .......... .......... .......... .......... .......... 65% 91,1M 0s
  4300K .......... .......... .......... .......... .......... 66% 99,0M 0s
  4350K .......... .......... .......... .......... .......... 66% 95,7M 0s
  4400K .......... .......... .......... .......... .......... 67% 77,0M 0s
  4450K .......... .......... .......... .......... .......... 68% 63,7M 0s
  4500K .......... .......... .......... .......... .......... 69%  122M 0s
  4550K .......... .......... .......... .......... .......... 69% 69,4M 0s
  4600K .......... .......... .......... .......... .......... 70% 34,4M 0s
  4650K .......... .......... .......... .......... .......... 71%  123M 0s
  4700K .......... .......... .......... .......... .......... 72%  130M 0s
  4750K .......... .......... .......... .......... .......... 72%  106M 0s
  4800K .......... .......... .......... .......... .......... 73% 60,6M 0s
  4850K .......... .......... .......... .......... .......... 74% 33,3M 0s
  4900K .......... .......... .......... .......... .......... 75% 16,2M 0s
  4950K .......... .......... .......... .......... .......... 75% 54,0M 0s
  5000K .......... .......... .......... .......... .......... 76% 58,1M 0s
  5050K .......... .......... .......... .......... .......... 77% 53,7M 0s
  5100K .......... .......... .......... .......... .......... 78% 34,5M 0s
  5150K .......... .......... .......... .......... .......... 79% 31,8M 0s
  5200K .......... .......... .......... .......... .......... 79% 53,2M 0s
  5250K .......... .......... .......... .......... .......... 80% 84,2M 0s
  5300K .......... .......... .......... .......... .......... 81% 59,9M 0s
  5350K .......... .......... .......... .......... .......... 82% 49,6M 0s
  5400K .......... .......... .......... .......... .......... 82% 50,8M 0s
  5450K .......... .......... .......... .......... .......... 83% 44,2M 0s
  5500K .......... .......... .......... .......... .......... 84% 52,6M 0s
  5550K .......... .......... .......... .......... .......... 85% 52,9M 0s
  5600K .......... .......... .......... .......... .......... 85% 49,9M 0s
  5650K .......... .......... .......... .......... .......... 86% 57,2M 0s
  5700K .......... .......... .......... .......... .......... 87% 59,9M 0s
  5750K .......... .......... .......... .......... .......... 88% 58,7M 0s
  5800K .......... .......... .......... .......... .......... 88% 64,8M 0s
  5850K .......... .......... .......... .......... .......... 89% 55,3M 0s
  5900K .......... .......... .......... .......... .......... 90% 61,9M 0s
  5950K .......... .......... .......... .......... .......... 91% 62,4M 0s
  6000K .......... .......... .......... .......... .......... 91% 57,0M 0s
  6050K .......... .......... .......... .......... .......... 92% 80,2M 0s
  6100K .......... .......... .......... .......... .......... 93% 65,8M 0s
  6150K .......... .......... .......... .......... .......... 94% 68,2M 0s
  6200K .......... .......... .......... .......... .......... 94% 57,6M 0s
  6250K .......... .......... .......... .......... .......... 95% 77,1M 0s
  6300K .......... .......... .......... .......... .......... 96% 60,0M 0s
  6350K .......... .......... .......... .......... .......... 97% 56,4M 0s
  6400K .......... .......... .......... .......... .......... 98% 56,2M 0s
  6450K .......... .......... .......... .......... .......... 98% 63,8M 0s
  6500K .......... .......... .......... .......... .......... 99% 59,0M 0s
  6550K .......... .......... .........                       100% 57,4M=0,1s

2024-03-12 09:45:55 (47,7 MB/s) - ‘libunicorn.2.zip’ saved [6737816/6737816]

[Pipeline] sh
+ unzip libunicorn.2.zip -d ./vm/Contents/MacOS/Plugins
Archive:  libunicorn.2.zip
  inflating: ./vm/Contents/MacOS/Plugins/libunicorn.2.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] 2024-03-12 09:45:56.000 logParameters (src/parameters/parameters.c:343):Image file name: ./image/VMMaker.image
[DEBUG] 2024-03-12 09:45:56.000 logParameters (src/parameters/parameters.c:344):Is default Image: no
[DEBUG] 2024-03-12 09:45:56.000 logParameters (src/parameters/parameters.c:345):Is interactive session: no
[DEBUG] 2024-03-12 09:45:56.000 logParameterVector (src/parameters/parameters.c:333):vmParameters [count = 4]:
[DEBUG] 2024-03-12 09:45:56.000 logParameterVector (src/parameters/parameters.c:336): ./vm/Contents/MacOS/Pharo
[DEBUG] 2024-03-12 09:45:56.000 logParameterVector (src/parameters/parameters.c:336): --headless
[DEBUG] 2024-03-12 09:45:56.000 logParameterVector (src/parameters/parameters.c:336): --logLevel=4
[DEBUG] 2024-03-12 09:45:56.000 logParameterVector (src/parameters/parameters.c:336): --headless
[DEBUG] 2024-03-12 09:45:56.000 logParameterVector (src/parameters/parameters.c:333):imageParameters [count = 3]:
[DEBUG] 2024-03-12 09:45:56.000 logParameterVector (src/parameters/parameters.c:336): test
[DEBUG] 2024-03-12 09:45:56.000 logParameterVector (src/parameters/parameters.c:336): --junit-xml-output
[DEBUG] 2024-03-12 09:45:56.000 logParameterVector (src/parameters/parameters.c:336): VMMakerTests
[INFO ] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:116):Opening Image: ./image/VMMaker.image
[DEBUG] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:138):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker
[DEBUG] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:140):sizeof(int): 4
[DEBUG] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:141):sizeof(long): 8
[DEBUG] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:142):sizeof(long long): 8
[DEBUG] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:143):sizeof(void*): 8
[DEBUG] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:144):sizeof(sqInt): 8
[DEBUG] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:145):sizeof(sqLong): 8
[DEBUG] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:146):sizeof(float): 4
[DEBUG] 2024-03-12 09:45:56.000 vm_main_with_parameters (src/client.c:147):sizeof(double): 8
[DEBUG] 2024-03-12 09:45:56.000 runOnMainThread (src/client.c:248):Running VM on main thread
[DEBUG] 2024-03-12 09:45:56.000 allocateJITMemory (src/memoryUnix.c:107):Trying to allocate JIT memory in 0x300000000
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 23035904
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 23035904
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x340000000
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x340000000
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 102146048
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 102146048
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x10000000000
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x10000000000
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 266240
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 266240
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x280000000
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x280000000
[WARN ] 2024-03-12 09:45:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2024-03-12 09:45:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2024-03-12 09:45:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2024-03-12 09:45:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2024-03-12 09:45:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:45:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
[WARN ] 2024-03-12 09:45:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 1 Packages
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:45:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:45:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:45:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:45:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:45:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:45:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
sh: llvm-config: command not found
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
sh: llvm-config: command not found
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3904 of 15328 (target: 3832 (newly freed: 2792
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3832 of 15328 (target: 3832 (newly freed: 2800
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3872 of 15328 (target: 3832 (newly freed: 2800
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3936 of 15328 (target: 3832 (newly freed: 2912
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3904 of 15328 (target: 3832 (newly freed: 2800
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3936 of 15328 (target: 3832 (newly freed: 2912
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3904 of 15328 (target: 3832 (newly freed: 2800
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3928 of 15328 (target: 3832 (newly freed: 2912
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3896 of 15328 (target: 3832 (newly freed: 2800
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:16.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:16.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:16.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000916a000
[DEBUG] 2024-03-12 09:46:16.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000916a000
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3928 of 15328 (target: 3832 (newly freed: 2912
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3880 of 15328 (target: 3832 (newly freed: 2800
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3896 of 15512 (target: 3878 (newly freed: 2600
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:16.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:16.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:16.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000a16a000
[DEBUG] 2024-03-12 09:46:16.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000a16a000
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3880 of 15512 (target: 3878 (newly freed: 2552
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3880 of 15512 (target: 3878 (newly freed: 2552
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3912 of 15512 (target: 3878 (newly freed: 2552
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3896 of 15512 (target: 3878 (newly freed: 2552
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3920 of 15512 (target: 3878 (newly freed: 2552
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3904 of 15512 (target: 3878 (newly freed: 2640
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3928 of 15512 (target: 3878 (newly freed: 2640
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3904 of 15512 (target: 3878 (newly freed: 2552
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3928 of 15512 (target: 3878 (newly freed: 2640
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3944 of 15512 (target: 3878 (newly freed: 2640
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3936 of 15744 (target: 3936 (newly freed: 3048
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3944 of 15744 (target: 3936 (newly freed: 3096
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3944 of 15744 (target: 3936 (newly freed: 3096
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3952 of 15744 (target: 3936 (newly freed: 3096
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3936 of 15744 (target: 3936 (newly freed: 3096
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3960 of 15744 (target: 3936 (newly freed: 3096
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3968 of 15744 (target: 3936 (newly freed: 3096
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3984 of 15744 (target: 3936 (newly freed: 3168
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3960 of 15744 (target: 3936 (newly freed: 3096
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3984 of 15744 (target: 3936 (newly freed: 3168
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3936 of 15744 (target: 3936 (newly freed: 3096
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
sh: llvm-config: command not found
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3880 of 15496 (target: 3874 (newly freed: 3192
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3888 of 15496 (target: 3874 (newly freed: 3168
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3904 of 15496 (target: 3874 (newly freed: 3168
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3888 of 15496 (target: 3874 (newly freed: 3168
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3880 of 15496 (target: 3874 (newly freed: 3168
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3888 of 15496 (target: 3874 (newly freed: 3168
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3912 of 15496 (target: 3874 (newly freed: 3168
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3952 of 15496 (target: 3874 (newly freed: 3256
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3944 of 15496 (target: 3874 (newly freed: 3256
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3952 of 15496 (target: 3874 (newly freed: 3256
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 3944 of 15496 (target: 3874 (newly freed: 3256
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r10000012358: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r300001FE1 =1610613756 (16r600003FC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
16r36010E490: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r10000000000 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
 6 16r10000012358 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
16r10000012358: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r300001FE1 =1610613756 (16r600003FC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
16r36010E490: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r10000000000 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
 6 16r10000012358 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r10000012358: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r300001FE1 =1610613756 (16r600003FC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
16r36010E490: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r10000000000 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
 6 16r10000012358 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r10000012358: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r300001FE1 =1610613756 (16r600003FC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
16r36010E490: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r10000000000 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
 6 16r10000012358 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r10000012358: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r300001FE1 =1610613756 (16r600003FC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
16r36010E490: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r10000000000 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
 6 16r10000012358 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
16r10000012358: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r300001FE1 =1610613756 (16r600003FC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
16r36010E490: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r10000000000 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
 6 16r10000012358 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r10000012358: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r300001FE1 =1610613756 (16r600003FC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
16r36010E490: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r10000000000 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
 6 16r10000012358 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r10000012358: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r300001FE1 =1610613756 (16r600003FC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
16r36010E490: a(n) ??nil cnidx?? (16r24=>16r10000012318) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r10000000000 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3 16r100000122F8 a ??nil cnidx??
 4 16r10000000000 nil
 5 16r10000000000 nil
 6 16r10000012358 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r40009198: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16rF001FF1 =125833208 (16r7800FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
16r200876D0: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r40000000 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
 6 16r40009198 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
16r40009198: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16rF001FF1 =125833208 (16r7800FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
16r200876D0: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r40000000 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
 6 16r40009198 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r40009198: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16rF001FF1 =125833208 (16r7800FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
16r200876D0: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r40000000 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
 6 16r40009198 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r40009198: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16rF001FF1 =125833208 (16r7800FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
16r200876D0: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r40000000 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
 6 16r40009198 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r40009198: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16rF001FF1 =125833208 (16r7800FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
16r200876D0: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r40000000 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
 6 16r40009198 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
16r40009198: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16rF001FF1 =125833208 (16r7800FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
16r200876D0: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r40000000 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
 6 16r40009198 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r40009198: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16rF001FF1 =125833208 (16r7800FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
16r200876D0: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r40000000 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
 6 16r40009198 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
16r40009198: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16rF001FF1 =125833208 (16r7800FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
16r200876D0: a(n) ??nil cnidx?? (16r24=>16r40009168) format 16r3 size 22 hdr8 ..... hash 16r0
 0 16r40000000 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3 16r40009150 a ??nil cnidx??
 4 16r40000000 nil
 5 16r40000000 nil
 6 16r40009198 a ??nil cnidx??
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:23.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:23.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:23.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:23.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:25.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:26.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:26.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:26.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:26.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:29.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:32.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:32.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:32.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:32.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Could not convert argument index: 1
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:34.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:36.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:37.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:38.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:39.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:40.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:41.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:41.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:41.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:41.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:41.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:41.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:41.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:41.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:42.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:42.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:42.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:42.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:46.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:46.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:46.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:46.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:46.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:46.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:46.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:46.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000916a000
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000916a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:46:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:46:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:46:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:46:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:46:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:46:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:46:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:47:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000700010 up to 16r100015FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Segment Start: 1099513724928
Segment Size: 5242912
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:47:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:47:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000916a000
[DEBUG] 2024-03-12 09:47:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000916a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000700010 up to 16r100015FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:20.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:47:20.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:47:20.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:47:20.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40700010 up to 16r415FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Segment Start: 1075838976
Segment Size: 5242912
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:47:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:47:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:47:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40700010 up to 16r415FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:47:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:47:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:47:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:47:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:47:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:47:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...

(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:47:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:47:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:47:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:54.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:47:54.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:47:54.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:47:54.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:47:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:47:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:47:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000b16a000
[DEBUG] 2024-03-12 09:47:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000b16a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:47:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:47:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:47:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000b16a000
[DEBUG] 2024-03-12 09:47:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000b16a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:02.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:02.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:02.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:48:02.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000716a000
[DEBUG] 2024-03-12 09:48:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000716a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:24.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:25.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:26.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:26.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:26.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:26.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:32.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:32.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:32.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:32.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:34.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:34.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:34.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:34.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:42.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:42.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:42.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000916a000
[DEBUG] 2024-03-12 09:48:42.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000916a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:42.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:42.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:42.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:42.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:44.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:46.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:48:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:48:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:48:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:48:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000916a000
[DEBUG] 2024-03-12 09:48:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000916a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:16.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:16.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:16.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:16.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 173280
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:16.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:49:16.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:49:16.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:16.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:49:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:49:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 86640
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:49:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:49:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:18.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
[DEBUG] 2024-03-12 09:49:20.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:20.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:20.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:20.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
[DEBUG] 2024-03-12 09:49:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A510 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4F0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4D0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A510 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4F0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:26.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:26.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:26.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:26.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015288 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015288 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015278 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015278 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:49:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:32.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015288 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015288 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015260 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:34.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:34.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:34.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:34.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...

GC number 0	marking...[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015278 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015278 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:35.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:36.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:37.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4F0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A500 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4E0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:40.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:40.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:40.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:40.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A4F0 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015280 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015280 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015270 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015280 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015280 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:46.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:46.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:46.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:46.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:49:46.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:46.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:46.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:46.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:47.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:54.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:49:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:02.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:16.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:16.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:16.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:16.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:16.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:16.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:16.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:16.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:50:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:22.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:22.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:22.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:22.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:24.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:24.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:24.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:24.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:25.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:25.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:25.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:25.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:50:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:50:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:34.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:34.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:34.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:34.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:36.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:36.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:36.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:36.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:37.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:37.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:37.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:37.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:39.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:39.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:39.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:39.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:50:39.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:39.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:39.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:39.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:50:40.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:40.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:40.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:40.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:40.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:40.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:40.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:40.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 2097152
Segment Start: 1099513724928
Segment Size: 10485760
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 2097152
Segment Start: 1099513724928
Segment Size: 10485760
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot lala.image
Segment Start: 1099511627776
Segment Size: 2097152
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:41.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:41.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:41.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:41.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 2097152
Segment Start: 1075838976
Segment Size: 10485760
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 2097152
Segment Start: 1075838976
Segment Size: 10485760
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:42.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:42.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:42.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:42.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot lala.image
Segment Start: 1073741824
Segment Size: 2097152
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Writing snapshot file lala.image
Snapshot file lala.image done
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:50:43.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:43.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:43.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:43.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives

Looking for module  ... loaded...computing accessor depthswarning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
...doneCannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives

Looking for module  ... loaded...computing accessor depthswarning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
...doneCannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives

Looking for module  ... loaded...computing accessor depthswarning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
...doneCannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives

Looking for module  ... loaded...computing accessor depthswarning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
...doneCannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:50:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:50:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:50:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:50:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:50:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:50:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:51:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:02.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:02.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:02.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:02.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:20.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:20.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:20.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:20.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:20.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:20.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:20.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:20.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:23.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:23.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:23.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:51:23.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives

Looking for module  ... loaded...computing accessor depths[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000916a000
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000916a000
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
...doneSpur Image Format detected
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 33554432
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 33554432
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000916a000
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000916a000
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 134217728
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 134217728
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000b16a000
[DEBUG] 2024-03-12 09:51:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000b16a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives

Looking for module  ... loaded...computing accessor depthswarning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
...doneSpur Image Format detected
[DEBUG] 2024-03-12 09:51:40.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 134217728
[DEBUG] 2024-03-12 09:51:40.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 134217728
[DEBUG] 2024-03-12 09:51:40.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1001316a000
[DEBUG] 2024-03-12 09:51:40.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1001316a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...
marking...scavenging(3)...
Writing snapshot VMSnapshotPrimitiveTest
Segment Start: 1099511627776
Segment Size: 173688
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...
marking...scavenging(3)...
Writing snapshot VMSnapshotPrimitiveTest
Segment Start: 1099511627776
Segment Size: 173688
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...
marking...scavenging(3)...
Writing snapshot VMSnapshotPrimitiveTest
Segment Start: 1099511627776
Segment Size: 173704
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...

GC number 0	marking...scavenging(3)...
marking...scavenging(3)...
Writing snapshot VMSnapshotPrimitiveTest
Segment Start: 1073741824
Segment Size: 86888
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...

GC number 0	marking...scavenging(3)...
marking...scavenging(3)...
Writing snapshot VMSnapshotPrimitiveTest
Segment Start: 1073741824
Segment Size: 86888
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...

GC number 0	marking...scavenging(3)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...

GC number 0	marking...scavenging(3)...
marking...scavenging(3)...
Writing snapshot VMSnapshotPrimitiveTest
Segment Start: 1073741824
Segment Size: 86904
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...

GC number 0	marking...scavenging(3)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...

GC number 0	marking...scavenging(3)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...

GC number 0	marking...scavenging(3)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Garbage Collect for Snapshot
scavenging(2)...

GC number 0	marking...scavenging(3)...
marking...scavenging(3)...
Writing snapshot file VMSnapshotPrimitiveTest
Snapshot file VMSnapshotPrimitiveTest done
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:54.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:54.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:54.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:51:54.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:56.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:56.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:56.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:56.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:51:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:51:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:51:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:51:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:51:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:51:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:51:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:51:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:51:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:51:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000036628 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000022618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r100000126F8 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012608 up to 16r10000BFFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000916a000
[DEBUG] 2024-03-12 09:52:16.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000916a000
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000036628 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000022618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:20.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:20.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:20.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:20.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r100000126F8 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...

freeing at 16r10000012618 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r10000012608 up to 16r10000BFFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:22.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:22.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:22.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:22.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:22.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:22.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:22.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:22.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40023310 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40023310 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40019300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40019300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r400093B0 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r400093B0 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r400092F0 up to 16r40BFFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r400092F0 up to 16r40BFFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...[DEBUG] 2024-03-12 09:52:37.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:37.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:37.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:37.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:52:37.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:37.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:37.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:37.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...[DEBUG] 2024-03-12 09:52:40.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:40.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:40.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:40.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40023310 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40023310 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:41.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:41.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:41.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:41.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...[DEBUG] 2024-03-12 09:52:41.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:41.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:41.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:41.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40019300 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40019300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:42.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:42.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:42.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:42.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r400093B0 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r400093B0 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...

GC number 0	marking...scavenging(3)...
planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
marking...scavenging(3)...
planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...planning...updating pointers...copying and unmarking...

freeing at 16r40009300 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	[DEBUG] 2024-03-12 09:52:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r400092F0 up to 16r40BFFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r400092F0 up to 16r40BFFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:52:45.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:45.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:45.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:45.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...

GC number 1	marking...scavenging(2)...
leak-checking...marking...scavenging(2)...
leak-checking...Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
marking...scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:48.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:49.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:50.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:51.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:52.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:53.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:54.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:54.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:54.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:54.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:55.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:55.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:55.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:55.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:57.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:57.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:57.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:57.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:58.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:58.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:58.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:58.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:52:59.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:00.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:01.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:02.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:03.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A510 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:04.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r1000002A510 up to 16r100001FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:05.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:53:06.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:06.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:06.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:06.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...

GC number 0	marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
marking...scavenging(2)...
planning...updating pointers...copying and unmarking...

freeing at 16r40015290 up to 16r401FFFF0
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:53:07.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:07.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:07.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:07.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:08.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:08.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:08.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:08.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:09.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:10.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:10.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:10.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:10.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:11.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:12.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:13.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:13.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:13.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:13.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:14.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:14.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:14.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:14.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:15.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:15.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:15.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:15.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(3)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
scavenging(2)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:17.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:18.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:19.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:20.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:21.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:22.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:22.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:22.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:22.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:22.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:22.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:22.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:22.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:53:24.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:24.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:24.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:24.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:26.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:27.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:28.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:29.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:29.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:29.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:29.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:29.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:29.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:29.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:29.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
[DEBUG] 2024-03-12 09:53:30.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:30.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:30.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:30.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:31.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:32.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
scavenging(0)...
scavenging(1)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000816a000
[DEBUG] 2024-03-12 09:53:33.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000816a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[DEBUG] 2024-03-12 09:53:38.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:38.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:38.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:38.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
scavenging(0)...
6987 run, 6987 passes, 0 failures, 0 errors.
[WARN ] 2024-03-12 09:53:39.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[DEBUG] 2024-03-12 09:53:39.000 primitiveQuit (pharo-10/build/generated/64/vm/src/gcc3x-cointerp.c:32769):Quit requested by the image
Process        0x34063ca98 priority 79
       0x280027f30 I SessionManager>launchSnapshot:andQuit: 0x10000091d80: a(n) SessionManager
       0x280027fa0 I [] in SessionManager>snapshot:andQuit: 0x10000091d80: a(n) SessionManager
       0x280027fe0 I [] in FullBlockClosure>newProcess 0x34063c8b8: a(n) FullBlockClosure

processes at priority 40
Process      0x10002b67600 priority 40
       0x280007fd8 M MorphicRenderLoop>doOneCycleWhile: 0x10002b65a60: a(n) MorphicRenderLoop
     0x1000372a3b0 s [] in MorphicUIManager>spawnNewProcess
     0x10002b65b60 s [] in FullBlockClosure(BlockClosure)>newProcess

Process      0x100050acf60 priority 40
       0x28003dd70 M Process>resume 0x34063ca98: a(n) Process
       0x28003dda0 M FullBlockClosure(BlockClosure)>forkAt: 0x34063c8b8: a(n) FullBlockClosure
       0x28003ddf8 I SessionManager>snapshot:andQuit: 0x10000091d80: a(n) SessionManager
       0x28003de58 I [] in SmalltalkImage>snapshot:andQuit: 0x10000022ae8: a(n) SmalltalkImage
       0x28003dea0 I CurrentExecutionEnvironment class>activate:for: 0x1000001c318: a(n) CurrentExecutionEnvironment class
       0x28003def0 I DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x10000010480: a(n) DefaultExecutionEnvironment
       0x28003df38 I DefaultExecutionEnvironment class>beActiveDuring: 0x1000001c918: a(n) DefaultExecutionEnvironment class
       0x28003df80 I SmalltalkImage>snapshot:andQuit: 0x10000022ae8: a(n) SmalltalkImage
       0x28003dfe0 I TestCommandLineHandler>runPackages 0x100051db918: a(n) TestCommandLineHandler
     0x100051db860 s TestCommandLineHandler>activate
     0x100051dbaa8 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
     0x100051dbcc8 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
     0x100051dbe90 s FullBlockClosure(BlockClosure)>on:do:
     0x100051dc0b0 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
     0x100051dc438 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
     0x100051dc7d0 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
     0x100051dca48 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
     0x100051dccf8 s FullBlockClosure(BlockClosure)>on:do:
     0x100051dcfe8 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
     0x100051dd1e8 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 10
Process      0x100050acce0 priority 10
     0x100051c1dd0 s ProcessorScheduler class>idleProcess
     0x10005226ed8 s [] in ProcessorScheduler class>startUp
     0x100050441c0 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process      0x100050acee8 priority 50
       0x280013fe0 M WeakArray class>finalizationProcess 0x10000016320: a(n) WeakArray class
     0x10005059f48 s [] in WeakArray class>restartFinalizationProcess
     0x10005073010 s [] in FullBlockClosure(BlockClosure)>newProcess

Process      0x10002026790 priority 40
     0x10002027b48 s AtomicSharedQueue>waitForNewItems
     0x10002031f58 s AtomicSharedQueue>next
     0x10002034490 s TKTWorkerProcess>privateNextTask
     0x10002036370 s TKTWorkerProcess>workerLoop
     0x100020376b0 s MessageSend>value
     0x10002037e18 s [] in TKTPharoProcessProvider>createProcessDoing:named:
     0x100020388b8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process      0x100050acc90 priority 60
     0x10005044108 s SmalltalkImage>lowSpaceWatcher
     0x1000505a868 s [] in SmalltalkImage>installLowSpaceWatcher
     0x10005073138 s [] in FullBlockClosure(BlockClosure)>newProcess

Process      0x10002b675b0 priority 80
       0x280023fa8 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x10000391800: a(n) DelaySemaphoreScheduler
       0x280023fe0 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x10000391800: a(n) DelaySemaphoreScheduler
     0x1000372a768 s FullBlockClosure(BlockClosure)>ensure:
     0x10002b65c90 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
     0x1000372a468 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
     0x10002b65d70 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./vm/Contents/MacOS/Pharo --headless --logLevel=4 ./image/VMMaker.image test --junit-xml-output Slang-Tests
[DEBUG] 2024-03-12 09:53:39.000 logParameters (src/parameters/parameters.c:343):Image file name: ./image/VMMaker.image
[DEBUG] 2024-03-12 09:53:39.000 logParameters (src/parameters/parameters.c:344):Is default Image: no
[DEBUG] 2024-03-12 09:53:39.000 logParameters (src/parameters/parameters.c:345):Is interactive session: no
[DEBUG] 2024-03-12 09:53:39.000 logParameterVector (src/parameters/parameters.c:333):vmParameters [count = 4]:
[DEBUG] 2024-03-12 09:53:39.000 logParameterVector (src/parameters/parameters.c:336): ./vm/Contents/MacOS/Pharo
[DEBUG] 2024-03-12 09:53:39.000 logParameterVector (src/parameters/parameters.c:336): --headless
[DEBUG] 2024-03-12 09:53:39.000 logParameterVector (src/parameters/parameters.c:336): --logLevel=4
[DEBUG] 2024-03-12 09:53:39.000 logParameterVector (src/parameters/parameters.c:336): --headless
[DEBUG] 2024-03-12 09:53:39.000 logParameterVector (src/parameters/parameters.c:333):imageParameters [count = 3]:
[DEBUG] 2024-03-12 09:53:39.000 logParameterVector (src/parameters/parameters.c:336): test
[DEBUG] 2024-03-12 09:53:39.000 logParameterVector (src/parameters/parameters.c:336): --junit-xml-output
[DEBUG] 2024-03-12 09:53:39.000 logParameterVector (src/parameters/parameters.c:336): Slang-Tests
[INFO ] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:116):Opening Image: ./image/VMMaker.image
[DEBUG] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:138):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/runTests/build/vmmaker
[DEBUG] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:140):sizeof(int): 4
[DEBUG] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:141):sizeof(long): 8
[DEBUG] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:142):sizeof(long long): 8
[DEBUG] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:143):sizeof(void*): 8
[DEBUG] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:144):sizeof(sqInt): 8
[DEBUG] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:145):sizeof(sqLong): 8
[DEBUG] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:146):sizeof(float): 4
[DEBUG] 2024-03-12 09:53:39.000 vm_main_with_parameters (src/client.c:147):sizeof(double): 8
[DEBUG] 2024-03-12 09:53:39.000 runOnMainThread (src/client.c:248):Running VM on main thread
[DEBUG] 2024-03-12 09:53:39.000 allocateJITMemory (src/memoryUnix.c:107):Trying to allocate JIT memory in 0x300000000
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 23035904
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 23035904
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x340000000
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x340000000
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 102146048
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 102146048
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x10000000000
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x10000000000
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 266240
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 266240
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x280000000
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x280000000
[WARN ] 2024-03-12 09:53:39.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2024-03-12 09:53:39.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2024-03-12 09:53:39.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2024-03-12 09:53:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2024-03-12 09:53:39.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:130):Requested Size 16777216
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:139):Aligned Requested Size 16777216
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:142):Trying to load the image in 0x1000616a000
[DEBUG] 2024-03-12 09:53:39.000 sqAllocateMemory (src/memoryUnix.c:179):Loading the image in 0x1000616a000
[WARN ] 2024-03-12 09:53:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 1 Packages
486 run, 486 passes, 0 failures, 0 errors.
[WARN ] 2024-03-12 09:53:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[DEBUG] 2024-03-12 09:53:40.000 primitiveQuit (pharo-10/build/generated/64/vm/src/gcc3x-cointerp.c:32769):Quit requested by the image
Process        0x3412147c0 priority 79
       0x280033f30 I SessionManager>launchSnapshot:andQuit: 0x10000091d80: a(n) SessionManager
       0x280033fa0 I [] in SessionManager>snapshot:andQuit: 0x10000091d80: a(n) SessionManager
       0x280033fe0 I [] in FullBlockClosure>newProcess 0x3412145e0: a(n) FullBlockClosure

processes at priority 40
Process        0x340000558 priority 40
       0x28002ba98 I Process>resume 0x3412147c0: a(n) Process
       0x28002bad8 I FullBlockClosure(BlockClosure)>forkAt: 0x3412145e0: a(n) FullBlockClosure
       0x28002bb30 I SessionManager>snapshot:andQuit: 0x10000091d80: a(n) SessionManager
       0x28002bb90 I [] in SmalltalkImage>snapshot:andQuit: 0x10000022ae8: a(n) SmalltalkImage
       0x28002bbd8 I CurrentExecutionEnvironment class>activate:for: 0x1000001c318: a(n) CurrentExecutionEnvironment class
       0x28002bc28 I DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x10000010480: a(n) DefaultExecutionEnvironment
       0x28002bc70 I DefaultExecutionEnvironment class>beActiveDuring: 0x1000001c918: a(n) DefaultExecutionEnvironment class
       0x28002bcb8 I SmalltalkImage>snapshot:andQuit: 0x10000022ae8: a(n) SmalltalkImage
       0x28002bd18 I TestCommandLineHandler>runPackages 0x340005aa8: a(n) TestCommandLineHandler
       0x28002bd58 I TestCommandLineHandler>activate 0x340005aa8: a(n) TestCommandLineHandler
       0x28002bd98 I TestCommandLineHandler class(CommandLineHandler class)>activateWith: 0x10000676660: a(n) TestCommandLineHandler class
       0x28002bdd8 M [] in PharoCommandLineHandler>activateSubCommand: 0x340005ae0: a(n) PharoCommandLineHandler
       0x28002be08 M FullBlockClosure(BlockClosure)>on:do: 0x340005b08: a(n) FullBlockClosure
       0x28002be58 I PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand: 0x340005ae0: a(n) PharoCommandLineHandler
       0x28002bea8 I PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand 0x340005ae0: a(n) PharoCommandLineHandler
       0x28002bee8 I PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument: 0x340005ae0: a(n) PharoCommandLineHandler
       0x28002bf20 M [] in PharoCommandLineHandler>activate 0x340005ae0: a(n) PharoCommandLineHandler
       0x28002bf50 M FullBlockClosure(BlockClosure)>on:do: 0x340005dc0: a(n) FullBlockClosure
       0x28002bfa0 I [] in PharoCommandLineHandler>activate 0x340005ae0: a(n) PharoCommandLineHandler
       0x28002bfe0 I [] in FullBlockClosure>newProcess 0x340005f80: a(n) FullBlockClosure

Process      0x10002b677f0 priority 40
       0x280017dd0 M [] in Delay>wait 0x3410ca7f8: a(n) Delay
       0x280017e10 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x3410db608: a(n) FullBlockClosure
       0x280017e48 M Delay>wait 0x3410ca7f8: a(n) Delay
       0x280017e98 M WorldState class>doInterCycleWait 0x1000073b7b8: a(n) WorldState class
       0x280017ec8 M [] in WorldState class>doDrawCycleWith: 0x1000073b7b8: a(n) WorldState class
       0x280017f08 M FullBlockClosure(BlockClosure)>ensure: 0x3410c9e50: a(n) FullBlockClosure
       0x280017f40 M WorldState class>doDrawCycleWith: 0x1000073b7b8: a(n) WorldState class
       0x280017f78 M WorldMorph class>doOneCycle 0x1000073aa78: a(n) WorldMorph class
       0x280017fa8 M MorphicRenderLoop>doOneCycle 0x10002b65c50: a(n) MorphicRenderLoop
       0x280017fd8 M MorphicRenderLoop>doOneCycleWhile: 0x10002b65c50: a(n) MorphicRenderLoop
     0x1000372a820 s [] in MorphicUIManager>spawnNewProcess
     0x10002b65d50 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 10
Process        0x3400002b8 priority 10
       0x340008d40 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process        0x3400004e0 priority 50
       0x28000ff60 M WeakArray class>finalizationProcess 0x10000016320: a(n) WeakArray class
       0x28000ffa0 I [] in WeakArray class>restartFinalizationProcess 0x10000016320: a(n) WeakArray class
       0x28000ffe0 I [] in FullBlockClosure>newProcess 0x340004980: a(n) FullBlockClosure

Process      0x10002026908 priority 40
     0x10002027cc0 s AtomicSharedQueue>waitForNewItems
     0x100020320d0 s AtomicSharedQueue>next
     0x10002034608 s TKTWorkerProcess>privateNextTask
     0x100020364e8 s TKTWorkerProcess>workerLoop
     0x10002037828 s MessageSend>value
     0x10002037f90 s [] in TKTPharoProcessProvider>createProcessDoing:named:
     0x10002038a30 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x340000268 priority 60
       0x340008c88 s SmalltalkImage>lowSpaceWatcher
       0x3400208f8 s [] in SmalltalkImage>installLowSpaceWatcher
       0x34002cf20 s [] in FullBlockClosure(BlockClosure)>newProcess

Process      0x10002b677a0 priority 80
       0x280005fa8 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x10000391800: a(n) DelaySemaphoreScheduler
       0x280005fe0 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x10000391800: a(n) DelaySemaphoreScheduler
     0x1000372abd8 s FullBlockClosure(BlockClosure)>ensure:
     0x10002b65e80 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
     0x1000372a8d8 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
     0x10002b65f60 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] }
[Pipeline] // timeout
[Pipeline] sh
+ zip ./VMMaker-Image.zip ./image/VMMaker.changes ./image/VMMaker.image
  adding: image/VMMaker.changes (deflated 82%)
  adding: image/VMMaker.image (deflated 74%)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: Linux-x86_64)
[Pipeline] { (Branch: Darwin-x86_64)
[Pipeline] { (Branch: Windows-x86_64)
[Pipeline] { (Branch: Darwin-arm64)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on pharo-ci-jenkins2-osx-intel in /builds/workspace/pharo-vm_pharo-10
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_pharo-10
[Pipeline] {
[Pipeline] {
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_pharo-10
Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_pharo-10
[Pipeline] timeout
Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] cleanWs
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] unstash
[WS-CLEANUP] done
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-x86_64)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-10/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
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Linux-x86_64)
[Pipeline] readFile
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-10/repository
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-arm64)
[Pipeline] readFile
[Pipeline] checkout
The recommended git tool is: git
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
[Pipeline] stage
[Pipeline] { (Checkout-Windows-x86_64)
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_pharo-10\repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-10/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
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-10/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
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 /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.0'
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
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 C:\builds\workspace\pharo-vm_pharo-10\repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.29.2'
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 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f (pharo-10)
Commit message: "Merge pull request #752 from pharo-project/preparing-release-v10.1.1"
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Darwin-arm64-CoInterpreter)
[Pipeline] withCredentials
 > 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 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f # timeout=10
Avoid second fetch
Checking out Revision 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f (pharo-10)
Masking supported pattern matches of $SIGN_CERT or $SIGN_CERT_PASSWORD
[Pipeline] {
[Pipeline] cmakeBuild
Avoid second fetch
Checking out Revision 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f (pharo-10)
[build] $ /opt/homebrew/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository
Commit message: "Merge pull request #752 from pharo-project/preparing-release-v10.1.1"
Commit message: "Merge pull request #752 from pharo-project/preparing-release-v10.1.1"
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Darwin-x86_64-CoInterpreter)
[Pipeline] withCredentials
Masking supported pattern matches of $SIGN_CERT or $SIGN_CERT_PASSWORD
[Pipeline] {
[Pipeline] cmakeBuild
[build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-10/repository
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 10.1.1-9d96254f
-- Commit hash 9d96254f : 2024-03-12 09:43:39 +0100
-- No user build settings.
-- 9d96254f - Commit: 9d96254f - Date: 2024-03-12 09:43:39 +0100
-- The C compiler identification is AppleClang 12.0.5.12050022
-- The CXX compiler identification is AppleClang 12.0.5.12050022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: arm64
-- Full Platform name: Darwin-arm64
-- 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*
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Linux-x86_64-CoInterpreter)
[Pipeline] withCredentials
Masking supported pattern matches of $SIGN_CERT or $SIGN_CERT_PASSWORD
[Pipeline] {
[Pipeline] cmakeBuild
[build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-10/repository
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 10.1.1-9d96254f
-- Commit hash 9d96254f : 2024-03-12 09:43:39 +0100
-- No user build settings.
-- 9d96254f - Commit: 9d96254f - Date: 2024-03-12 09:43:39 +0100
-- 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
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/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
 > 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 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f # timeout=10
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 10.1.1-9d96254
-- Commit hash 9d96254 : 2024-03-12 09:43:39 +0100
-- No user build settings.
-- 9d96254 - Commit: 9d96254 - Date: 2024-03-12 09:43:39 +0100
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /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: /usr/bin/c++
-- Check for working CXX compiler: /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: Linux-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: /builds/workspace/pharo-vm_pharo-10/build/build/vm/
-- Looking for include file dirent.h
 > 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 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f # timeout=10
-- 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-10/build/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 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 arm64 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: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd  
-- 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
-- Downloading Git2 binary
Adding third-party libraries for Darwin-arm64: libgit2-1.4.4
-- Downloading/updating libgit2-1.4.4
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download
Scanning dependencies of target libgit2-1.4.4-download
[ 11%] Creating directories for 'libgit2-1.4.4-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.4.4-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-1.4.4.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 12% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 36% complete]
-- [download 39% complete]
-- [download 43% complete]
-- [download 46% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 93% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libgit2-1.4.4-download'
[ 44%] No patch step for 'libgit2-1.4.4-download'
[ 55%] No configure step for 'libgit2-1.4.4-download'
[ 66%] No build step for 'libgit2-1.4.4-download'
[ 77%] No install step for 'libgit2-1.4.4-download'
[ 88%] No test step for 'libgit2-1.4.4-download'
[100%] Completed 'libgit2-1.4.4-download'
[100%] Built target libgit2-1.4.4-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2.1.4.4.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2.1.4.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2.dylib
Adding third-party libraries for Darwin-arm64: libgit2-1.5.2
-- Downloading/updating libgit2-1.5.2
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-download
Scanning dependencies of target libgit2-1.5.2-download
[ 11%] Creating directories for 'libgit2-1.5.2-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.5.2-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-download/libgit2-1.5.2-download-prefix/src/libgit2-1.5.2.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-1.5.2.zip'
-- [download 0% complete]
-- [download 2% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-download/libgit2-1.5.2-download-prefix/src/libgit2-1.5.2.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libgit2-1.5.2-download'
[ 44%] No patch step for 'libgit2-1.5.2-download'
[ 55%] No configure step for 'libgit2-1.5.2-download'
[ 66%] No build step for 'libgit2-1.5.2-download'
[ 77%] No install step for 'libgit2-1.5.2-download'
[ 88%] No test step for 'libgit2-1.5.2-download'
[100%] Completed 'libgit2-1.5.2-download'
[100%] Built target libgit2-1.5.2-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-src/libgit2.1.5.2.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-src/libgit2.1.5.dylib
Adding third-party libraries for Darwin-arm64: libgit2-1.6.4
-- Downloading/updating libgit2-1.6.4
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-download
Scanning dependencies of target libgit2-1.6.4-download
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - 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 - not 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 - found
Defining Linux VM x86_64 to download for code generation
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
-- 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
[ 11%] Creating directories for 'libgit2-1.6.4-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.6.4-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-download/libgit2-1.6.4-download-prefix/src/libgit2-1.6.4.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-1.6.4.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-download/libgit2-1.6.4-download-prefix/src/libgit2-1.6.4.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libgit2-1.6.4-download'
[ 44%] No patch step for 'libgit2-1.6.4-download'
[ 55%] No configure step for 'libgit2-1.6.4-download'
[ 66%] No build step for 'libgit2-1.6.4-download'
[ 77%] No install step for 'libgit2-1.6.4-download'
[ 88%] No test step for 'libgit2-1.6.4-download'
[100%] Completed 'libgit2-1.6.4-download'
[100%] Built target libgit2-1.6.4-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src/libgit2.1.6.4.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src/libgit2.1.6.dylib
Adding third-party libraries for Darwin-arm64: libgit2-default-2023-04-14
-- Downloading/updating libgit2-default-2023-04-14
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-download
Scanning dependencies of target libgit2-default-2023-04-14-download
[ 11%] Creating directories for 'libgit2-default-2023-04-14-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-default-2023-04-14-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-download/libgit2-default-2023-04-14-download-prefix/src/libgit2-default-2023-04-14.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-default-2023-04-14.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 73% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-download/libgit2-default-2023-04-14-download-prefix/src/libgit2-default-2023-04-14.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libgit2-default-2023-04-14-download'
[ 44%] No patch step for 'libgit2-default-2023-04-14-download'
[ 55%] No configure step for 'libgit2-default-2023-04-14-download'
[ 66%] No build step for 'libgit2-default-2023-04-14-download'
[ 77%] No install step for 'libgit2-default-2023-04-14-download'
[ 88%] No test step for 'libgit2-default-2023-04-14-download'
[100%] Completed 'libgit2-default-2023-04-14-download'
[100%] Built target libgit2-default-2023-04-14-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-src/libgit2.dylib
Adding third-party libraries for Darwin-arm64: libssh2-1.10.0
-- Downloading/updating libssh2-1.10.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-download
Scanning dependencies of target libssh2-1.10.0-download
[ 11%] Creating directories for 'libssh2-1.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.10.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-download/libssh2-1.10.0-download-prefix/src/libssh2-1.10.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libssh2-1.10.0.zip'
-- [download 2% complete]
-- [download 12% complete]
-- [download 31% complete]
-- [download 43% complete]
-- [download 48% complete]
-- [download 53% complete]
-- [download 64% complete]
-- [download 71% complete]
-- [download 83% complete]
-- [download 87% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-download/libssh2-1.10.0-download-prefix/src/libssh2-1.10.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libssh2-1.10.0-download'
[ 44%] No patch step for 'libssh2-1.10.0-download'
[ 55%] No configure step for 'libssh2-1.10.0-download'
[ 66%] No build step for 'libssh2-1.10.0-download'
[ 77%] No install step for 'libssh2-1.10.0-download'
[ 88%] No test step for 'libssh2-1.10.0-download'
[100%] Completed 'libssh2-1.10.0-download'
[100%] Built target libssh2-1.10.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-src/libssh2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-src/libssh2.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-src/libssh2.dylib
Adding third-party libraries for Darwin-arm64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/openssl-1.1.1k.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 11% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 27% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 36% complete]
-- [download 49% complete]
-- [download 61% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 83% complete]
-- [download 94% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'openssl-1.1.1k-download'
[ 44%] No patch step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
-- 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: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
Avoid second fetch
Checking out Revision 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f (pharo-10)
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.dylib
Adding third-party libraries for Darwin-arm64: freetype-2.12.1
-- Downloading/updating freetype-2.12.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-download
Scanning dependencies of target freetype-2.12.1-download
[ 11%] Creating directories for 'freetype-2.12.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.12.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-download/freetype-2.12.1-download-prefix/src/freetype-2.12.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/freetype-2.12.1.zip'
-- [download 3% complete]
-- [download 10% complete]
-- [download 25% complete]
-- [download 54% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-download/freetype-2.12.1-download-prefix/src/freetype-2.12.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'freetype-2.12.1-download'
[ 44%] No patch step for 'freetype-2.12.1-download'
[ 55%] No configure step for 'freetype-2.12.1-download'
[ 66%] No build step for 'freetype-2.12.1-download'
[ 77%] No install step for 'freetype-2.12.1-download'
[ 88%] No test step for 'freetype-2.12.1-download'
[100%] Completed 'freetype-2.12.1-download'
[100%] Built target freetype-2.12.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.6.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.dylib
Adding third-party libraries for Darwin-arm64: fontconfig-2.13.1
-- Downloading/updating fontconfig-2.13.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-download
Scanning dependencies of target fontconfig-2.13.1-download
[ 11%] Creating directories for 'fontconfig-2.13.1-download'
[ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/fontconfig-2.13.1.zip'
-- [download 5% complete]
-- [download 10% complete]
-- [download 18% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 32% complete]
-- [download 70% complete]
-- [download 81% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'fontconfig-2.13.1-download'
[ 44%] No patch step for 'fontconfig-2.13.1-download'
[ 55%] No configure step for 'fontconfig-2.13.1-download'
[ 66%] No build step for 'fontconfig-2.13.1-download'
[ 77%] No install step for 'fontconfig-2.13.1-download'
[ 88%] No test step for 'fontconfig-2.13.1-download'
[100%] Completed 'fontconfig-2.13.1-download'
[100%] Built target fontconfig-2.13.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libfontconfig.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libfontconfig.dylib
Adding third-party libraries for Darwin-arm64: harfbuzz-5.3.1
-- Downloading/updating harfbuzz-5.3.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-download
Scanning dependencies of target harfbuzz-5.3.1-download
[ 11%] Creating directories for 'harfbuzz-5.3.1-download'
[ 22%] Performing download step (download, verify and extract) for 'harfbuzz-5.3.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-download/harfbuzz-5.3.1-download-prefix/src/harfbuzz-5.3.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/harfbuzz-5.3.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 8% complete]
-- [download 14% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 28% complete]
-- [download 31% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 39% complete]
-- [download 43% complete]
-- [download 47% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 56% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 66% complete]
-- [download 70% complete]
-- [download 73% complete]
-- [download 77% complete]
-- [download 80% complete]
-- [download 84% complete]
-- [download 87% complete]
-- [download 91% complete]
-- [download 94% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-download/harfbuzz-5.3.1-download-prefix/src/harfbuzz-5.3.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'harfbuzz-5.3.1-download'
[ 44%] No patch step for 'harfbuzz-5.3.1-download'
[ 55%] No configure step for 'harfbuzz-5.3.1-download'
[ 66%] No build step for 'harfbuzz-5.3.1-download'
[ 77%] No install step for 'harfbuzz-5.3.1-download'
[ 88%] No test step for 'harfbuzz-5.3.1-download'
[100%] Completed 'harfbuzz-5.3.1-download'
[100%] Built target harfbuzz-5.3.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src/libharfbuzz.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src/libharfbuzz.dylib
Adding third-party libraries for Darwin-arm64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/pixman-0.40.0.zip'
-- [download 0% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 13% complete]
-- [download 20% complete]
-- [download 40% complete]
-- [download 50% complete]
-- [download 69% complete]
-- [download 83% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'pixman-0.40.0-download'
Branch v3.3-cmake set up to track remote branch v3.3-cmake from origin.
Switched to a new branch 'v3.3-cmake'
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
 > 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 9d96254f36943f3990c35a7cc8e9b7c84eb9d08f # timeout=10
[ 44%] No patch step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-arm64: cairo-1.17.4
-- Downloading/updating cairo-1.17.4
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-download
Scanning dependencies of target cairo-1.17.4-download
[ 11%] Creating directories for 'cairo-1.17.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.17.4-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-download/cairo-1.17.4-download-prefix/src/cairo-1.17.4.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/cairo-1.17.4.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 19% complete]
-- [download 32% complete]
-- [download 37% complete]
-- [download 41% complete]
-- [download 47% complete]
-- [download 52% complete]
-- [download 61% complete]
-- [download 66% complete]
-- [download 72% complete]
-- [download 80% complete]
-- [download 85% complete]
-- [download 91% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-download/cairo-1.17.4-download-prefix/src/cairo-1.17.4.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'cairo-1.17.4-download'
[ 44%] No patch step for 'cairo-1.17.4-download'
[ 55%] No configure step for 'cairo-1.17.4-download'
[ 66%] No build step for 'cairo-1.17.4-download'
[ 77%] No install step for 'cairo-1.17.4-download'
[ 88%] No test step for 'cairo-1.17.4-download'
[100%] Completed 'cairo-1.17.4-download'
[100%] Built target cairo-1.17.4-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.2.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.dylib
Adding third-party libraries for Darwin-arm64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libpng-1.6.37.zip'
-- [download 1% complete]
-- [download 4% complete]
-- [download 10% complete]
-- [download 18% complete]
-- [download 32% complete]
-- [download 37% complete]
-- [download 54% complete]
-- [download 82% complete]
-- [download 92% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libpng-1.6.37-download'
[ 44%] No patch step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.16.37.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.16.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-arm64: SDL2-2.24.1
-- Downloading/updating SDL2-2.24.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-download
Scanning dependencies of target SDL2-2.24.1-download
[ 11%] Creating directories for 'SDL2-2.24.1-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.24.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-download/SDL2-2.24.1-download-prefix/src/SDL2-2.24.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/SDL2-2.24.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 29% complete]
-- [download 33% complete]
-- [download 59% complete]
-- [download 62% complete]
-- [download 65% complete]
-- [download 94% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-download/SDL2-2.24.1-download-prefix/src/SDL2-2.24.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'SDL2-2.24.1-download'
[ 44%] No patch step for 'SDL2-2.24.1-download'
[ 55%] No configure step for 'SDL2-2.24.1-download'
[ 66%] No build step for 'SDL2-2.24.1-download'
[ 77%] No install step for 'SDL2-2.24.1-download'
[ 88%] No test step for 'SDL2-2.24.1-download'
[100%] Completed 'SDL2-2.24.1-download'
[100%] Built target SDL2-2.24.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2-2.0.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2.dylib
-- dot executable from Graphviz not found. Dependency graphs not generated
-- Configuring done
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
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin

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

-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build
[Pipeline] {
[Pipeline] sh
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Success
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - found
+ VERBOSE=1
+ make sign install package
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository -B/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build --check-build-system CMakeFiles/Makefile.cmake 0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 sign
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository -B/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build --check-build-system CMakeFiles/Makefile.cmake 0
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles 99
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 CMakeFiles/sign.dir/all
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[  0%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=60 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/basic_types.c
[  1%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=60 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/callback_types.c
[  1%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=60 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/callbacks.c
[  2%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=60 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/callout.c
[  3%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=60 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/registerCallback.c
[  3%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=60 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/structures.c
[  4%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o  -Wl,-rpath,@executable_path/Plugins 
[  4%] Built target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.12.1.dir/build.make CMakeFiles/freetype-2.12.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/freetype-2.12.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/freetype-2.12.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/freetype-2.12.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/freetype-2.12.1.dir/depend.internal".
Scanning dependencies of target freetype-2.12.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.12.1.dir/build.make CMakeFiles/freetype-2.12.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.6.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  4%] Built target freetype-2.12.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Scanning dependencies of target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  4%] Built target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Scanning dependencies of target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.16.37.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.16.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  4%] Built target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.17.4.dir/build.make CMakeFiles/cairo-1.17.4.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/cairo-1.17.4.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/cairo-1.17.4.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/cairo-1.17.4.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/cairo-1.17.4.dir/depend.internal".
Scanning dependencies of target cairo-1.17.4
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.17.4.dir/build.make CMakeFiles/cairo-1.17.4.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  4%] Built target cairo-1.17.4
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-default-2023-04-14.dir/build.make CMakeFiles/libgit2-default-2023-04-14.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-default-2023-04-14.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-default-2023-04-14.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-default-2023-04-14.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-default-2023-04-14.dir/depend.internal".
Scanning dependencies of target libgit2-default-2023-04-14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-default-2023-04-14.dir/build.make CMakeFiles/libgit2-default-2023-04-14.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-src/libgit2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  4%] Built target libgit2-default-2023-04-14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.6.4.dir/build.make CMakeFiles/libgit2-1.6.4.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-1.6.4.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-1.6.4.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-1.6.4.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-1.6.4.dir/depend.internal".
Scanning dependencies of target libgit2-1.6.4
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.6.4.dir/build.make CMakeFiles/libgit2-1.6.4.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src/libgit2.1.6.4.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src/libgit2.1.6.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  4%] Built target libgit2-1.6.4
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.24.1.dir/build.make CMakeFiles/SDL2-2.24.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/SDL2-2.24.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/SDL2-2.24.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/SDL2-2.24.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/SDL2-2.24.1.dir/depend.internal".
Scanning dependencies of target SDL2-2.24.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.24.1.dir/build.make CMakeFiles/SDL2-2.24.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2-2.0.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  4%] Built target SDL2-2.24.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Scanning dependencies of target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  4%] Built target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/vmmaker_vm.dir/build.make CMakeFiles/vmmaker_vm.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/depend.internal".
Scanning dependencies of target vmmaker_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/vmmaker_vm.dir/build.make CMakeFiles/vmmaker_vm.dir/build
[  4%] Creating directories for 'vmmaker_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-mkdir
[  5%] Performing download step (download, verify and extract) for 'vmmaker_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/download-vmmaker_vm.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/PharoVM-10.0.5-2757766f-Darwin-arm64-bin.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-arm64/PharoVM-10.0.5-2757766f-Darwin-arm64-bin.zip'
-- [download 0% complete]
Switched to a new branch 'v3.3-cmake'
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- [download 1% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 32% 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='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/PharoVM-10.0.5-2757766f-Darwin-arm64-bin.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/verify-vmmaker_vm.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/extract-vmmaker_vm.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/PharoVM-10.0.5-2757766f-Darwin-arm64-bin.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-download
[  6%] No update step for 'vmmaker_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-update
[  6%] No patch step for 'vmmaker_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-patch
[  7%] No configure step for 'vmmaker_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-configure
[  8%] No build step for 'vmmaker_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-build
[  9%] No install step for 'vmmaker_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-install
[  9%] Completed 'vmmaker_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-done
[  9%] Built target vmmaker_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/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
[ 10%] Creating directories for 'vmmaker'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-mkdir
[ 10%] Performing download step (download, verify and extract) for 'vmmaker'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/download-vmmaker.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/image/110/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
-- [download 0% complete]
-- Checking if .eh_frame section is read-only - yes
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - yes
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - yes
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Success
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Using uuid library:/usr/lib/x86_64-linux-gnu/libuuid.so
-- 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
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2g")  
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Linux-x86_64: libgit2-1.4.4
-- Downloading/updating libgit2-1.4.4
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download
Scanning dependencies of target libgit2-1.4.4-download
[ 11%] Creating directories for 'libgit2-1.4.4-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.4.4-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libgit2-1.4.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 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='/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.4.4-download'
[ 44%] No update step for 'libgit2-1.4.4-download'
[ 55%] No configure step for 'libgit2-1.4.4-download'
[ 66%] No build step for 'libgit2-1.4.4-download'
[ 77%] No install step for 'libgit2-1.4.4-download'
[ 88%] No test step for 'libgit2-1.4.4-download'
[100%] Completed 'libgit2-1.4.4-download'
[100%] Built target libgit2-1.4.4-download
-- /builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2.so
-- /builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2.so.1.4
-- /builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2.so.1.4.4
Adding third-party libraries for Linux-x86_64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libssh2-1.9.0.zip'
-- [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 25% complete]
-- [download 26% 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 68% complete]
-- [download 69% 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 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='/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.9.0-download'
[ 44%] No update step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /builds/workspace/pharo-vm_pharo-10/build/libssh2-1.9.0-src/libssh2.so
-- /builds/workspace/pharo-vm_pharo-10/build/libssh2-1.9.0-src/libssh2.so.1
-- /builds/workspace/pharo-vm_pharo-10/build/libssh2-1.9.0-src/libssh2.so.1.0.1
-- /builds/workspace/pharo-vm_pharo-10/build/libssh2-1.9.0-src/libssh2.so.1.9.0
Adding third-party libraries for Linux-x86_64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/openssl-1.1.1k.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='/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.1.1k-download'
[ 44%] No update step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.so
-- /builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.so.1.1
-- /builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.so
-- /builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.so.1.1
Adding third-party libraries for Linux-x86_64: libgit2-linux-1.0.0
-- Downloading/updating libgit2-linux-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/libgit2-linux-1.0.0-download
Scanning dependencies of target libgit2-linux-1.0.0-download
[ 11%] Creating directories for 'libgit2-linux-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-linux-1.0.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
   timeout='none'
-- Using src='https://github.com/guillep/libgit_build/releases/download/v1.0.2/libgit2-linux-1.0.0.zip'
Commit message: "Merge pull request #752 from pharo-project/preparing-release-v10.1.1"
-- [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='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/verify-vmmaker.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/extract-vmmaker.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image'
-- extracting... [tar xfz]
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Windows-x86_64-CoInterpreter)
[Pipeline] withCredentials
Masking supported pattern matches of %SIGN_CERT% or %SIGN_CERT_PASSWORD%
[Pipeline] {
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-10"`
    set -ex
    mkdir build
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-download
[ 11%] No update step for 'vmmaker'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-update
[ 11%] No patch step for 'vmmaker'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-patch
[ 12%] No configure step for 'vmmaker'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-configure
[ 13%] Performing build step for 'vmmaker'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image/Pharo11-SNAPSHOT-64bit-cf3d3fd.image --no-default-preferences save VMMaker
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
++ mkdir build
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 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 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 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 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-10/build/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/libgit2-linux-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-linux-1.0.0-download'
[ 44%] No update step for 'libgit2-linux-1.0.0-download'
[ 55%] No configure step for 'libgit2-linux-1.0.0-download'
[ 66%] No build step for 'libgit2-linux-1.0.0-download'
[ 77%] No install step for 'libgit2-linux-1.0.0-download'
[ 88%] No test step for 'libgit2-linux-1.0.0-download'
[100%] Completed 'libgit2-linux-1.0.0-download'
[100%] Built target libgit2-linux-1.0.0-download
-- /builds/workspace/pharo-vm_pharo-10/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so
Adding third-party libraries for Linux-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libgit2-0.25.1.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='/builds/workspace/pharo-vm_pharo-10/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /builds/workspace/pharo-vm_pharo-10/build/libgit2-0.25.1-src/libgit2.so
-- /builds/workspace/pharo-vm_pharo-10/build/libgit2-0.25.1-src/libgit2.so.0.25.1
-- /builds/workspace/pharo-vm_pharo-10/build/libgit2-0.25.1-src/libgit2.so.25
Adding third-party libraries for Linux-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 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 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% 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 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 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% 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 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /builds/workspace/pharo-vm_pharo-10/build/libssh2-1.7.0-src/libssh2.so
-- /builds/workspace/pharo-vm_pharo-10/build/libssh2-1.7.0-src/libssh2.so.1
-- /builds/workspace/pharo-vm_pharo-10/build/libssh2-1.7.0-src/libssh2.so.1.0.1
Adding third-party libraries for Linux-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/openssl-1.0.2q.zip'
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-10"`
    set -ex
    cd build &&  cygcheck -c -d > cygwinVersions.txt
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
++ cd build
++ cygcheck -c -d
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archiveArtifacts
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- 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
-- Downloading Git2 binary
Adding third-party libraries for Darwin-x86_64: libgit2-1.4.4
-- Downloading/updating libgit2-1.4.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download
Scanning dependencies of target libgit2-1.4.4-download
[ 11%] Creating directories for 'libgit2-1.4.4-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.4.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-1.4.4.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src'
-- extracting... [tar xfz]
Archiving artifacts
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
-- [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]
-- Retrying...
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-10/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /builds/workspace/pharo-vm_pharo-10/build/openssl-1.0.2q-src/libcrypto.so.1.0.0
-- /builds/workspace/pharo-vm_pharo-10/build/openssl-1.0.2q-src/libssl.so
-- /builds/workspace/pharo-vm_pharo-10/build/openssl-1.0.2q-src/libssl.so.1.0.0
Adding third-party libraries for Linux-x86_64: freetype-2.12.1
-- Downloading/updating freetype-2.12.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-download
Scanning dependencies of target freetype-2.12.1-download
[ 11%] Creating directories for 'freetype-2.12.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.12.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-download/freetype-2.12.1-download-prefix/src/freetype-2.12.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/freetype-2.12.1.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 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='/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-download/freetype-2.12.1-download-prefix/src/freetype-2.12.1.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.12.1-download'
[ 44%] No update step for 'freetype-2.12.1-download'
[ 55%] No configure step for 'freetype-2.12.1-download'
[ 66%] No build step for 'freetype-2.12.1-download'
[ 77%] No install step for 'freetype-2.12.1-download'
[ 88%] No test step for 'freetype-2.12.1-download'
[100%] Completed 'freetype-2.12.1-download'
[100%] Built target freetype-2.12.1-download
-- /builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libbz2.so.1
-- /builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libbz2.so.1.0
-- /builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libbz2.so.1.0.6
-- /builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.so
-- /builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.so.6
-- /builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.so.6.18.3
Adding third-party libraries for Linux-x86_64: fontconfig-2.13.1
-- Downloading/updating fontconfig-2.13.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-download
Scanning dependencies of target fontconfig-2.13.1-download
[ 11%] Creating directories for 'fontconfig-2.13.1-download'
[ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/fontconfig-2.13.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'fontconfig-2.13.1-download'
[ 44%] No update step for 'fontconfig-2.13.1-download'
[ 55%] No configure step for 'fontconfig-2.13.1-download'
[ 66%] No build step for 'fontconfig-2.13.1-download'
[ 77%] No install step for 'fontconfig-2.13.1-download'
[ 88%] No test step for 'fontconfig-2.13.1-download'
[100%] Completed 'fontconfig-2.13.1-download'
[100%] Built target fontconfig-2.13.1-download
-- /builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libexpat.so
-- /builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libexpat.so.1
-- /builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libexpat.so.1.8.10
-- /builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libfontconfig.so
-- /builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libfontconfig.so.1
-- /builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libfontconfig.so.1.12.0
Adding third-party libraries for Linux-x86_64: harfbuzz-5.3.1
-- Downloading/updating harfbuzz-5.3.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-download
Scanning dependencies of target harfbuzz-5.3.1-download
[ 11%] Creating directories for 'harfbuzz-5.3.1-download'
[ 22%] Performing download step (download, verify and extract) for 'harfbuzz-5.3.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-download/harfbuzz-5.3.1-download-prefix/src/harfbuzz-5.3.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/harfbuzz-5.3.1.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='/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-download/harfbuzz-5.3.1-download-prefix/src/harfbuzz-5.3.1.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src'
-- extracting... [tar xfz]
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-10"`
    set -ex
    cd build && cmake -DFLAVOUR=CoInterpreter  -DBUILD_IS_RELEASE=OFF  -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/scripts/installVMMaker.st /Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository httpsUrl
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:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
++ cd build
++ cmake -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- CMAKE_GENERATOR=Unix Makefiles
[ 33%] No patch step for 'libgit2-1.4.4-download'
[ 44%] No update step for 'libgit2-1.4.4-download'
[ 55%] No configure step for 'libgit2-1.4.4-download'
[ 66%] No build step for 'libgit2-1.4.4-download'
[ 77%] No install step for 'libgit2-1.4.4-download'
[ 88%] No test step for 'libgit2-1.4.4-download'
[100%] Completed 'libgit2-1.4.4-download'
[100%] Built target libgit2-1.4.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2.1.4.4.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2.1.4.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-1.5.2
-- Downloading/updating libgit2-1.5.2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-download
Scanning dependencies of target libgit2-1.5.2-download
[ 11%] Creating directories for 'libgit2-1.5.2-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.5.2-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-download/libgit2-1.5.2-download-prefix/src/libgit2-1.5.2.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-1.5.2.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 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 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-download/libgit2-1.5.2-download-prefix/src/libgit2-1.5.2.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.5.2-download'
[ 44%] No update step for 'libgit2-1.5.2-download'
[ 55%] No configure step for 'libgit2-1.5.2-download'
[ 66%] No build step for 'libgit2-1.5.2-download'
[ 77%] No install step for 'libgit2-1.5.2-download'
[ 88%] No test step for 'libgit2-1.5.2-download'
[100%] Completed 'libgit2-1.5.2-download'
[100%] Built target libgit2-1.5.2-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-src/libgit2.1.5.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-src/libgit2.1.5.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-1.6.4
-- Downloading/updating libgit2-1.6.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-download
Scanning dependencies of target libgit2-1.6.4-download
[ 11%] Creating directories for 'libgit2-1.6.4-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.6.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-download/libgit2-1.6.4-download-prefix/src/libgit2-1.6.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-1.6.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 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 21% complete]
-- [download 22% 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 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 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-10/build/libgit2-1.6.4-download/libgit2-1.6.4-download-prefix/src/libgit2-1.6.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.6.4-download'
[ 44%] No update step for 'libgit2-1.6.4-download'
[ 55%] No configure step for 'libgit2-1.6.4-download'
[ 66%] No build step for 'libgit2-1.6.4-download'
[ 77%] No install step for 'libgit2-1.6.4-download'
[ 88%] No test step for 'libgit2-1.6.4-download'
[100%] Completed 'libgit2-1.6.4-download'
[100%] Built target libgit2-1.6.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src/libgit2.1.6.4.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src/libgit2.1.6.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-default-2023-04-14
-- Downloading/updating libgit2-default-2023-04-14
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-download
Scanning dependencies of target libgit2-default-2023-04-14-download
[ 11%] Creating directories for 'libgit2-default-2023-04-14-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-default-2023-04-14-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-download/libgit2-default-2023-04-14-download-prefix/src/libgit2-default-2023-04-14.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-default-2023-04-14.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- Building version 10.1.1-9d96254f
-- Commit hash 9d96254f : 2024-03-12 09:43:39 +0100
-- No user build settings.
-- 9d96254f - Commit: 9d96254f - Date: 2024-03-12 09:43:39 +0100
-- Building on CYGWIN CMAKE: Adapting paths
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'harfbuzz-5.3.1-download'
[ 44%] No update step for 'harfbuzz-5.3.1-download'
[ 55%] No configure step for 'harfbuzz-5.3.1-download'
[ 66%] No build step for 'harfbuzz-5.3.1-download'
[ 77%] No install step for 'harfbuzz-5.3.1-download'
[ 88%] No test step for 'harfbuzz-5.3.1-download'
[100%] Completed 'harfbuzz-5.3.1-download'
[100%] Built target harfbuzz-5.3.1-download
-- /builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src/libharfbuzz.so
-- /builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src/libharfbuzz.so.0
-- /builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src/libharfbuzz.so.0.50301.0
Adding third-party libraries for Linux-x86_64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/pixman-0.40.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='/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.40.0-download'
[ 44%] No update step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.so
-- /builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.so.0
-- /builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.so.0.40.0
Adding third-party libraries for Linux-x86_64: cairo-1.17.4
-- Downloading/updating cairo-1.17.4
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-download
Scanning dependencies of target cairo-1.17.4-download
[ 11%] Creating directories for 'cairo-1.17.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.17.4-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-download/cairo-1.17.4-download-prefix/src/cairo-1.17.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/cairo-1.17.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 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='/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-download/cairo-1.17.4-download-prefix/src/cairo-1.17.4.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.17.4-download'
[ 44%] No update step for 'cairo-1.17.4-download'
[ 55%] No configure step for 'cairo-1.17.4-download'
[ 66%] No build step for 'cairo-1.17.4-download'
[ 77%] No install step for 'cairo-1.17.4-download'
[ 88%] No test step for 'cairo-1.17.4-download'
[100%] Completed 'cairo-1.17.4-download'
[100%] Built target cairo-1.17.4-download
-- /builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.so
-- /builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.so.2
-- /builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.so.2.11704.0
Adding third-party libraries for Linux-x86_64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libpng-1.6.37.zip'
-- [download 4% complete]
-- [download 9% complete]
-- [download 12% complete]
-- [download 15% complete]
-- [download 21% complete]
-- [download 27% complete]
-- [download 39% complete]
-- [download 44% complete]
-- [download 49% complete]
-- [download 53% complete]
-- [download 57% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 67% complete]
-- [download 71% complete]
-- [download 75% complete]
-- [download 79% complete]
-- [download 82% complete]
-- [download 86% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.37-download'
[ 44%] No update step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng.so
-- /builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.so
-- /builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.so.16
-- /builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.so.16.37.0
-- Downloading SDL2 binary
Adding third-party libraries for Linux-x86_64: SDL2-2.24.1
-- Downloading/updating SDL2-2.24.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-download
Scanning dependencies of target SDL2-2.24.1-download
[ 11%] Creating directories for 'SDL2-2.24.1-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.24.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-download/SDL2-2.24.1-download-prefix/src/SDL2-2.24.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/SDL2-2.24.1.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='/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-download/SDL2-2.24.1-download-prefix/src/SDL2-2.24.1.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.24.1-download'
[ 44%] No update step for 'SDL2-2.24.1-download'
[ 55%] No configure step for 'SDL2-2.24.1-download'
[ 66%] No build step for 'SDL2-2.24.1-download'
[ 77%] No install step for 'SDL2-2.24.1-download'
[ 88%] No test step for 'SDL2-2.24.1-download'
[100%] Completed 'SDL2-2.24.1-download'
[100%] Built target SDL2-2.24.1-download
-- /builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2-2.0.so.0
-- /builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2-2.0.so.0.2400.1
-- /builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2.so
-- dot executable from Graphviz not found. Dependency graphs not generated
-- Configuring done
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-10/build
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-10/build
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1 make sign install package
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-10/repository -B/builds/workspace/pharo-vm_pharo-10/build --check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 sign
make[1]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-10/repository -B/builds/workspace/pharo-vm_pharo-10/build --check-build-system CMakeFiles/Makefile.cmake 0
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_pharo-10/build/CMakeFiles 98
make -f CMakeFiles/Makefile2 CMakeFiles/sign.dir/all
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
cd /builds/workspace/pharo-vm_pharo-10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary /builds/workspace/pharo-vm_pharo-10/build /builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary /builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
[  0%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/basic_types.c
[  1%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/callback_types.c
[  1%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/callbacks.c
MetacelloNotification: Fetched -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Loading -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Loaded -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
[  2%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/callout.c
[  2%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/registerCallback.c
[  3%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/structures.c
[  4%] Linking C shared library ../vm/libTestLibrary.so
cd /builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG  -shared -Wl,-soname,libTestLibrary.so -o ../vm/libTestLibrary.so CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
[  4%] Built target TestLibrary
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
cd /builds/workspace/pharo-vm_pharo-10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/build/libffi-src /builds/workspace/pharo-vm_pharo-10/build /builds/workspace/pharo-vm_pharo-10/build/libffi-build /builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/closures.c.o   -c /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/closures.c
/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/closures.c:123:0: warning: "FFI_MMAP_EXEC_WRIT" redefined
 #  define FFI_MMAP_EXEC_WRIT 1
 ^
In file included from /builds/workspace/pharo-vm_pharo-10/build/libffi-src/include/ffi_common.h:17:0,
                 from /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/closures.c:36:
/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include/fficonfig.h:27:0: note: this is the location of the previous definition
 #define FFI_MMAP_EXEC_WRIT 0
 ^
-- [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-10/build/libgit2-default-2023-04-14-download/libgit2-default-2023-04-14-download-prefix/src/libgit2-default-2023-04-14.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-default-2023-04-14-download'
[ 44%] No update step for 'libgit2-default-2023-04-14-download'
[ 55%] No configure step for 'libgit2-default-2023-04-14-download'
[ 66%] No build step for 'libgit2-default-2023-04-14-download'
[ 77%] No install step for 'libgit2-default-2023-04-14-download'
[ 88%] No test step for 'libgit2-default-2023-04-14-download'
[100%] Completed 'libgit2-default-2023-04-14-download'
[100%] Built target libgit2-default-2023-04-14-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-src/libgit2.dylib
Adding third-party libraries for Darwin-x86_64: libssh2-1.10.0
-- Downloading/updating libssh2-1.10.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-download
Scanning dependencies of target libssh2-1.10.0-download
[ 11%] Creating directories for 'libssh2-1.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.10.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-download/libssh2-1.10.0-download-prefix/src/libssh2-1.10.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libssh2-1.10.0.zip'
-- [download 5% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 73% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 93% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-download/libssh2-1.10.0-download-prefix/src/libssh2-1.10.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.10.0-download'
[ 44%] No update step for 'libssh2-1.10.0-download'
[ 55%] No configure step for 'libssh2-1.10.0-download'
[ 66%] No build step for 'libssh2-1.10.0-download'
[ 77%] No install step for 'libssh2-1.10.0-download'
[ 88%] No test step for 'libssh2-1.10.0-download'
[100%] Completed 'libssh2-1.10.0-download'
[100%] Built target libssh2-1.10.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-src/libssh2.1.0.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-src/libssh2.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libssh2-1.10.0-src/libssh2.dylib
Adding third-party libraries for Darwin-x86_64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/openssl-1.1.1k.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-10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.1.1k-download'
[ 44%] No update step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.1.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.1.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.dylib
Adding third-party libraries for Darwin-x86_64: freetype-2.12.1
-- Downloading/updating freetype-2.12.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-download
Scanning dependencies of target freetype-2.12.1-download
[ 11%] Creating directories for 'freetype-2.12.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.12.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-download/freetype-2.12.1-download-prefix/src/freetype-2.12.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/freetype-2.12.1.zip'
-- [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 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 58% complete]
-- [download 60% 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 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-10/build/freetype-2.12.1-download/freetype-2.12.1-download-prefix/src/freetype-2.12.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.12.1-download'
[ 44%] No update step for 'freetype-2.12.1-download'
[ 55%] No configure step for 'freetype-2.12.1-download'
[ 66%] No build step for 'freetype-2.12.1-download'
cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’
cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’
cc1: warning: unrecognized command line option ‘-Wno-unused-local-typedef’
cc1: warning: unrecognized command line option ‘-Wno-incompatible-function-pointer-types’
cc1: warning: unrecognized command line option ‘-Wno-conditional-type-mismatch’
cc1: warning: unrecognized command line option ‘-Wno-compare-distinct-pointer-types’
cc1: warning: unrecognized command line option ‘-Wno-tautological-pointer-compare’
cc1: warning: unrecognized command line option ‘-Wno-constant-conversion’
cc1: warning: unrecognized command line option ‘-Wno-pointer-integer-compare’
cc1: warning: unrecognized command line option ‘-Wno-non-literal-null-conversion’
cc1: warning: unrecognized command line option ‘-Wno-absolute-value’
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-sometimes-uninitialized’
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/java_raw_api.c
[  6%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/prep_cif.c
[  6%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/raw_api.c
[  7%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/types.c
[  8%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/x86/ffi64.c
[  8%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/x86/unix64.S
[  9%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/x86/ffiw64.c
[  9%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/x86/win64.S
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
[  9%] Built target objlib
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
cd /builds/workspace/pharo-vm_pharo-10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/build/libffi-src /builds/workspace/pharo-vm_pharo-10/build /builds/workspace/pharo-vm_pharo-10/build/libffi-build /builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
[  9%] Linking C shared library ../build/vm/libffi.so
cd /builds/workspace/pharo-vm_pharo-10/build/libffi-build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -Wall -Werror=implicit-function-declaration -Wl,-rpath=. -O2 -g -DNDEBUG  -shared -Wl,-soname,libffi.so -o ../build/vm/libffi.so CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
[  9%] Built target ffi_shared
make -f CMakeFiles/vmmaker_vm.dir/build.make CMakeFiles/vmmaker_vm.dir/depend
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
cd /builds/workspace/pharo-vm_pharo-10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/build /builds/workspace/pharo-vm_pharo-10/build /builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/DependInfo.cmake --color=
-- The C compiler identification is Clang 8.0.1
Dependee "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/depend.internal".
Scanning dependencies of target vmmaker_vm
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
make -f CMakeFiles/vmmaker_vm.dir/build.make CMakeFiles/vmmaker_vm.dir/build
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
[ 10%] Creating directories for 'vmmaker_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-mkdir
[ 10%] Performing download step (download, verify and extract) for 'vmmaker_vm'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/download-vmmaker_vm.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/PharoVM-10.0.5-2757766-Linux-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.0.5-2757766-Linux-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]
[ 77%] No install step for 'freetype-2.12.1-download'
[ 88%] No test step for 'freetype-2.12.1-download'
[100%] Completed 'freetype-2.12.1-download'
[100%] Built target freetype-2.12.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.6.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.dylib
Adding third-party libraries for Darwin-x86_64: fontconfig-2.13.1
-- Downloading/updating fontconfig-2.13.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-download
Scanning dependencies of target fontconfig-2.13.1-download
[ 11%] Creating directories for 'fontconfig-2.13.1-download'
[ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/fontconfig-2.13.1.zip'
-- [download 2% complete]
-- [download 8% 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 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 34% complete]
-- [download 37% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 72% complete]
-- [download 84% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'fontconfig-2.13.1-download'
[ 44%] No update step for 'fontconfig-2.13.1-download'
[ 55%] No configure step for 'fontconfig-2.13.1-download'
[ 66%] No build step for 'fontconfig-2.13.1-download'
[ 77%] No install step for 'fontconfig-2.13.1-download'
[ 88%] No test step for 'fontconfig-2.13.1-download'
[100%] Completed 'fontconfig-2.13.1-download'
[100%] Built target fontconfig-2.13.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libfontconfig.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/fontconfig-2.13.1-src/libfontconfig.dylib
Adding third-party libraries for Darwin-x86_64: harfbuzz-5.3.1
-- Downloading/updating harfbuzz-5.3.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-download
Scanning dependencies of target harfbuzz-5.3.1-download
[ 11%] Creating directories for 'harfbuzz-5.3.1-download'
[ 22%] Performing download step (download, verify and extract) for 'harfbuzz-5.3.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-download/harfbuzz-5.3.1-download-prefix/src/harfbuzz-5.3.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/harfbuzz-5.3.1.zip'
-- [download 1% 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 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 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-10/build/harfbuzz-5.3.1-download/harfbuzz-5.3.1-download-prefix/src/harfbuzz-5.3.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'harfbuzz-5.3.1-download'
[ 44%] No update step for 'harfbuzz-5.3.1-download'
[ 55%] No configure step for 'harfbuzz-5.3.1-download'
[ 66%] No build step for 'harfbuzz-5.3.1-download'
[ 77%] No install step for 'harfbuzz-5.3.1-download'
[ 88%] No test step for 'harfbuzz-5.3.1-download'
[100%] Completed 'harfbuzz-5.3.1-download'
[100%] Built target harfbuzz-5.3.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src/libharfbuzz.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src/libharfbuzz.dylib
Adding third-party libraries for Darwin-x86_64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.40.0.zip'
-- [download 1% 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-10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.40.0-download'
[ 44%] No update step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.17.4
-- Downloading/updating cairo-1.17.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-download
Scanning dependencies of target cairo-1.17.4-download
[ 11%] Creating directories for 'cairo-1.17.4-download'
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- The CXX compiler identification is Clang 8.0.1
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang
-- [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]
MetacelloNotification: Fetched -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Loading -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Loaded -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: SmaCC-GLR baseline
-- [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]
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.17.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-download/cairo-1.17.4-download-prefix/src/cairo-1.17.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.17.4.zip'
-- [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 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 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-10/build/cairo-1.17.4-download/cairo-1.17.4-download-prefix/src/cairo-1.17.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.17.4-download'
[ 44%] No update step for 'cairo-1.17.4-download'
[ 55%] No configure step for 'cairo-1.17.4-download'
[ 66%] No build step for 'cairo-1.17.4-download'
[ 77%] No install step for 'cairo-1.17.4-download'
[ 88%] No test step for 'cairo-1.17.4-download'
[100%] Completed 'cairo-1.17.4-download'
[100%] Built target cairo-1.17.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.6.37.zip'
-- [download 2% complete]
-- [download 8% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.37-download'
[ 44%] No update step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.16.37.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.16.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-x86_64: SDL2-2.24.1
-- Downloading/updating SDL2-2.24.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-download
Scanning dependencies of target SDL2-2.24.1-download
[ 11%] Creating directories for 'SDL2-2.24.1-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.24.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-download/SDL2-2.24.1-download-prefix/src/SDL2-2.24.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/SDL2-2.24.1.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 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-10/build/SDL2-2.24.1-download/SDL2-2.24.1-download-prefix/src/SDL2-2.24.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.24.1-download'
[ 44%] No update step for 'SDL2-2.24.1-download'
[ 55%] No configure step for 'SDL2-2.24.1-download'
[ 66%] No build step for 'SDL2-2.24.1-download'
[ 77%] No install step for 'SDL2-2.24.1-download'
[ 88%] No test step for 'SDL2-2.24.1-download'
[100%] Completed 'SDL2-2.24.1-download'
[100%] Built target SDL2-2.24.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2-2.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2.dylib
-- dot executable from Graphviz not found. Dependency graphs not generated
-- Configuring done
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
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   ffi_shared

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-10/build
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-10/build
[Pipeline] {
[Pipeline] sh
MetacelloNotification: Fetched -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang - works
-- Detecting C compiler ABI info
-- [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]
+ VERBOSE=1
+ make sign install package
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-10/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build --check-build-system CMakeFiles/Makefile.cmake 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 sign
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-10/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build --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-10/build/CMakeFiles 99
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 CMakeFiles/sign.dir/all
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[  0%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/basic_types.c
[  1%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/callback_types.c
MetacelloNotification: Fetched -> CAST-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
-- [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]
[  2%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/callbacks.c
[  2%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/callout.c
[  3%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/registerCallback.c
[  3%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_pharo-10/repository/ffiTestLibrary/src/structures.c
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/PharoVM-10.0.5-2757766-Linux-x86_64-bin.zip'
[  4%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/ffiTestLibrary && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
[  4%] Built target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/closures.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/closures.c
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
[  6%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/java_raw_api.c
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
-- Downloading... done
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/verify-vmmaker_vm.cmake
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/extract-vmmaker_vm.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/PharoVM-10.0.5-2757766-Linux-x86_64-bin.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm'
-- extracting... [tar xfz]
[  6%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/prep_cif.c
[  7%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/raw_api.c
[  7%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/types.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/types.c
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> LLVMDisassembler-Tests-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Project: OpalSimdBytecode baseline
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
[  8%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/x86/ffi64.c
[  8%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/x86/unix64.S
[  9%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/x86/ffiw64.c
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++
[  9%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDEBUGVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=47 -DUSE_INLINE_MEMORY_ACCESSORS=1 -D_FILE_OFFSET_BITS=64 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/include  -O2 -g -DNDEBUG -fPIC   -O2 -Wno-sometimes-uninitialized -Wno-self-assign -Wno-unused-variable -Wno-unused-but-set-variable -Wno-int-conversion -Wno-unused-value -Wno-absolute-value -Wno-unused-function -Wno-non-literal-null-conversion -Wno-pointer-integer-compare -Wno-unknown-pragmas -Wno-pointer-sign -Wno-constant-conversion -Wno-tautological-pointer-compare -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-compare-distinct-pointer-types -Wno-conditional-type-mismatch -Wno-incompatible-function-pointer-types -Wno-return-type -Wno-unused-local-typedef -Wno-incompatible-pointer-types -Wno-shift-negative-value -Wno-unknown-warning-option -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src/src/x86/win64.S
[  9%] Built target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
[ 10%] Linking C shared library ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libffi-build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -O2 -g -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -install_name @executable_path/Plugins/libffi.dylib CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
[ 10%] Built target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.24.1.dir/build.make CMakeFiles/SDL2-2.24.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/SDL2-2.24.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/SDL2-2.24.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/SDL2-2.24.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/SDL2-2.24.1.dir/depend.internal".
Scanning dependencies of target SDL2-2.24.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.24.1.dir/build.make CMakeFiles/SDL2-2.24.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/SDL2-2.24.1-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 10%] Built target SDL2-2.24.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Scanning dependencies of target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/pixman-0.40.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 10%] Built target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/harfbuzz-5.3.1.dir/build.make CMakeFiles/harfbuzz-5.3.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/harfbuzz-5.3.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/harfbuzz-5.3.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/harfbuzz-5.3.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/harfbuzz-5.3.1.dir/depend.internal".
Scanning dependencies of target harfbuzz-5.3.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/harfbuzz-5.3.1.dir/build.make CMakeFiles/harfbuzz-5.3.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src/libharfbuzz.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/harfbuzz-5.3.1-src/libharfbuzz.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 10%] Built target harfbuzz-5.3.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.12.1.dir/build.make CMakeFiles/freetype-2.12.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/freetype-2.12.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/freetype-2.12.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/freetype-2.12.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/freetype-2.12.1.dir/depend.internal".
Scanning dependencies of target freetype-2.12.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.12.1.dir/build.make CMakeFiles/freetype-2.12.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/freetype-2.12.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 10%] Built target freetype-2.12.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Scanning dependencies of target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.1.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.1.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 10%] Built target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Scanning dependencies of target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.16.37.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.16.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libpng-1.6.37-src/libpng16.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 10%] Built target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.17.4.dir/build.make CMakeFiles/cairo-1.17.4.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/cairo-1.17.4.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/cairo-1.17.4.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/cairo-1.17.4.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/cairo-1.17.4.dir/depend.internal".
Scanning dependencies of target cairo-1.17.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.17.4.dir/build.make CMakeFiles/cairo-1.17.4.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/cairo-1.17.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 10%] Built target cairo-1.17.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-default-2023-04-14.dir/build.make CMakeFiles/libgit2-default-2023-04-14.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-default-2023-04-14.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-default-2023-04-14.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-default-2023-04-14.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-default-2023-04-14.dir/depend.internal".
Scanning dependencies of target libgit2-default-2023-04-14
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-default-2023-04-14.dir/build.make CMakeFiles/libgit2-default-2023-04-14.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 10%] Built target libgit2-default-2023-04-14
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-1.6.4.dir/build.make CMakeFiles/libgit2-1.6.4.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-1.6.4.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-1.6.4.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-1.6.4.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libgit2-1.6.4.dir/depend.internal".
Scanning dependencies of target libgit2-1.6.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-1.6.4.dir/build.make CMakeFiles/libgit2-1.6.4.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src/libgit2.1.6.4.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src/libgit2.1.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 10%] Built target libgit2-1.6.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker_vm.dir/build.make CMakeFiles/vmmaker_vm.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm.dir/depend.internal".
Scanning dependencies of target vmmaker_vm
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker_vm.dir/build.make CMakeFiles/vmmaker_vm.dir/build
[ 11%] Creating directories for '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-10/build/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-10/build/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-10/build/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-10/build/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-10/build/build/vmmaker/src/vmmaker_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-10/build/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-10/build/build/vmmaker/src/vmmaker_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-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-mkdir
[ 11%] Performing download step (download, verify and extract) for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker_vm-stamp/download-vmmaker_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/PharoVM-10.0.5-2757766f-Darwin-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-10.0.5-2757766f-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-10/build/build/vmmaker/src/PharoVM-10.0.5-2757766f-Darwin-x86_64-bin.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker_vm-stamp/verify-vmmaker_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker_vm-stamp/extract-vmmaker_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/PharoVM-10.0.5-2757766f-Darwin-x86_64-bin.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-download
[ 10%] No patch step for 'vmmaker_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-patch
[ 11%] No update step for 'vmmaker_vm'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-update
[ 12%] No configure step for 'vmmaker_vm'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-configure
[ 13%] No build step for 'vmmaker_vm'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-build
[ 13%] No install step for 'vmmaker_vm'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-install
[ 14%] Completed 'vmmaker_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker_vm-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-done
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
[ 14%] Built target vmmaker_vm
make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/depend
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
cd /builds/workspace/pharo-vm_pharo-10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/build /builds/workspace/pharo-vm_pharo-10/build /builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/depend.internal".
Scanning dependencies of target vmmaker
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/build
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
[ 14%] Creating directories for 'vmmaker'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-mkdir
[ 15%] Performing download step (download, verify and extract) for 'vmmaker'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/download-vmmaker.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/110/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.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]
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ - works
-- Detecting CXX compiler ABI info
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-download
[ 11%] No patch step for 'vmmaker_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-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-patch
[ 12%] No update step for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-update
[ 13%] No configure step for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-configure
-- [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]
[ 14%] No build step for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-build
[ 14%] No install step for 'vmmaker_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-install
[ 15%] Completed '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-10/build/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-10/build/CMakeFiles/vmmaker_vm-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-10/build/build/vmmaker/src/vmmaker_vm-stamp/vmmaker_vm-done
[ 15%] Built target vmmaker_vm
/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-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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
[ 15%] Creating directories for '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-10/build/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-10/build/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-10/build/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-10/build/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-10/build/build/vmmaker/src/vmmaker-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-10/build/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-10/build/build/vmmaker/src/vmmaker-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-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-mkdir
[ 16%] Performing download step (download, verify and extract) for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker-stamp/download-vmmaker.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/110/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.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 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 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]
-- Retrying...
-- Using src='https://files.pharo.org/image/110/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% 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]
-- Retrying...
-- Using src='https://files.pharo.org/image/110/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.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 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 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 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-10/build/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker-stamp/verify-vmmaker.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker-stamp/extract-vmmaker.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image'
-- extracting... [tar xfz]
-- [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]
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-download
[ 17%] No patch step for 'vmmaker'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
-- [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]
-- Building for WINDOWS
-- Full Platform name: Windows-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-patch
[ 17%] No update step for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-update
[ 17%] No configure step for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-configure
[ 18%] Performing build step for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image/Pharo11-SNAPSHOT-64bit-cf3d3fd.image --no-default-preferences save VMMaker
-- [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='/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/verify-vmmaker.cmake
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/extract-vmmaker.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/Pharo11-SNAPSHOT.build.688.sha.cf3d3fd.arch.64bit.zip'
     dst='/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-download
[ 16%] No patch step for 'vmmaker'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-patch
[ 16%] No update step for 'vmmaker'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-update
[ 16%] No configure step for 'vmmaker'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-configure
[ 17%] Performing build step for 'vmmaker'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image/Pharo11-SNAPSHOT-64bit-cf3d3fd.image --no-default-preferences save VMMaker
-- Looking for sys/types.h - found
-- Looking for stdint.h
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-10/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-10/repository httpsUrl
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-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
-- Looking for stdint.h - found
-- Looking for stddef.h
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-10/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-10/repository httpsUrl
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Loading -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
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 -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
NewUndeclaredWarning: SmaCCParser class>>parseFile: (FileStream is Undeclared)
MetacelloNotification: Loaded -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Loaded -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loaded -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> CAST-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
-- Looking for stddef.h - found
-- Check size of int
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> CAST-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
MetacelloNotification: Fetched -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Loading -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Loaded -> BaselineOfOpalSimdBytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (usedVariablesCache is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TConstantNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TGoToNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TLabeledCommentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TReturnNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TReturnNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TVariableNode>>nodesDo:parent:(parent is shadowed)
-- Check size of int - done
-- Check size of long
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SlangOptionTest>>setUp (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: SlangBasicTranslationTest>>constantClass (VMBasicConstants is Undeclared)
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMClass>>fprintf:format:arguments: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>setUp (VMMakerConfiguration is Undeclared)
-- Check size of long - done
-- Check size of long long
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: 	Loaded -> LLVMDisassembler-Tests-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
-- Check size of long long - done
-- Check size of void*
MetacelloNotification: Fetched -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Loading -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Loaded -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Loading -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Loaded -> BaselineOfSmaCC-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
NewUndeclaredWarning: VMSpurImageToComposedImageMigrationProcess>>createSimulator (VMSimulatedEnvironmentBuilder is Undeclared)
SystemNotification: VMStackPageSurrogate>>addressIsInPage:(address is shadowed)
-- Check size of void* - done
-- int 4
-- long 4
-- long long 8
-- void* 8
-- Writing libraries to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/build/vm/
-- Looking for include file dirent.h
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: SmaCC-GLR baseline
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: SmaCC-GLR baseline
MetacelloNotification: Fetched -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- https://github.com/guillep/SmaCC.git[master]
MetacelloNotification: Fetched -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
-- Looking for include file dirent.h - found
-- Looking for include file features.h
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)
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> LLVMDisassembler-Tests-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Project: OpalSimdBytecode baseline
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> LLVMDisassembler-Tests-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Project: OpalSimdBytecode baseline
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
-- 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 - not found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not 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 - not found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - not found
-- Looking for dlopen in dl
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
-- Looking for dlopen in dl - not found
-- Looking for dlopen in dyld
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMImageReadingTest>>testMovingObjectsToPermSpaceReduceOldSpace (imageReaderClass is Undeclared)
NewUndeclaredWarning: VMImageReadingTest>>testReadingSTONHeader (imageReaderClass is Undeclared)
NewUndeclaredWarning: VMImageReadingTest>>testSavingPermanentSpaceObjectsInSpurFormatFails (imageWriterClass is Undeclared)
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
-- Performing Test HAVE_TM_GMTOFF - Failed
-- Looking for include file sys/uuid.h
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-build
[ 14%] No install step for 'vmmaker'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-install
[ 14%] Completed 'vmmaker'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-done
[ 14%] Built target vmmaker
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 14%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build/build/vmmaker/image/VMMaker.image --no-default-preferences perform PharoVMMaker generate:outputDirectory: CoInterpreter /Users/lse/Workspace/workspace/pharo-vm_pharo-10/build
Generating 'CoInterpreter' in '/Users/lse/Workspace/workspace/pharo-vm_pharo-10/build'...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
-- Looking for include file uuid/uuid.h - not found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
NewUndeclaredWarning: SmaCCParser class>>parseFile: (FileStream is Undeclared)
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
MetacelloNotification: Loaded -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
MetacelloNotification: Loaded -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loaded -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc
MetacelloNotification: Loading -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache

conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: SmaCCParser class>>parseFile: (FileStream is Undeclared)
-- Looking for uuid_generate in uuid - not found
Defining Windows VM to download for code generation
-- C Compiler: /usr/bin/x86_64-w64-mingw32-clang
-- C++ Compiler: /usr/bin/x86_64-w64-mingw32-clang++
-- Resource Compiler: x86_64-w64-mingw32-windres
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
MetacelloNotification: Loaded -> SmaCC-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
-- Building FFI
-- Downloading/updating libffi
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (usedVariablesCache is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
MetacelloNotification: Loaded -> SmaCC-GLR-Runtime-CompatibleUserName.1671020579 --- https://github.com/guillep/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TConstantNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TGoToNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TLabeledCommentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TReturnNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TReturnNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TVariableNode>>nodesDo:parent:(parent is shadowed)
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libffi-download
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
NewUndeclaredWarning: SlangOptionTest>>setUp (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: SlangBasicTranslationTest>>constantClass (VMBasicConstants is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMClass>>fprintf:format:arguments: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>setUp (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (usedVariablesCache is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TConstantNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TGoToNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TLabeledCommentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:unless:(parent is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: 	Loaded -> LLVMDisassembler-Tests-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
SystemNotification: TReturnNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TReturnNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TVariableNode>>nodesDo:parent:(parent is shadowed)
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SlangOptionTest>>setUp (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: SlangBasicTranslationTest>>constantClass (VMBasicConstants is Undeclared)
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMClass>>fprintf:format:arguments: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>setUp (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
NewUndeclaredWarning: VMSpurImageToComposedImageMigrationProcess>>createSimulator (VMSimulatedEnvironmentBuilder is Undeclared)
SystemNotification: VMStackPageSurrogate>>addressIsInPage:(address is shadowed)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1683726218 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: 	Loaded -> LLVMDisassembler-Tests-CompatibleUserName.1679325863 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1671286971 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

jmpBuf localised to callbackLeave:

interruptPending localised to checkForEventsMayContextSwitch:

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

composedImageWriter localised to primitiveSnapshot

spurImageWriter localised to primitiveSnapshot

Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
Switched to a new branch 'v3.3-cmake'
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: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
traceSources localised to printLogEntryAt:
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: VMSpurImageToComposedImageMigrationProcess>>createSimulator (VMSimulatedEnvironmentBuilder is Undeclared)
SystemNotification: VMStackPageSurrogate>>addressIsInPage:(address is shadowed)
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
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: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
Current branch v3.3-cmake is up to date.

Local variable name 'counters' in profilingDataFor:Annotation:Mcpc:Bcpc:Method: may mask method when inlining

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

[ 55%] No configure step for 'libffi-download'
primitiveGeneratorTable localised to primitiveDescriptor
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_WIN64
-- Check size of size_t
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
-- Check size of size_t - done
NewUndeclaredWarning: VMImageReadingTest>>testMovingObjectsToPermSpaceReduceOldSpace (imageReaderClass is Undeclared)
NewUndeclaredWarning: VMImageReadingTest>>testReadingSTONHeader (imageReaderClass is Undeclared)
NewUndeclaredWarning: VMImageReadingTest>>testSavingPermanentSpaceObjectsInSpurFormatFails (imageWriterClass is Undeclared)
-- The ASM compiler identification is Clang
-- Found assembler: /usr/bin/x86_64-w64-mingw32-clang
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
-- Check size of double
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
-- Check size of double - done
-- Check size of long double
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)

Local variable name 'counters' in profilingDataFor:Annotation:Mcpc:Bcpc:Method: may mask method when inlining

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
-- Check size of long double - done
-- Looking for alloca
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-build
[ 19%] No install step for 'vmmaker'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/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-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-install
[ 20%] Completed '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-10/build/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-10/build/CMakeFiles/vmmaker-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-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-done
[ 20%] Built target vmmaker
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
[ 20%] Copying libffi binaries to '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for alloca - not found
-- Looking for mmap
[ 20%] Built target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 21%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image/VMMaker.image --no-default-preferences perform PharoVMMaker generate:outputDirectory: CoInterpreter /System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build
Generating 'CoInterpreter' in '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-10/build'...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
-- Looking for mmap - not found
-- Looking for MAP_ANON
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
-- Looking for MAP_ANON - not found
-- Performing Test HAVE_MMAP_DEV_ZERO
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - not found
-- Performing Test HAVE_ALLOCA

conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
-- Performing Test HAVE_ALLOCA - Failed
-- Looking for inttypes.h

Local variable name 'counters' in profilingDataFor:Annotation:Mcpc:Bcpc:Method: may mask method when inlining

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor
12 March 2024 9:55:41.920882 am
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
external plugin FilePlugin generated as FilePlugin
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
external plugin FloatArrayPlugin generated as FloatArrayPlugin
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
external plugin SurfacePlugin generated as SurfacePlugin
12 March 2024 9:55:42.312076 am
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
NewUndeclaredWarning: VMImageReadingTest>>testMovingObjectsToPermSpaceReduceOldSpace (imageReaderClass is Undeclared)
NewUndeclaredWarning: VMImageReadingTest>>testReadingSTONHeader (imageReaderClass is Undeclared)
NewUndeclaredWarning: VMImageReadingTest>>testSavingPermanentSpaceObjectsInSpurFormatFails (imageWriterClass is Undeclared)

-- Looking for stdlib.h - found
-- Looking for strings.h
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
-- Looking for strings.h - found
-- Looking for string.h
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
-- Looking for string.h - found
-- Looking for sys/mman.h
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
-- Looking for sys/mman.h - not found
-- Looking for sys/stat.h
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

jmpBuf localised to callbackLeave:

interruptPending localised to checkForEventsMayContextSwitch:

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

composedImageWriter localised to primitiveSnapshot

spurImageWriter localised to primitiveSnapshot

-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-build
[ 18%] No install step for 'vmmaker'
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
cd /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-install
[ 19%] Completed 'vmmaker'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-10/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/vmmaker-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/src/vmmaker-stamp/vmmaker-done
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
[ 19%] Built target vmmaker
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
cd /builds/workspace/pharo-vm_pharo-10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/repository /builds/workspace/pharo-vm_pharo-10/build /builds/workspace/pharo-vm_pharo-10/build /builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
[ 19%] Copying libffi binaries to '/builds/workspace/pharo-vm_pharo-10/build/build/vm/'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-10/build/build/vm/libffi.so /builds/workspace/pharo-vm_pharo-10/build/build/vm/
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
[ 19%] Built target libffi_copy
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[3]: Entering directory '/builds/workspace/pharo-vm_pharo-10/build'
[ 19%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-10/build/build/vmmaker/image/VMMaker.image --no-default-preferences perform PharoVMMaker generate:outputDirectory: CoInterpreter /builds/workspace/pharo-vm_pharo-10/build
Generating 'CoInterpreter' in '/builds/workspace/pharo-vm_pharo-10/build'...
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of StackInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
traceSources localised to printLogEntryAt:
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

jmpBuf localised to callbackLeave:

interruptPending localised to checkForEventsMayContextSwitch:

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

composedImageWriter localised to primitiveSnapshot

spurImageWriter localised to primitiveSnapshot

warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
traceSources localised to printLogEntryAt:
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives

conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
conflicting return types sqInt, size_t in SpurMemoryManager >> growOldSpaceByAtLeast:
conflicting return types sqInt, void in CoInterpreter >> activateNewFullClosure:method:numArgs:mayContextSwitch:
conflicting return types sqInt, VMMemoryMap * in VMMemoryMap >> allocationGranularity
conflicting return types sqInt, void in StackInterpreterPrimitives >> primitiveMoveToPermSpaceInBulk
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- 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 third-party libraries for Windows-x86_64: gcc-runtime-3.4
-- Downloading/updating gcc-runtime-3.4
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/gcc-runtime-3.4-download
Scanning dependencies of target gcc-runtime-3.4-download
[ 11%] Creating directories for 'gcc-runtime-3.4-download'
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
[ 22%] Performing download step (download, verify and extract) for 'gcc-runtime-3.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/gcc-runtime-3.4.zip'
-- [download 15% complete]
-- [download 53% complete]
-- [download 72% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/gcc-runtime-3.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'gcc-runtime-3.4-download'
[ 44%] No update step for 'gcc-runtime-3.4-download'
[ 55%] No configure step for 'gcc-runtime-3.4-download'
[ 66%] No build step for 'gcc-runtime-3.4-download'

Local variable name 'counters' in profilingDataFor:Annotation:Mcpc:Bcpc:Method: may mask method when inlining

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

[ 77%] No install step for 'gcc-runtime-3.4-download'
primitiveGeneratorTable localised to primitiveDescriptor
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
[ 88%] No test step for 'gcc-runtime-3.4-download'

Local variable name 'counters' in profilingDataFor:Annotation:Mcpc:Bcpc:Method: may mask method when inlining

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

[100%] Completed 'gcc-runtime-3.4-download'
[100%] Built target gcc-runtime-3.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/gcc-runtime-3.4-src/iconv.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/gcc-runtime-3.4-src/libwinpthread-1.dll
-- Downloading Git2 binary
Adding third-party libraries for Windows-x86_64: libgit2-1.4.4
primitiveGeneratorTable localised to primitiveDescriptor
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
-- Downloading/updating libgit2-1.4.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download
Scanning dependencies of target libgit2-1.4.4-download
[ 11%] Creating directories for 'libgit2-1.4.4-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.4.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-1.4.4.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 45% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 91% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-download/libgit2-1.4.4-download-prefix/src/libgit2-1.4.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src'
-- extracting... [tar xfz]
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.4.4-download'
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
warning, attempt to include <sys/stat.h> /* for e.g. mkdir */ a second time
[ 44%] No update step for 'libgit2-1.4.4-download'
[ 55%] No configure step for 'libgit2-1.4.4-download'
[ 66%] No build step for 'libgit2-1.4.4-download'
[ 77%] No install step for 'libgit2-1.4.4-download'
[ 88%] No test step for 'libgit2-1.4.4-download'
[100%] Completed 'libgit2-1.4.4-download'
[100%] Built target libgit2-1.4.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libcharset-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libgit2-1-4-4.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libhttp_parser-2.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libiconv-2.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libpcre2-8-0.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.4.4-src/libssh2-1.dll
Adding third-party libraries for Windows-x86_64: libgit2-1.5.2
-- Downloading/updating libgit2-1.5.2

Local variable name 'counters' in profilingDataFor:Annotation:Mcpc:Bcpc:Method: may mask method when inlining

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-download
primitiveGeneratorTable localised to primitiveDescriptor
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives

Local variable name 'counters' in profilingDataFor:Annotation:Mcpc:Bcpc:Method: may mask method when inlining

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

Aborted by tesonep@gmail.com
Sending interrupt signal to process
Scanning dependencies of target libgit2-1.5.2-download
[ 11%] Creating directories for 'libgit2-1.5.2-download'
Sending interrupt signal to process
primitiveGeneratorTable localised to primitiveDescriptor
Cannot find implementation of primitiveStartProfiling in hierarchy of CoInterpreterPrimitives
Cannot find implementation of primitiveStopProfiling in hierarchy of CoInterpreterPrimitives
make[3]: *** [generated/64/vm/src/cogit.c] Error 1
make[3]: *** Deleting file `generated/64/vm/src/cogit.c'
make[2]: *** [CMakeFiles/PharoVMCore.dir/all] Error 2
make[1]: *** [CMakeFiles/sign.dir/rule] Error 2
make: *** [sign] Error 2
script returned exit code 2
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.5.2-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-download/libgit2-1.5.2-download-prefix/src/libgit2-1.5.2.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-1.5.2.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 33% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 71% complete]
-- [download 81% complete]
-- [download 90% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-download/libgit2-1.5.2-download-prefix/src/libgit2-1.5.2.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-src'
-- extracting... [tar xfz]
Sending interrupt signal to process
conflicting return types sqInt, char * in StackInterpreter >> checkStackPointerIndexForFrame:
Sending interrupt signal to process
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.5.2-download'
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
make[3]: *** Deleting file `generated/64/vm/src/cogit.c'
make[3]: *** [generated/64/vm/src/cogit.c] Error 1
make[2]: *** [CMakeFiles/PharoVMCore.dir/all] Terminated: 15
make[1]: *** [CMakeFiles/sign.dir/rule] Error 2
make: *** [sign] Error 2
script returned exit code 2
[Pipeline] }
[ 44%] No update step for 'libgit2-1.5.2-download'
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // timeout
[Pipeline] // dir
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // withCredentials
[Pipeline] }
Failed in branch Darwin-arm64
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[ 55%] No configure step for 'libgit2-1.5.2-download'
[ 66%] No build step for 'libgit2-1.5.2-download'
[Pipeline] // node
[Pipeline] }
Failed in branch Darwin-x86_64
[ 77%] No install step for 'libgit2-1.5.2-download'
[ 88%] No test step for 'libgit2-1.5.2-download'

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining
CMakeFiles/PharoVMCore.dir/build.make:62: recipe for target 'generated/64/vm/src/cogit.c' failed
make[3]: *** [generated/64/vm/src/cogit.c] Error 1
make[3]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
CMakeFiles/Makefile2:781: recipe for target 'CMakeFiles/PharoVMCore.dir/all' failed
make[2]: *** [CMakeFiles/PharoVMCore.dir/all] Error 2
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
CMakeFiles/Makefile2:145: recipe for target 'CMakeFiles/sign.dir/rule' failed
make[1]: *** [CMakeFiles/sign.dir/rule] Error 2
make[1]: Leaving directory '/builds/workspace/pharo-vm_pharo-10/build'
Makefile:186: recipe for target 'sign' failed
make: *** [sign] Error 2
script returned exit code 2
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[100%] Completed 'libgit2-1.5.2-download'
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Linux-x86_64
[100%] Built target libgit2-1.5.2-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.5.2-src/libgit2-1-5.dll
Adding third-party libraries for Windows-x86_64: libgit2-1.6.4
-- Downloading/updating libgit2-1.6.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-download
Scanning dependencies of target libgit2-1.6.4-download
[ 11%] Creating directories for 'libgit2-1.6.4-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.6.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-download/libgit2-1.6.4-download-prefix/src/libgit2-1.6.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-1.6.4.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-download/libgit2-1.6.4-download-prefix/src/libgit2-1.6.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.6.4-download'
[ 44%] No update step for 'libgit2-1.6.4-download'
[ 55%] No configure step for 'libgit2-1.6.4-download'
[ 66%] No build step for 'libgit2-1.6.4-download'
[ 77%] No install step for 'libgit2-1.6.4-download'
[ 88%] No test step for 'libgit2-1.6.4-download'
[100%] Completed 'libgit2-1.6.4-download'
[100%] Built target libgit2-1.6.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-1.6.4-src/libgit2-1-6.dll
Adding third-party libraries for Windows-x86_64: libgit2-default-2023-04-14
-- Downloading/updating libgit2-default-2023-04-14
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-download
Scanning dependencies of target libgit2-default-2023-04-14-download
[ 11%] Creating directories for 'libgit2-default-2023-04-14-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-default-2023-04-14-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-download/libgit2-default-2023-04-14-download-prefix/src/libgit2-default-2023-04-14.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-default-2023-04-14.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% 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 30% complete]
-- [download 32% complete]
-- [download 33% 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 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 62% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 70% complete]
-- [download 71% 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 91% complete]
-- [download 92% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-download/libgit2-default-2023-04-14-download-prefix/src/libgit2-default-2023-04-14.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-default-2023-04-14-download'
[ 44%] No update step for 'libgit2-default-2023-04-14-download'
[ 55%] No configure step for 'libgit2-default-2023-04-14-download'
[ 66%] No build step for 'libgit2-default-2023-04-14-download'
[ 77%] No install step for 'libgit2-default-2023-04-14-download'
[ 88%] No test step for 'libgit2-default-2023-04-14-download'
[100%] Completed 'libgit2-default-2023-04-14-download'
[100%] Built target libgit2-default-2023-04-14-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/libgit2-default-2023-04-14-src/libgit2.dll
Adding third-party libraries for Windows-x86_64: zlib-1.2.13
-- Downloading/updating zlib-1.2.13
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/zlib-1.2.13-download
Scanning dependencies of target zlib-1.2.13-download
[ 11%] Creating directories for 'zlib-1.2.13-download'
[ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.13-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/zlib-1.2.13-download/zlib-1.2.13-download-prefix/src/zlib-1.2.13.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/zlib-1.2.13.zip'
-- [download 11% complete]
-- [download 20% complete]
-- [download 50% complete]
-- [download 75% complete]
-- [download 82% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/zlib-1.2.13-download/zlib-1.2.13-download-prefix/src/zlib-1.2.13.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/zlib-1.2.13-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'zlib-1.2.13-download'
[ 44%] No update step for 'zlib-1.2.13-download'
[ 55%] No configure step for 'zlib-1.2.13-download'
[ 66%] No build step for 'zlib-1.2.13-download'
[ 77%] No install step for 'zlib-1.2.13-download'
[ 88%] No test step for 'zlib-1.2.13-download'
[100%] Completed 'zlib-1.2.13-download'
[100%] Built target zlib-1.2.13-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/zlib-1.2.13-src/zlib1.dll
Adding third-party libraries for Windows-x86_64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download
Click here to forcibly terminate running steps
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/openssl-1.1.1k.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 44% 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 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.1.1k-download'
[ 44%] No update step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libcrypto-1_1-x64.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/openssl-1.1.1k-src/libssl-1_1-x64.dll
Adding third-party libraries for Windows-x86_64: ssh2-1.10.0
-- Downloading/updating ssh2-1.10.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/ssh2-1.10.0-download
Scanning dependencies of target ssh2-1.10.0-download
[ 11%] Creating directories for 'ssh2-1.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'ssh2-1.10.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-10/build/ssh2-1.10.0-download/ssh2-1.10.0-download-prefix/src/ssh2-1.10.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/ssh2-1.10.0.zip'
After 20s process did not stop
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Windows-x86_64
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: ABORTED