Skip to content
Failed

Console Output

Skipping 140 KB.. Full Log
        return (int)min((usqInt)&old,(usqInt)&handler_action) - sizeof(struct sigaction) - (int)p;
                                                                                           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/src/utils.c:577:27: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        strcpy(basePath, dirname(path));
                                 ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:33: note: expanded from macro 'strcpy'
                __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                              ^~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/libgen.h:41:21: note: passing argument to parameter here
char    *dirname(char *);
                       ^
3 warnings generated.
[  4%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/src/nullDisplay.c:6:2: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
        logWarn("Unimplemented primitive: %s\n", name);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/src/nullDisplay.c:6:2: note: use array indexing to silence this warning
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                               ^
1 warning generated.
[  4%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/src/externalPrimitives.c:101:5: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
    logWarn("Failed to load module: %s\n", pluginName);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/src/externalPrimitives.c:101:5: note: use array indexing to silence this warning
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                               ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/src/externalPrimitives.c:146:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
                logWarn("Missing Accessor Depth: %s", lookupName);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/src/externalPrimitives.c:146:7: note: use array indexing to silence this warning
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                               ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/src/externalPrimitives.c:197:5: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
    logDebug("Try loading  %s\n", fileName);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:31:45: note: expanded from macro 'logDebug'
#define logDebug(...)   logMessage(LOG_DEBUG, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/src/externalPrimitives.c:197:5: note: use array indexing to silence this warning
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:31:45: note: expanded from macro 'logDebug'
#define logDebug(...)   logMessage(LOG_DEBUG, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                               ^
3 warnings generated.
[  5%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
[  5%] Downloading Pharo 70
--2022-10-05 10:27:16--  http://get.pharo.org/64/70
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3244 (3,2K)
Saving to: ‘STDOUT’

     0K ...                                                   100% 1,01G=0s

2022-10-05 10:27:16 (1,01 GB/s) - written to stdout [3244/3244]

Downloading the latest 70 Image:
    http://files.pharo.org/get-files/70/pharo64.zip

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:
overwrite Pharo7.0-32bit-fd8c156.sources? (y/n [n]) not overwritten
--2022-10-05 10:27:17--  http://get.pharo.org/64/vm70
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5320 (5,2K)
Saving to: ‘STDOUT’

     0K .....                                                 100%  725M=0s

2022-10-05 10:27:17 (725 MB/s) - written to stdout [5320/5320]

Downloading the latest pharoVM:
	http://files.pharo.org/get-files/70/pharo64-mac-stable.zip
replace pharo-vm/Pharo.app/Contents/_CodeSignature/CodeResources? [y]es, [n]o, [A]ll, [N]one, [r]ename: new name: replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [{ENTER}]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [if [ "$OS]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [" == "win]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [" ]; then]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [{ENTER}]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [    PHARO]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [_VM=`find]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [ $VM_DIR ]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [-name ${V]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [M_BINARY_]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: [  6%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/gcc3x-interp.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:5667:68: warning: expression result unused [-Wunused-value]
                                        localIP = pointerForOop(((GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/include/common/sqAssert.h:19:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/include/common/sqMemoryAccess.h:217:41: note: expanded from macro 'pointerForOop'
#  define pointerForOop(oop)            ((char *)(oop))
                                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:22093:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:24269:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:24505:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:41206:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:41270:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:47131:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/include/common/sqAssert.h:20:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:47152:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/include/common/sqAssert.h:20:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:50495:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/include/common/sq.h:100:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:59255:27: warning: expression result unused [-Wunused-value]
                printHex(oopForPointer((assert((((sender) & 7) == 1)),
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/include/common/sqAssert.h:19:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/include/common/sqMemoryAccess.h:218:40: note: expanded from macro 'oopForPointer'
#  define oopForPointer(ptr)            ((sqInt)(ptr))
                                                 ^~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:59265:27: warning: expression result unused [-Wunused-value]
                printHex(oopForPointer((assert((((ip) & 7) == 1)),
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/include/common/sqAssert.h:19:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/include/common/sqMemoryAccess.h:218:40: note: expanded from macro 'oopForPointer'
#  define oopForPointer(ptr)            ((sqInt)(ptr))
                                                 ^~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:68075:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:68215:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:68439:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/build/generated/vm/src/gcc3x-interp.c:69938:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
15 warnings generated.
[  6%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
[  7%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/src/common/sqVirtualMachine.c:431:37: warning: incompatible function pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-function-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/src/common/sqVirtualMachine.c:509:22: warning: incompatible function pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-function-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
2 warnings generated.
[  8%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
[  9%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
[  9%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/sqUnixHeartbeat.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack@2/repository/extracted/vm/src/unix/sqUnixHeartbeat.c:190:3: error: "no high res clock defined"
# error "no high res clock defined"
  ^
1 error generated.
make[2]: *** [CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/sqUnixHeartbeat.c.o] Error 1
make[1]: *** [CMakeFiles/PharoVMCore.dir/all] Error 2
make: *** [all] Error 2
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch StackVM

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
PharoVMMaker
Scanning dependencies of target PharoVMCore
[  3%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/debug.c:26:5: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
    logError(errorMessage);
    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:34:45: note: expanded from macro 'logError'
#define logError(...)   logMessage(LOG_ERROR, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/debug.c:26:5: note: use array indexing to silence this warning
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:34:45: note: expanded from macro 'logError'
#define logError(...)   logMessage(LOG_ERROR, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                               ^
1 warning generated.
[  4%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/utils.c:423:30: warning: incompatible function pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-function-pointer-types]
        handler_action.sa_sigaction = sighandler;
                                    ^ ~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/utils.c:430:85: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast]
        return (int)min((usqInt)&old,(usqInt)&handler_action) - sizeof(struct sigaction) - (int)p;
                                                                                           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/utils.c:577:27: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        strcpy(basePath, dirname(path));
                                 ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:33: note: expanded from macro 'strcpy'
                __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                              ^~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/libgen.h:41:21: note: passing argument to parameter here
char    *dirname(char *);
                       ^
3 warnings generated.
[  4%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/nullDisplay.c:6:2: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
        logWarn("Unimplemented primitive: %s\n", name);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/nullDisplay.c:6:2: note: use array indexing to silence this warning
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                               ^
1 warning generated.
[  5%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/externalPrimitives.c:101:5: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
    logWarn("Failed to load module: %s\n", pluginName);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/externalPrimitives.c:101:5: note: use array indexing to silence this warning
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                               ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/externalPrimitives.c:146:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
                logWarn("Missing Accessor Depth: %s", lookupName);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/externalPrimitives.c:146:7: note: use array indexing to silence this warning
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:33:43: note: expanded from macro 'logWarn'
#define logWarn(...)    logMessage(LOG_WARN, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                               ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/externalPrimitives.c:197:5: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
    logDebug("Try loading  %s\n", fileName);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:31:45: note: expanded from macro 'logDebug'
#define logDebug(...)   logMessage(LOG_DEBUG, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/src/externalPrimitives.c:197:5: note: use array indexing to silence this warning
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:31:45: note: expanded from macro 'logDebug'
#define logDebug(...)   logMessage(LOG_DEBUG, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/repository/includes/debug.h:29:32: note: expanded from macro '__FILENAME__'
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
                               ^
3 warnings generated.
[  6%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
[  6%] Downloading Pharo 70
--2022-10-05 10:27:29--  http://get.pharo.org/64/70
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3244 (3,2K)
Saving to: ‘STDOUT’

     0K ...                                                   100% 1,51G=0s

2022-10-05 10:27:29 (1,51 GB/s) - written to stdout [3244/3244]

Downloading the latest 70 Image:
    http://files.pharo.org/get-files/70/pharo64.zip
overwrite Pharo7.0-32bit-fd8c156.sources? (y/n [n]) not overwritten
--2022-10-05 10:27:30--  http://get.pharo.org/64/vm70
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5320 (5,2K)
Saving to: ‘STDOUT’

     0K .....                                                 100%  634M=0s

2022-10-05 10:27:30 (634 MB/s) - written to stdout [5320/5320]

Downloading the latest pharoVM:
	http://files.pharo.org/get-files/70/pharo64-mac-stable.zip
replace pharo-vm/Pharo.app/Contents/_CodeSignature/CodeResources? [y]es, [n]o, [A]ll, [N]one, [r]ename: new name: replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [{ENTER}]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [if [ "$OS]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [" == "win]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [" ]; then]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [{ENTER}]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [    PHARO]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [_VM=`find]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [ $VM_DIR ]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [-name ${V]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [M_BINARY_]
replace pharo-vm/Pharo.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: [  6%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:18:3: error: As yet no Cogit implementation appears to exist for your platform.
#       error As yet no Cogit implementation appears to exist for your platform.
        ^
/Users/lse/Workspace/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:19:3: error: Consider implementing it, starting by adding a subclass of CogAbstractInstruction.
#       error Consider implementing it, starting by adding a subclass of CogAbstractInstruction.
        ^
2 errors generated.
make[2]: *** [CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o] Error 1
make[1]: *** [CMakeFiles/PharoVMCore.dir/all] Error 2
make: *** [all] Error 2
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch osx

Loaded -> VMMaker-CompatibleUserName.1568126004 --- https://github.com/pharo-project/pharo-vm.git[Detached at 42f33b4] --- cache
...finished baselinepthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[  2%] Generating VM files for flavour: CoInterpreterWithQueueFFI
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
Generating #CoInterpreterWithQueueFFI in '/builds/workspace/pharo-vm_feat_live-typing-stack/build'...

conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in baseFrameReturn
compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
PharoVMMaker
Scanning dependencies of target PharoVMCore
[  3%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
[  3%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/utils.c: In function ‘getRedzoneSize’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/utils.c:423:30: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  handler_action.sa_sigaction = sighandler;
                              ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/utils.c:430:85: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  return (int)min((usqInt)&old,(usqInt)&handler_action) - sizeof(struct sigaction) - (int)p;
                                                                                     ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/utils.c: In function ‘getBasePath’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/utils.c:577:27: warning: passing argument 1 of ‘dirname’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  strcpy(basePath, dirname(path));
                           ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/utils.c:5:0:
/usr/include/libgen.h:26:14: note: expected ‘char *’ but argument is of type ‘const char *’
 extern char *dirname (char *__path) __THROW;
              ^
[  4%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
[  5%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
[  5%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
[  5%] Downloading Pharo 70
--2022-10-05 10:27:54--  http://get.pharo.org/64/70
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3244 (3.2K)
Saving to: ‘STDOUT’

     0K ...                                                   100%  354M=0s

2022-10-05 10:27:54 (354 MB/s) - written to stdout [3244/3244]

Downloading the latest 70 Image:
    http://files.pharo.org/get-files/70/pharo64.zip
mv: overwrite 'Pharo7.0-32bit-fd8c156.sources'? --2022-10-05 10:27:56--  http://get.pharo.org/64/vm70
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5320 (5.2K)
Saving to: ‘STDOUT’

     0K .....                                                 100%  382M=0s

2022-10-05 10:27:56 (382 MB/s) - written to stdout [5320/5320]

Downloading the latest pharoVM:
	http://files.pharo.org/get-files/70/pharo64-linux-stable.zip
replace pharo-vm/bin/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: new name: replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [{ENTER}]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [if [ "$OS]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [" == "win]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [" ]; then]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [{ENTER}]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [    PHARO]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [_VM=`find]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [ $VM_DIR ]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [-name ${V]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [M_BINARY_]
replace pharo-vm/lib/pharo/5.0-201901051900/pharo? [y]es, [n]o, [A]ll, [N]one, [r]ename: [  6%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘cogFullBlockMethodnumCopied’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:1997:22: warning: implicit declaration of function ‘warning’ [-Wimplicit-function-declaration]
 #define haltmsg(msg) warning("halt: " msg)
                      ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:3926:3: note: in expansion of macro ‘haltmsg’
   haltmsg("Compilation of breakMethod");
   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘cogMethodDoesntLookKosher’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:4005:62: warning: passing argument 1 of ‘methodFor’ makes pointer from integer without a cast [-Wint-conversion]
      || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                              ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:755:20: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern CogMethod * methodFor(void *address);
                    ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘collectCogConstituentForAnnotationMcpcBcpcMethod’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:4275:36: warning: passing argument 1 of ‘positive64BitIntegerFor’ makes integer from pointer without a cast [-Wint-conversion]
  address = positive64BitIntegerFor(mcpc);
                                    ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19:0,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/include/cointerp.h:91:14: note: expected ‘long unsigned int’ but argument is of type ‘char *’
 extern sqInt positive64BitIntegerFor(usqLong integerValue);
              ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:4317:85: warning: passing argument 2 of ‘inlineCacheTagAt’ makes integer from pointer without a cast [-Wint-conversion]
     (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                     ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:2385:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:6386:16: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  cPICPrototype = cPIC;
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘markLiteralsAndUnlinkIfUnmarkedSendpcmethod’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:8319:129: warning: passing argument 3 of ‘indexForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:7189:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘relocateIfCallOrMethodReferencemcpcdelta’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:9176:126: warning: passing argument 3 of ‘indexForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
   rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                              ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:7189:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfFreeOrLinkedSendpcof’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:9617:129: warning: passing argument 3 of ‘indexForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:7189:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfInvalidClassSendpcignored’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:9669:141: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
      rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                             ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:7296:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendToFreepcignored’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:9719:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:7296:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcignored’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:9767:139: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
    rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:7296:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcto’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:9815:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:7296:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:15200:88: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
  return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                        ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:884:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                            ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:15242:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   finished = nonFwdJumpTargetOrZero;
            ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdenticalOrNotIf’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:16255:86: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:16281:86: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘dispatchConcretize’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19083:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset1 = (((int) jumpTarget)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19104:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset23 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19122:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset110 = (((int) jumpTarget2)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19145:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset24 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19163:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset111 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19183:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
               ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19192:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19212:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset25 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19230:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset112 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19251:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset26 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19269:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset113 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19290:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset27 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19308:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset114 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19329:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset28 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19347:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset115 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19370:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset29 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19388:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset116 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19411:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset30 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19429:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset117 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19450:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset31 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset118 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19489:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset32 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19507:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset119 = (((int) jumpTarget210)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19528:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset33 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19546:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset120 = (((int) jumpTarget211)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19567:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset34 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19585:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset121 = (((int) jumpTarget212)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19607:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset35 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19625:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset122 = (((int) jumpTarget213)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19647:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset36 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19665:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset123 = (((int) jumpTarget214)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19686:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset37 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19704:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset124 = (((int) jumpTarget215)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19725:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset38 = (((int) jumpTarget35)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:19743:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset125 = (((int) jumpTarget216)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘stopsFromto’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:23442:9: warning: passing argument 1 of ‘memset’ makes pointer from integer without a cast [-Wint-conversion]
  memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/math.h:26,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:18,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:
/usr/include/x86_64-linux-gnu/bits/string3.h:78:1: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memset (void *__dest, int __ch, size_t __len))
 ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘compileOpenPICnumArgs’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:24030:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:22934:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘compilePrimitive’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:24188:49: warning: passing argument 1 of ‘compileMachineCodeInterpreterPrimitive’ makes pointer from integer without a cast [-Wint-conversion]
   return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:23854:1: note: expected ‘void (*)(void)’ but argument is of type ‘sqInt {aka long int}’
 compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:24191:24: warning: comparison of distinct pointer types lacks a cast
   || (primitiveRoutine == primitiveFail)) {
                        ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘genLookupForPerformNumArgs’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:24825:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:22934:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘genForwardersInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:28610:85: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:28614:23: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                       ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:28614:30: warning: passing argument 4 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                              ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘BytecodeFixup * {aka struct <anonymous> *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:28688:85: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:28692:92: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                            ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c: In function ‘reinitializeFixupsFromthrough’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/cogitX64SysV.c:30914:45: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                             ^
[  7%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/gcc3x-cointerp.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mcprimFunctionForPrimitiveIndex’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:19084:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return mcprimHashMultiply;
          ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitivePropertyFlags’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:19990:33: warning: comparison between pointer and integer
    && (GIV(disabledFFIFunction) == primitiveFunctionPointer)) {
                                 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ptDisableCogIt’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:25066:27: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  GIV(disabledFFIFunction) = aFunction;
                           ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeCursor’:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:26490:11: warning: implicit declaration of function ‘ioSetCursorARGB’ [-Wimplicit-function-declaration]
     if (!(ioSetCursorARGB(cursorBitsIndex, extentX, extentY, offsetX, offsetY))) {
           ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/unix/sqGnu.h:37:0,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:28:
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c: In function ‘readImageFromFileHeapSizeStartingAt’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20807:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w1), sizeof(int), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20813:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w2), sizeof(w2), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20820:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w3), sizeof(w3), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20830:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w12), sizeof(w12), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20841:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w13), sizeof(w13), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20852:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w4), sizeof(w4), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20862:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w5), sizeof(w5), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20888:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w6), sizeof(int), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20894:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w7), sizeof(unsigned short), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20917:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w8), sizeof(int), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20931:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w9), sizeof(unsigned short), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20942:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w10), sizeof(unsigned short), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20948:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w11), sizeof(w11), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:20962:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w), sizeof(w), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkImageVersionFromstartingAt’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:62694:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w2), sizeof(int), 1, f);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:62706:3: note: in expansion of macro ‘sqImageFileRead’
   sqImageFileRead((&w), sizeof(int), 1, f);
   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:62715:3: note: in expansion of macro ‘sqImageFileRead’
   sqImageFileRead((&w1), sizeof(int), 1, f);
   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c: In function ‘getWord32FromFileswap’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:65588:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w), sizeof(int), 1, aFile);
  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c: In function ‘getShortFromFileswap’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/include/common/sq.h:71:51: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 #define sqImageFileRead(ptr, sz, count, f)        fread(ptr, sz, count, f)
                                                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/build/generated/vm/src/gcc3x-cointerp.c:65532:2: note: in expansion of macro ‘sqImageFileRead’
  sqImageFileRead((&w), sizeof(unsigned short), 1, aFile);
  ^
[  8%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
[  8%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/src/common/sqVirtualMachine.c: In function ‘sqGetInterpreterProxy’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/src/common/sqVirtualMachine.c:431:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                     ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/vm/src/common/sqVirtualMachine.c:509:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->utcMicroseconds = ioUTCMicroseconds;
                      ^
[  9%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/sqUnixHeartbeat.c.o
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c: In function ‘installErrorHandlers’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:88:62: warning: ‘struct __siginfo’ declared inside parameter list
  sigsegv_handler_action.sa_sigaction = (void (*)(int, struct __siginfo *, void *))sigsegv;
                                                              ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:88:62: warning: its scope is only this definition or declaration, which is probably not what you want
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:88:38: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sigsegv_handler_action.sa_sigaction = (void (*)(int, struct __siginfo *, void *))sigsegv;
                                      ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:95:62: warning: ‘struct __siginfo’ declared inside parameter list
  sigusr1_handler_action.sa_sigaction = (void (*)(int, struct __siginfo *, void *))sigusr1;
                                                              ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:95:38: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sigusr1_handler_action.sa_sigaction = (void (*)(int, struct __siginfo *, void *))sigusr1;
                                      ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c: In function ‘printRegisterState’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘greg_t {aka long long int}’ [-Wformat=]
    "\trax 0x%08x rbx 0x%08x rcx 0x%08x rdx 0x%08x\n"
    ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 10 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 11 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 12 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 13 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 14 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 15 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 16 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 17 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 18 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:173:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 19 has type ‘greg_t {aka long long int}’ [-Wformat=]
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:183:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return regs[REG_RIP];
         ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c: In function ‘reportStackState’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/debugUnix.c:304:2: warning: implicit declaration of function ‘dumpPrimTraceLog’ [-Wimplicit-function-declaration]
  dumpPrimTraceLog();
  ^
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/aioUnix.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/aioUnix.c: In function ‘ioRelinquishProcessorForMicroseconds’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/aioUnix.c:5:5: warning: implicit declaration of function ‘aioSleepForUsecs’ [-Wimplicit-function-declaration]
     aioSleepForUsecs(microSeconds);
     ^
[ 15%] Linking C shared library build/vm/libPharoVMCore.so
[ 15%] Built target PharoVMCore
Scanning dependencies of target pharo
[ 16%] Building C object CMakeFiles/pharo.dir/src/main.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/main.c: In function ‘main’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/main.c:23:2: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
  getcwd(buffer, sizeof(buffer));
  ^
[ 17%] Building C object CMakeFiles/pharo.dir/src/parameters.c.o
[ 17%] Building C object CMakeFiles/pharo.dir/src/unixOpenFileDialog.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/unixOpenFileDialog.c: In function ‘openFileDialog’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/src/unixOpenFileDialog.c:11:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  *selectedFile = defaultFile;
                ^
[ 18%] Linking C executable build/vm/pharo
[ 18%] Built target pharo
Scanning dependencies of target SDL2-2.0.7
[ 18%] Generating build/third-party/SDL2-2.0.7.zip
--2022-10-05 10:28:17--  https://files.pharo.org/vm/pharo-spur64/linux/third-party/SDL2-2.0.7.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1340373 (1.3M) [application/zip]
Saving to: ‘SDL2-2.0.7.zip’

     0K .......... .......... .......... .......... ..........  3% 4.05M 0s
    50K .......... .......... .......... .......... ..........  7% 8.12M 0s
   100K .......... .......... .......... .......... .......... 11% 22.5M 0s
   150K .......... .......... .......... .......... .......... 15% 13.2M 0s
   200K .......... .......... .......... .......... .......... 19% 16.2M 0s
   250K .......... .......... .......... .......... .......... 22% 11.3M 0s
   300K .......... .......... .......... .......... .......... 26% 23.4M 0s
   350K .......... .......... .......... .......... .......... 30% 5.72M 0s
   400K .......... .......... .......... .......... .......... 34%  112M 0s
   450K .......... .......... .......... .......... .......... 38% 8.94M 0s
   500K .......... .......... .......... .......... .......... 42% 19.2M 0s
   550K .......... .......... .......... .......... .......... 45% 21.8M 0s
   600K .......... .......... .......... .......... .......... 49% 17.6M 0s
   650K .......... .......... .......... .......... .......... 53% 19.0M 0s
   700K .......... .......... .......... .......... .......... 57% 21.7M 0s
   750K .......... .......... .......... .......... .......... 61% 20.0M 0s
   800K .......... .......... .......... .......... .......... 64% 21.4M 0s
   850K .......... .......... .......... .......... .......... 68% 19.9M 0s
   900K .......... .......... .......... .......... .......... 72% 18.8M 0s
   950K .......... .......... .......... .......... .......... 76% 25.3M 0s
  1000K .......... .......... .......... .......... .......... 80% 17.3M 0s
  1050K .......... .......... .......... .......... .......... 84% 22.3M 0s
  1100K .......... .......... .......... .......... .......... 87% 20.9M 0s
  1150K .......... .......... .......... .......... .......... 91% 21.2M 0s
  1200K .......... .......... .......... .......... .......... 95% 31.7M 0s
  1250K .......... .......... .......... .......... .......... 99% 17.7M 0s
  1300K ........                                              100%  142M=0.09s

2022-10-05 10:28:17 (14.9 MB/s) - ‘SDL2-2.0.7.zip’ saved [1340373/1340373]

[ 19%] Generating build/third-party/SDL2-2.0.7.done
Archive:  SDL2-2.0.7.zip
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libSDL2-2.0.so.0  
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libSDL2-2.0.so.0.7.0  
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libSDL2.so  
[ 19%] Built target SDL2-2.0.7
Scanning dependencies of target openssl-1.0.2q
[ 20%] Generating build/third-party/openssl-1.0.2q.zip
--2022-10-05 10:28:17--  https://files.pharo.org/vm/pharo-spur64/linux/third-party/openssl-1.0.2q.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1300161 (1.2M) [application/zip]
Saving to: ‘openssl-1.0.2q.zip’

     0K .......... .......... .......... .......... ..........  3% 4.39M 0s
    50K .......... .......... .......... .......... ..........  7% 8.38M 0s
   100K .......... .......... .......... .......... .......... 11% 27.5M 0s
   150K .......... .......... .......... .......... .......... 15% 23.4M 0s
   200K .......... .......... .......... .......... .......... 19% 13.4M 0s
   250K .......... .......... .......... .......... .......... 23% 31.4M 0s
   300K .......... .......... .......... .......... .......... 27% 21.6M 0s
   350K .......... .......... .......... .......... .......... 31% 21.5M 0s
   400K .......... .......... .......... .......... .......... 35% 17.6M 0s
   450K .......... .......... .......... .......... .......... 39% 31.0M 0s
   500K .......... .......... .......... .......... .......... 43% 22.5M 0s
   550K .......... .......... .......... .......... .......... 47% 31.7M 0s
   600K .......... .......... .......... .......... .......... 51% 18.2M 0s
   650K .......... .......... .......... .......... .......... 55% 23.1M 0s
   700K .......... .......... .......... .......... .......... 59% 22.1M 0s
   750K .......... .......... .......... .......... .......... 63% 24.1M 0s
   800K .......... .......... .......... .......... .......... 66% 22.6M 0s
   850K .......... .......... .......... .......... .......... 70% 22.1M 0s
   900K .......... .......... .......... .......... .......... 74% 21.6M 0s
   950K .......... .......... .......... .......... .......... 78% 25.0M 0s
  1000K .......... .......... .......... .......... .......... 82% 21.3M 0s
  1050K .......... .......... .......... .......... .......... 86% 33.6M 0s
  1100K .......... .......... .......... .......... .......... 90% 19.0M 0s
  1150K .......... .......... .......... .......... .......... 94% 25.4M 0s
  1200K .......... .......... .......... .......... .......... 98% 18.1M 0s
  1250K .......... .........                                  100% 66.7M=0.07s

2022-10-05 10:28:18 (18.4 MB/s) - ‘openssl-1.0.2q.zip’ saved [1300161/1300161]

[ 20%] Generating build/third-party/openssl-1.0.2q.done
Archive:  openssl-1.0.2q.zip
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libssl.so  
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libssl.so.1.0.0  
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libcrypto.so.1.0.0  
[ 20%] Built target openssl-1.0.2q
Scanning dependencies of target libssh2-1.7.0
[ 21%] Generating build/third-party/libssh2-1.7.0.zip
--2022-10-05 10:28:18--  https://files.pharo.org/vm/pharo-spur64/linux/third-party/libssh2-1.7.0.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 250736 (245K) [application/zip]
Saving to: ‘libssh2-1.7.0.zip’

     0K .......... .......... .......... .......... .......... 20% 4.07M 0s
    50K .......... .......... .......... .......... .......... 40% 8.62M 0s
   100K .......... .......... .......... .......... .......... 61% 29.2M 0s
   150K .......... .......... .......... .......... .......... 81% 23.6M 0s
   200K .......... .......... .......... .......... ....      100% 12.3M=0.02s

2022-10-05 10:28:18 (9.57 MB/s) - ‘libssh2-1.7.0.zip’ saved [250736/250736]

[ 22%] Generating build/third-party/libssh2-1.7.0.done
Archive:  libssh2-1.7.0.zip
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libssh2.so  
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libssh2.so.1  
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libssh2.so.1.0.1  
[ 22%] Built target libssh2-1.7.0
Scanning dependencies of target pthreadedPlugin-0.0.1
[ 23%] Generating build/third-party/pthreadedPlugin-0.0.1.zip
--2022-10-05 10:28:18--  https://files.pharo.org/vm/pharo-spur64/linux/third-party/pthreadedPlugin-0.0.1.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 71617 (70K) [application/zip]
Saving to: ‘pthreadedPlugin-0.0.1.zip’

     0K .......... .......... .......... .......... .......... 71% 3.85M 0s
    50K .......... .........                                  100%  124M=0.01s

2022-10-05 10:28:18 (5.32 MB/s) - ‘pthreadedPlugin-0.0.1.zip’ saved [71617/71617]

[ 24%] Generating build/third-party/pthreadedPlugin-0.0.1.done
Archive:  pthreadedPlugin-0.0.1.zip
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libPThreadedPlugin.so  
[ 24%] Built target pthreadedPlugin-0.0.1
Scanning dependencies of target DSAPrims
[ 25%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
[ 26%] Linking C shared library build/vm/libDSAPrims.so
[ 26%] Built target DSAPrims
Scanning dependencies of target SqueakSSL
[ 26%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
[ 27%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqVerifyNameInner’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:118:15: warning: passing argument 1 of ‘sk_pop_free’ from incompatible pointer type [-Wincompatible-pointer-types]
   sk_pop_free(sANs, sk_free);
               ^
In file included from /usr/include/openssl/crypto.h:128:0,
                 from /usr/include/openssl/comp.h:5,
                 from /usr/include/openssl/ssl.h:149,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:6:
/usr/include/openssl/stack.h:85:6: note: expected ‘_STACK * {aka struct stack_st *}’ but argument is of type ‘struct stack_st_GENERAL_NAME *’
 void sk_pop_free(_STACK *st, void (*func) (void *));
      ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:118:21: warning: passing argument 2 of ‘sk_pop_free’ from incompatible pointer type [-Wincompatible-pointer-types]
   sk_pop_free(sANs, sk_free);
                     ^
In file included from /usr/include/openssl/crypto.h:128:0,
                 from /usr/include/openssl/comp.h:5,
                 from /usr/include/openssl/ssl.h:149,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:6:
/usr/include/openssl/stack.h:85:6: note: expected ‘void (*)(void *)’ but argument is of type ‘void (*)(_STACK *) {aka void (*)(struct stack_st *)}’
 void sk_pop_free(_STACK *st, void (*func) (void *));
      ^
[ 28%] Linking C shared library build/vm/libSqueakSSL.so
[ 28%] Built target SqueakSSL
Scanning dependencies of target LocalePlugin
[ 29%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
[ 29%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
[ 30%] Linking C shared library build/vm/libLocalePlugin.so
[ 30%] Built target LocalePlugin
Scanning dependencies of target libgit2-0.25.1
[ 31%] Generating build/third-party/libgit2-0.25.1.zip
--2022-10-05 10:28:19--  https://files.pharo.org/vm/pharo-spur64/linux/third-party/libgit2-0.25.1.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3429345 (3.3M) [application/zip]
Saving to: ‘libgit2-0.25.1.zip’

     0K .......... .......... .......... .......... ..........  1% 4.21M 1s
    50K .......... .......... .......... .......... ..........  2% 8.03M 1s
   100K .......... .......... .......... .......... ..........  4% 17.6M 0s
   150K .......... .......... .......... .......... ..........  5% 14.1M 0s
   200K .......... .......... .......... .......... ..........  7% 16.9M 0s
   250K .......... .......... .......... .......... ..........  8% 22.0M 0s
   300K .......... .......... .......... .......... .......... 10% 25.7M 0s
   350K .......... .......... .......... .......... .......... 11% 25.1M 0s
   400K .......... .......... .......... .......... .......... 13% 17.9M 0s
   450K .......... .......... .......... .......... .......... 14% 29.2M 0s
   500K .......... .......... .......... .......... .......... 16% 20.1M 0s
   550K .......... .......... .......... .......... .......... 17% 21.4M 0s
   600K .......... .......... .......... .......... .......... 19% 24.9M 0s
   650K .......... .......... .......... .......... .......... 20% 24.6M 0s
   700K .......... .......... .......... .......... .......... 22% 22.0M 0s
   750K .......... .......... .......... .......... .......... 23% 18.9M 0s
   800K .......... .......... .......... .......... .......... 25% 28.1M 0s
   850K .......... .......... .......... .......... .......... 26% 26.0M 0s
   900K .......... .......... .......... .......... .......... 28% 25.3M 0s
   950K .......... .......... .......... .......... .......... 29% 21.7M 0s
  1000K .......... .......... .......... .......... .......... 31% 19.6M 0s
  1050K .......... .......... .......... .......... .......... 32% 26.0M 0s
  1100K .......... .......... .......... .......... .......... 34% 21.9M 0s
  1150K .......... .......... .......... .......... .......... 35% 20.1M 0s
  1200K .......... .......... .......... .......... .......... 37% 31.3M 0s
  1250K .......... .......... .......... .......... .......... 38% 23.4M 0s
  1300K .......... .......... .......... .......... .......... 40% 22.1M 0s
  1350K .......... .......... .......... .......... .......... 41% 40.7M 0s
  1400K .......... .......... .......... .......... .......... 43% 15.4M 0s
  1450K .......... .......... .......... .......... .......... 44% 29.2M 0s
  1500K .......... .......... .......... .......... .......... 46% 20.5M 0s
  1550K .......... .......... .......... .......... .......... 47% 32.4M 0s
  1600K .......... .......... .......... .......... .......... 49% 18.1M 0s
  1650K .......... .......... .......... .......... .......... 50%  860K 0s
  1700K .......... .......... .......... .......... .......... 52% 22.0M 0s
  1750K .......... .......... .......... .......... .......... 53% 21.3M 0s
  1800K .......... .......... .......... .......... .......... 55% 19.4M 0s
  1850K .......... .......... .......... .......... .......... 56% 34.8M 0s
  1900K .......... .......... .......... .......... .......... 58% 21.7M 0s
  1950K .......... .......... .......... .......... .......... 59% 26.3M 0s
  2000K .......... .......... .......... .......... .......... 61% 19.9M 0s
  2050K .......... .......... .......... .......... .......... 62% 22.4M 0s
  2100K .......... .......... .......... .......... .......... 64% 23.9M 0s
  2150K .......... .......... .......... .......... .......... 65% 24.7M 0s
  2200K .......... .......... .......... .......... .......... 67% 23.5M 0s
  2250K .......... .......... .......... .......... .......... 68% 20.3M 0s
  2300K .......... .......... .......... .......... .......... 70% 21.8M 0s
  2350K .......... .......... .......... .......... .......... 71% 26.7M 0s
  2400K .......... .......... .......... .......... .......... 73% 24.1M 0s
  2450K .......... .......... .......... .......... .......... 74% 22.7M 0s
  2500K .......... .......... .......... .......... .......... 76% 7.09M 0s
  2550K .......... .......... .......... .......... .......... 77% 25.5M 0s
  2600K .......... .......... .......... .......... .......... 79% 20.7M 0s
  2650K .......... .......... .......... .......... .......... 80% 21.7M 0s
  2700K .......... .......... .......... .......... .......... 82% 20.9M 0s
  2750K .......... .......... .......... .......... .......... 83% 30.2M 0s
  2800K .......... .......... .......... .......... .......... 85% 20.6M 0s
  2850K .......... .......... .......... .......... .......... 86% 19.1M 0s
  2900K .......... .......... .......... .......... .......... 88% 23.0M 0s
  2950K .......... .......... .......... .......... .......... 89% 26.0M 0s
  3000K .......... .......... .......... .......... .......... 91% 23.0M 0s
  3050K .......... .......... .......... .......... .......... 92% 26.9M 0s
  3100K .......... .......... .......... .......... .......... 94% 20.1M 0s
  3150K .......... .......... .......... .......... .......... 95% 23.4M 0s
  3200K .......... .......... .......... .......... .......... 97% 25.2M 0s
  3250K .......... .......... .......... .......... .......... 98% 20.4M 0s
  3300K .......... .......... .......... .......... ........  100% 25.2M=0.2s

2022-10-05 10:28:19 (14.9 MB/s) - ‘libgit2-0.25.1.zip’ saved [3429345/3429345]

[ 31%] Generating build/third-party/libgit2-0.25.1.done
Archive:  libgit2-0.25.1.zip
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libgit2.so  
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libgit2.so.0.25.1  
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libgit2.so.25  
[ 31%] Built target libgit2-0.25.1
Scanning dependencies of target FilePlugin
[ 32%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/FilePlugin.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/FilePlugin/src/common/FilePlugin.c: In function ‘pointerFrom’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/FilePlugin/src/common/FilePlugin.c:579:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
   return primitiveFailFor(PrimErrBadArgument);
          ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/FilePlugin/src/common/FilePlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/FilePlugin/src/common/FilePlugin.c:1735:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/FilePlugin/src/common/FilePlugin.c:1749:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fullGC = interpreterProxy->fullGC;
          ^
[ 32%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
[ 33%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
[ 34%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
[ 34%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
[ 35%] Linking C shared library build/vm/libFilePlugin.so
[ 35%] Built target FilePlugin
Scanning dependencies of target UnixOSProcessPlugin
[ 36%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSigChldHandler’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4622:36: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                    ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4628:53: warning: comparison between pointer and integer
  if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
                                                     ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSignalNumberhandler’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4671:74: warning: comparison between pointer and integer
  if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
                                                                          ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘sigHoldNumber’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4805:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return -1;
         ^
[ 36%] Linking C shared library build/vm/libUnixOSProcessPlugin.so
[ 36%] Built target UnixOSProcessPlugin
Scanning dependencies of target SecurityPlugin
[ 37%] Building C object CMakeFiles/SecurityPlugin.dir/plugins/SecurityPlugin/common/DummySecurityPlugin.c.o
[ 38%] Linking C shared library build/vm/libSecurityPlugin.so
[ 38%] Built target SecurityPlugin
Scanning dependencies of target SurfacePlugin
[ 39%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c.o
[ 39%] Linking C shared library build/vm/libSurfacePlugin.so
[ 39%] Built target SurfacePlugin
Scanning dependencies of target UUIDPlugin
[ 40%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
[ 41%] Linking C shared library build/vm/libUUIDPlugin.so
[ 41%] Built target UUIDPlugin
Scanning dependencies of target libffi-3.3-rc0
[ 42%] Generating build/third-party/libffi-3.3-rc0.zip
--2022-10-05 10:28:21--  https://files.pharo.org/vm/pharo-spur64/linux/third-party/libffi-3.3-rc0.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24087 (24K) [application/zip]
Saving to: ‘libffi-3.3-rc0.zip’

     0K .......... .......... ...                             100% 3.80M=0.006s

2022-10-05 10:28:21 (3.80 MB/s) - ‘libffi-3.3-rc0.zip’ saved [24087/24087]

[ 43%] Generating build/third-party/libffi-3.3-rc0.done
Archive:  libffi-3.3-rc0.zip
  inflating: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/vm/libffi.so.7  
[ 43%] Built target libffi-3.3-rc0
Scanning dependencies of target BitBltPlugin
[ 44%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
[ 44%] Linking C shared library build/vm/libBitBltPlugin.so
[ 44%] Built target BitBltPlugin
Scanning dependencies of target FileAttributesPlugin
[ 45%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
[ 45%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
[ 46%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
[ 47%] Linking C shared library build/vm/libFileAttributesPlugin.so
[ 47%] Built target FileAttributesPlugin
Scanning dependencies of target SqueakFFIPrims
[ 48%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c.o
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiArgumentSpecClassin’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:903:19: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
    if (isInMemory(ptrAddress)) {
                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:903:19: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1156:19: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
    if (isInMemory(ptrAddress)) {
                   ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1156:19: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushPointerContentsOfin’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2984:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   if (isInMemory(ptrAddress)) {
                  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2984:18: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3037:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   ptrAddress = ((longAt(oop + BaseHeaderSize)) > 0
              ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushStructureContentsOfin’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3277:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   if (isInMemory(ptrAddress)) {
                  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3277:18: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3530:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   if (isInMemory(ptrAddress)) {
                  ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3530:18: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6596:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
[ 49%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c.o
[ 49%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c.o
[ 50%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c.o
[ 51%] Linking C shared library build/vm/libSqueakFFIPrims.so
[ 51%] Built target SqueakFFIPrims
Scanning dependencies of target IA32ABI
[ 52%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/IA32ABI.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primDoubleAt’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:748:24: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
  memcpy((&floatValue), addr, sizeof(floatValue));
                        ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/math.h:26,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:11:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primDoubleAtPut’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:795:9: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
  memcpy(addr, (&floatValue), sizeof(floatValue));
         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/math.h:26,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:11:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primFloatAt’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:840:24: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
  memcpy((&floatValue), addr, sizeof(floatValue));
                        ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/math.h:26,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:11:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primFloatAtPut’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:887:9: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
  memcpy(addr, (&floatValue), sizeof(floatValue));
         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/math.h:26,
                 from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:11:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2253:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   returnAsThroughCallbackContext = interpreterProxy->returnAsThroughCallbackContext;
                                  ^
[ 53%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c.o
[ 53%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/xabicc.c.o
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:16:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:21:22: warning: missing terminating ' character
 # error Windows doesn't use the SystemV ABI
                      ^
In file included from /builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:16:0:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c: In function ‘allocateExecutablePage’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:283:18: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
  long pagesize = getpagesize();
                  ^
[ 54%] Linking C shared library build/vm/libIA32ABI.so
[ 54%] Built target IA32ABI
Scanning dependencies of target LargeIntegers
[ 54%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
[ 55%] Linking C shared library build/vm/libLargeIntegers.so
[ 55%] Built target LargeIntegers
Scanning dependencies of target JPEGReaderPlugin
[ 56%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
[ 57%] Linking C shared library build/vm/libJPEGReaderPlugin.so
[ 57%] Built target JPEGReaderPlugin
Scanning dependencies of target JPEGReadWriter2Plugin
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
[ 89%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
[ 90%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
[ 91%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
[ 91%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
[ 92%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
[ 93%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
[ 94%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
[ 94%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
[ 95%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so
[ 95%] Built target JPEGReadWriter2Plugin
Scanning dependencies of target SocketPlugin
[ 96%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘socketValueOf’:
/builds/workspace/pharo-vm_feat_live-typing-stack/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2400:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
[ 96%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/unix/sqUnixSocket.c.o
[ 97%] Linking C shared library build/vm/libSocketPlugin.so
[ 97%] Built target SocketPlugin
Scanning dependencies of target B2DPlugin
[ 97%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
[ 98%] Linking C shared library build/vm/libB2DPlugin.so
[ 98%] Built target B2DPlugin
Scanning dependencies of target MiscPrimitivePlugin
[ 99%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
[100%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
[100%] Built target MiscPrimitivePlugin
Install the project...
-- Install configuration: ""
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/./
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/.//bin
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/.//bin/pharo
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/.//pharo
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libFilePlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libPThreadedPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libffi.so.7
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libssl.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libB2DPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libgit2.so.0.25.1
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libgit2.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libLargeIntegers.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libSqueakSSL.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libUUIDPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libssl.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libDSAPrims.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/pharo
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libPharoVMCore.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libBitBltPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libssh2.so.1
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libSqueakFFIPrims.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libgit2.so.25
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libLocalePlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libssh2.so.1.0.1
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libIA32ABI.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libSDL2.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libcrypto.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libssh2.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libSocketPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libSurfacePlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/lib/libSecurityPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/include/sq.h
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/include/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/include/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/include/interp.h
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_feat_live-typing-stack/repository/build/dist/include/config.h
[Pipeline] sh
+ make package
[ 15%] Built target PharoVMCore
[ 18%] Built target pharo
[ 19%] Built target SDL2-2.0.7
[ 20%] Built target openssl-1.0.2q
[ 22%] Built target libssh2-1.7.0
[ 24%] Built target pthreadedPlugin-0.0.1
[ 26%] Built target DSAPrims
[ 28%] Built target SqueakSSL
[ 30%] Built target LocalePlugin
[ 31%] Built target libgit2-0.25.1
[ 35%] Built target FilePlugin
[ 36%] Built target UnixOSProcessPlugin
[ 38%] Built target SecurityPlugin
[ 39%] Built target SurfacePlugin
[ 41%] Built target UUIDPlugin
[ 43%] Built target libffi-3.3-rc0
[ 44%] Built target BitBltPlugin
[ 47%] Built target FileAttributesPlugin
[ 51%] Built target SqueakFFIPrims
[ 54%] Built target IA32ABI
[ 55%] Built target LargeIntegers
[ 57%] Built target JPEGReaderPlugin
[ 95%] Built target JPEGReadWriter2Plugin
[ 97%] Built target SocketPlugin
[ 98%] Built target B2DPlugin
[100%] Built target MiscPrimitivePlugin
Run CPack packaging tool...
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM
CPack: -   Install component: bin
CPack: -   Install component: include
CPack: Create package
CPack: - package: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/packages/PharoVM-8.1.0-42f33b4-linux64-bin.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/packages/PharoVM-8.1.0-42f33b4-linux64-bin.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/packages/PharoVM-8.1.0-42f33b4-linux64-include.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_feat_live-typing-stack/build/build/packages/PharoVM-8.1.0-42f33b4-linux64-include.zip.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
Stashed 4 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline
ERROR: script returned exit code 126

GitHub has been notified of this commit’s build result

Finished: FAILURE