Skip to content

Console Output

+ make install
Scanning dependencies of target PharoVMCore
[  1%] Building C object CMakeFiles/PharoVMCore.dir/src/printing.c.o
[  2%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/builds/workspace/pharo-vm_feat_cogmt/src/utils.c: In function ‘getRedzoneSize’:
/builds/workspace/pharo-vm_feat_cogmt/src/utils.c:398:30: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  handler_action.sa_sigaction = sighandler;
                              ^
/builds/workspace/pharo-vm_feat_cogmt/src/utils.c:405: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;
                                                                                     ^
[  3%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
[  5%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
[  6%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
[  7%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o
In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘cogMethodDoesntLookKosher’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘collectCogConstituentForAnnotationMcpcBcpcMethod’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c:19:0,
                 from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘markLiteralsAndUnlinkIfUnmarkedSendpcmethod’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘relocateIfCallOrMethodReferencemcpcdelta’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfFreeOrLinkedSendpcof’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfInvalidClassSendpcignored’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendToFreepcignored’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcignored’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcto’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdenticalOrNotIf’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘dispatchConcretize’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘stopsFromto’:
/builds/workspace/pharo-vm_feat_cogmt/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 /builds/workspace/pharo-vm_feat_cogmt/extracted/vm/include/common/sq.h:21:0,
                 from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:
/usr/include/string.h:62:14: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
              ^
In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘compileOpenPICnumArgs’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘compilePrimitive’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogitX64SysV.c:24191:24: warning: comparison of distinct pointer types lacks a cast
   || (primitiveRoutine == primitiveFail)) {
                        ^
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genLookupForPerformNumArgs’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genForwardersInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/generated/vm/src/cogit.c:11:0:
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘reinitializeFixupsFromthrough’:
/builds/workspace/pharo-vm_feat_cogmt/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);
                                             ^
[  9%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/gcc3x-cointerp.c.o
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/gcc3x-cointerp.c: In function ‘mcprimFunctionForPrimitiveIndex’:
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/gcc3x-cointerp.c:19079:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return mcprimHashMultiply;
          ^
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeCursor’:
/builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/gcc3x-cointerp.c:26439:11: warning: implicit declaration of function ‘ioSetCursorARGB’ [-Wimplicit-function-declaration]
     if (!(ioSetCursorARGB(cursorBitsIndex, extentX, extentY, offsetX, offsetY))) {
           ^
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/builds/workspace/pharo-vm_feat_cogmt/extracted/vm/src/common/sqVirtualMachine.c: In function ‘sqGetInterpreterProxy’:
/builds/workspace/pharo-vm_feat_cogmt/extracted/vm/src/common/sqVirtualMachine.c:511:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->utcMicroseconds = ioUTCMicroseconds;
                      ^
/builds/workspace/pharo-vm_feat_cogmt/extracted/vm/src/common/sqVirtualMachine.c: In function ‘popOutputFile’:
/builds/workspace/pharo-vm_feat_cogmt/extracted/vm/src/common/sqVirtualMachine.c:643:3: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
   close(fileno(stdout));
   ^
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/sqUnixHeartbeat.c.o
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/aioUnix.c.o
/builds/workspace/pharo-vm_feat_cogmt/src/aioUnix.c: In function ‘ioRelinquishProcessorForMicroseconds’:
/builds/workspace/pharo-vm_feat_cogmt/src/aioUnix.c:5:5: warning: implicit declaration of function ‘aioSleepForUsecs’ [-Wimplicit-function-declaration]
     aioSleepForUsecs(microSeconds);
     ^
[ 22%] Linking C shared library build/vm/libPharoVMCore.so
[ 22%] Built target PharoVMCore
Scanning dependencies of target pharo
[ 23%] Building C object CMakeFiles/pharo.dir/src/main.c.o
[ 25%] Building C object CMakeFiles/pharo.dir/src/unixOpenFileDialog.c.o
/builds/workspace/pharo-vm_feat_cogmt/src/unixOpenFileDialog.c: In function ‘openFileDialog’:
/builds/workspace/pharo-vm_feat_cogmt/src/unixOpenFileDialog.c:11:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  *selectedFile = defaultFile;
                ^
[ 26%] Linking C executable build/vm/pharo
[ 26%] Built target pharo
Scanning dependencies of target SDL2-2.0.7
[ 27%] Generating build/third-party/SDL2-2.0.7.zip
--2022-10-05 10:29:47--  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.04M 0s
    50K .......... .......... .......... .......... ..........  7% 8.59M 0s
   100K .......... .......... .......... .......... .......... 11% 23.4M 0s
   150K .......... .......... .......... .......... .......... 15% 21.6M 0s
   200K .......... .......... .......... .......... .......... 19% 15.4M 0s
   250K .......... .......... .......... .......... .......... 22% 22.5M 0s
   300K .......... .......... .......... .......... .......... 26% 23.8M 0s
   350K .......... .......... .......... .......... .......... 30% 22.6M 0s
   400K .......... .......... .......... .......... .......... 34% 22.9M 0s
   450K .......... .......... .......... .......... .......... 38% 23.5M 0s
   500K .......... .......... .......... .......... .......... 42% 22.5M 0s
   550K .......... .......... .......... .......... .......... 45% 22.1M 0s
   600K .......... .......... .......... .......... .......... 49% 22.4M 0s
   650K .......... .......... .......... .......... .......... 53% 26.3M 0s
   700K .......... .......... .......... .......... .......... 57% 22.8M 0s
   750K .......... .......... .......... .......... .......... 61% 23.3M 0s
   800K .......... .......... .......... .......... .......... 64% 21.4M 0s
   850K .......... .......... .......... .......... .......... 68% 24.9M 0s
   900K .......... .......... .......... .......... .......... 72% 22.8M 0s
   950K .......... .......... .......... .......... .......... 76% 21.2M 0s
  1000K .......... .......... .......... .......... .......... 80% 23.1M 0s
  1050K .......... .......... .......... .......... .......... 84% 25.2M 0s
  1100K .......... .......... .......... .......... .......... 87% 22.5M 0s
  1150K .......... .......... .......... .......... .......... 91% 23.8M 0s
  1200K .......... .......... .......... .......... .......... 95% 21.8M 0s
  1250K .......... .......... .......... .......... .......... 99% 22.7M 0s
  1300K ........                                              100% 35.0M=0.07s

2022-10-05 10:29:47 (18.2 MB/s) - ‘SDL2-2.0.7.zip’ saved [1340373/1340373]

[ 28%] Generating build/third-party/SDL2-2.0.7.done
Archive:  SDL2-2.0.7.zip
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libSDL2-2.0.so.0  
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libSDL2-2.0.so.0.7.0  
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libSDL2.so  
[ 28%] Built target SDL2-2.0.7
Scanning dependencies of target openssl-1.0.2q
[ 30%] Generating build/third-party/openssl-1.0.2q.zip
--2022-10-05 10:29:47--  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.01M 0s
    50K .......... .......... .......... .......... ..........  7% 8.31M 0s
   100K .......... .......... .......... .......... .......... 11% 24.4M 0s
   150K .......... .......... .......... .......... .......... 15% 12.5M 0s
   200K .......... .......... .......... .......... .......... 19% 23.6M 0s
   250K .......... .......... .......... .......... .......... 23% 25.1M 0s
   300K .......... .......... .......... .......... .......... 27% 23.0M 0s
   350K .......... .......... .......... .......... .......... 31% 20.4M 0s
   400K .......... .......... .......... .......... .......... 35% 23.3M 0s
   450K .......... .......... .......... .......... .......... 39% 24.3M 0s
   500K .......... .......... .......... .......... .......... 43% 23.1M 0s
   550K .......... .......... .......... .......... .......... 47% 22.7M 0s
   600K .......... .......... .......... .......... .......... 51% 21.5M 0s
   650K .......... .......... .......... .......... .......... 55% 23.4M 0s
   700K .......... .......... .......... .......... .......... 59% 22.9M 0s
   750K .......... .......... .......... .......... .......... 63% 18.8M 0s
   800K .......... .......... .......... .......... .......... 66% 28.1M 0s
   850K .......... .......... .......... .......... .......... 70% 22.4M 0s
   900K .......... .......... .......... .......... .......... 74% 25.8M 0s
   950K .......... .......... .......... .......... .......... 78% 21.5M 0s
  1000K .......... .......... .......... .......... .......... 82% 24.6M 0s
  1050K .......... .......... .......... .......... .......... 86% 21.6M 0s
  1100K .......... .......... .......... .......... .......... 90% 22.2M 0s
  1150K .......... .......... .......... .......... .......... 94% 22.2M 0s
  1200K .......... .......... .......... .......... .......... 98% 22.7M 0s
  1250K .......... .........                                  100% 25.5M=0.07s

2022-10-05 10:29:47 (17.8 MB/s) - ‘openssl-1.0.2q.zip’ saved [1300161/1300161]

[ 31%] Generating build/third-party/openssl-1.0.2q.done
Archive:  openssl-1.0.2q.zip
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssl.so  
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssl.so.1.0.0  
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libcrypto.so.1.0.0  
[ 31%] Built target openssl-1.0.2q
Scanning dependencies of target libssh2-1.7.0
[ 32%] Generating build/third-party/libssh2-1.7.0.zip
--2022-10-05 10:29:48--  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.01M 0s
    50K .......... .......... .......... .......... .......... 40% 8.30M 0s
   100K .......... .......... .......... .......... .......... 61% 21.8M 0s
   150K .......... .......... .......... .......... .......... 81% 12.9M 0s
   200K .......... .......... .......... .......... ....      100% 24.3M=0.03s

2022-10-05 10:29:48 (9.24 MB/s) - ‘libssh2-1.7.0.zip’ saved [250736/250736]

[ 34%] Generating build/third-party/libssh2-1.7.0.done
Archive:  libssh2-1.7.0.zip
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssh2.so  
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssh2.so.1  
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssh2.so.1.0.1  
[ 34%] Built target libssh2-1.7.0
Scanning dependencies of target pthreadedPlugin-0.0.1
[ 35%] Generating build/third-party/pthreadedPlugin-0.0.1.zip
--2022-10-05 10:29:48--  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% 4.13M 0s
    50K .......... .........                                  100% 23.2M=0.01s

2022-10-05 10:29:48 (5.39 MB/s) - ‘pthreadedPlugin-0.0.1.zip’ saved [71617/71617]

[ 36%] Generating build/third-party/pthreadedPlugin-0.0.1.done
Archive:  pthreadedPlugin-0.0.1.zip
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libPThreadedPlugin.so  
[ 36%] Built target pthreadedPlugin-0.0.1
Scanning dependencies of target SqueakSSL
[ 38%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
[ 39%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:17:0:
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakSSL/include/unix/sqUnixOpenSSL.inc: In function ‘sqSetupSSL’:
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakSSL/include/unix/sqUnixOpenSSL.inc:240:2: warning: implicit declaration of function ‘sqo_SSL_CTX_set_options’ [-Wimplicit-function-declaration]
  sqo_SSL_CTX_set_options(ssl->ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
  ^
[ 40%] Linking C shared library build/vm/libSqueakSSL.so
[ 40%] Built target SqueakSSL
Scanning dependencies of target libgit2-0.25.1
[ 42%] Generating build/third-party/libgit2-0.25.1.zip
--2022-10-05 10:29:48--  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.09M 1s
    50K .......... .......... .......... .......... ..........  2% 8.29M 1s
   100K .......... .......... .......... .......... ..........  4% 16.3M 0s
   150K .......... .......... .......... .......... ..........  5% 13.7M 0s
   200K .......... .......... .......... .......... ..........  7% 20.1M 0s
   250K .......... .......... .......... .......... ..........  8% 12.8M 0s
   300K .......... .......... .......... .......... .......... 10% 21.1M 0s
   350K .......... .......... .......... .......... .......... 11% 17.6M 0s
   400K .......... .......... .......... .......... .......... 13% 15.3M 0s
   450K .......... .......... .......... .......... .......... 14% 19.1M 0s
   500K .......... .......... .......... .......... .......... 16% 18.2M 0s
   550K .......... .......... .......... .......... .......... 17% 19.8M 0s
   600K .......... .......... .......... .......... .......... 19% 18.5M 0s
   650K .......... .......... .......... .......... .......... 20% 17.7M 0s
   700K .......... .......... .......... .......... .......... 22% 18.9M 0s
   750K .......... .......... .......... .......... .......... 23% 15.7M 0s
   800K .......... .......... .......... .......... .......... 25% 27.4M 0s
   850K .......... .......... .......... .......... .......... 26% 20.3M 0s
   900K .......... .......... .......... .......... .......... 28% 21.1M 0s
   950K .......... .......... .......... .......... .......... 29% 18.3M 0s
  1000K .......... .......... .......... .......... .......... 31% 17.9M 0s
  1050K .......... .......... .......... .......... .......... 32% 24.2M 0s
  1100K .......... .......... .......... .......... .......... 34% 20.7M 0s
  1150K .......... .......... .......... .......... .......... 35% 18.8M 0s
  1200K .......... .......... .......... .......... .......... 37% 22.8M 0s
  1250K .......... .......... .......... .......... .......... 38% 24.2M 0s
  1300K .......... .......... .......... .......... .......... 40% 20.9M 0s
  1350K .......... .......... .......... .......... .......... 41% 24.3M 0s
  1400K .......... .......... .......... .......... .......... 43% 21.2M 0s
  1450K .......... .......... .......... .......... .......... 44% 23.0M 0s
  1500K .......... .......... .......... .......... .......... 46% 21.8M 0s
  1550K .......... .......... .......... .......... .......... 47% 30.1M 0s
  1600K .......... .......... .......... .......... .......... 49% 19.9M 0s
  1650K .......... .......... .......... .......... .......... 50% 22.2M 0s
  1700K .......... .......... .......... .......... .......... 52% 26.0M 0s
  1750K .......... .......... .......... .......... .......... 53% 19.0M 0s
  1800K .......... .......... .......... .......... .......... 55% 26.1M 0s
  1850K .......... .......... .......... .......... .......... 56% 22.9M 0s
  1900K .......... .......... .......... .......... .......... 58% 22.7M 0s
  1950K .......... .......... .......... .......... .......... 59% 22.1M 0s
  2000K .......... .......... .......... .......... .......... 61% 23.5M 0s
  2050K .......... .......... .......... .......... .......... 62% 22.9M 0s
  2100K .......... .......... .......... .......... .......... 64% 24.0M 0s
  2150K .......... .......... .......... .......... .......... 65% 22.2M 0s
  2200K .......... .......... .......... .......... .......... 67% 22.7M 0s
  2250K .......... .......... .......... .......... .......... 68% 22.7M 0s
  2300K .......... .......... .......... .......... .......... 70% 24.9M 0s
  2350K .......... .......... .......... .......... .......... 71% 21.9M 0s
  2400K .......... .......... .......... .......... .......... 73% 19.1M 0s
  2450K .......... .......... .......... .......... .......... 74% 27.9M 0s
  2500K .......... .......... .......... .......... .......... 76% 22.2M 0s
  2550K .......... .......... .......... .......... .......... 77% 23.6M 0s
  2600K .......... .......... .......... .......... .......... 79% 22.6M 0s
  2650K .......... .......... .......... .......... .......... 80% 24.6M 0s
  2700K .......... .......... .......... .......... .......... 82% 22.2M 0s
  2750K .......... .......... .......... .......... .......... 83% 22.0M 0s
  2800K .......... .......... .......... .......... .......... 85% 25.0M 0s
  2850K .......... .......... .......... .......... .......... 86% 22.3M 0s
  2900K .......... .......... .......... .......... .......... 88% 23.0M 0s
  2950K .......... .......... .......... .......... .......... 89% 23.8M 0s
  3000K .......... .......... .......... .......... .......... 91% 21.4M 0s
  3050K .......... .......... .......... .......... .......... 92% 25.3M 0s
  3100K .......... .......... .......... .......... .......... 94% 21.9M 0s
  3150K .......... .......... .......... .......... .......... 95% 22.9M 0s
  3200K .......... .......... .......... .......... .......... 97% 23.1M 0s
  3250K .......... .......... .......... .......... .......... 98% 23.7M 0s
  3300K .......... .......... .......... .......... ........  100% 20.4M=0.2s

2022-10-05 10:29:48 (19.4 MB/s) - ‘libgit2-0.25.1.zip’ saved [3429345/3429345]

[ 43%] Generating build/third-party/libgit2-0.25.1.done
Archive:  libgit2-0.25.1.zip
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libgit2.so  
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libgit2.so.0.25.1  
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libgit2.so.25  
[ 43%] Built target libgit2-0.25.1
Scanning dependencies of target FilePlugin
[ 44%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/FilePlugin.c.o
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/FilePlugin/src/common/FilePlugin.c: In function ‘pointerFrom’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/extracted/plugins/FilePlugin/src/common/FilePlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/extracted/plugins/FilePlugin/src/common/FilePlugin.c:1749:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fullGC = interpreterProxy->fullGC;
          ^
[ 46%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
[ 47%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
[ 48%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
[ 50%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
[ 51%] Linking C shared library build/vm/libFilePlugin.so
[ 51%] Built target FilePlugin
Scanning dependencies of target SecurityPlugin
[ 52%] Building C object CMakeFiles/SecurityPlugin.dir/plugins/SecurityPlugin/common/DummySecurityPlugin.c.o
[ 53%] Linking C shared library build/vm/libSecurityPlugin.so
[ 53%] Built target SecurityPlugin
Scanning dependencies of target SurfacePlugin
[ 55%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c.o
[ 56%] Linking C shared library build/vm/libSurfacePlugin.so
[ 56%] Built target SurfacePlugin
Scanning dependencies of target UUIDPlugin
[ 57%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
[ 59%] Linking C shared library build/vm/libUUIDPlugin.so
[ 59%] Built target UUIDPlugin
Scanning dependencies of target libffi-3.3-rc0
[ 60%] Generating build/third-party/libffi-3.3-rc0.zip
--2022-10-05 10:29:49--  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.87M=0.006s

2022-10-05 10:29:49 (3.87 MB/s) - ‘libffi-3.3-rc0.zip’ saved [24087/24087]

[ 61%] Generating build/third-party/libffi-3.3-rc0.done
Archive:  libffi-3.3-rc0.zip
  inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libffi.so.7  
[ 61%] Built target libffi-3.3-rc0
Scanning dependencies of target BitBltPlugin
[ 63%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
[ 64%] Linking C shared library build/vm/libBitBltPlugin.so
[ 64%] Built target BitBltPlugin
Scanning dependencies of target FileAttributesPlugin
[ 65%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
[ 67%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
[ 68%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
[ 69%] Linking C shared library build/vm/libFileAttributesPlugin.so
[ 69%] Built target FileAttributesPlugin
Scanning dependencies of target SqueakFFIPrims
[ 71%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c.o
In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiArgumentSpecClassin’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushPointerContentsOfin’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/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_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushStructureContentsOfin’:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/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_cogmt/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_cogmt/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_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6596:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
[ 72%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c.o
[ 73%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c.o
[ 75%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c.o
[ 76%] Linking C shared library build/vm/libSqueakFFIPrims.so
[ 76%] Built target SqueakFFIPrims
Scanning dependencies of target IA32ABI
[ 77%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/IA32ABI.c.o
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primDoubleAt’:
/builds/workspace/pharo-vm_feat_cogmt/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 /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:14:0:
/usr/include/string.h:42:14: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’
 extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
              ^
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primDoubleAtPut’:
/builds/workspace/pharo-vm_feat_cogmt/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 /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:14:0:
/usr/include/string.h:42:14: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’
 extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
              ^
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primFloatAt’:
/builds/workspace/pharo-vm_feat_cogmt/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 /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:14:0:
/usr/include/string.h:42:14: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’
 extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
              ^
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primFloatAtPut’:
/builds/workspace/pharo-vm_feat_cogmt/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 /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:14:0:
/usr/include/string.h:42:14: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’
 extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
              ^
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2253:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   returnAsThroughCallbackContext = interpreterProxy->returnAsThroughCallbackContext;
                                  ^
[ 78%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c.o
[ 80%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/xabicc.c.o
In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/xabicc.c:16:0:
/builds/workspace/pharo-vm_feat_cogmt/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_cogmt/extracted/plugins/IA32ABI/src/common/xabicc.c:16:0:
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c: In function ‘allocateExecutablePage’:
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:283:18: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
  long pagesize = getpagesize();
                  ^
[ 81%] Linking C shared library build/vm/libIA32ABI.so
[ 81%] Built target IA32ABI
Scanning dependencies of target LargeIntegers
[ 82%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
[ 84%] Linking C shared library build/vm/libLargeIntegers.so
[ 84%] Built target LargeIntegers
Scanning dependencies of target MiscPrimitivePlugin
[ 85%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
[ 86%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
[ 86%] Built target MiscPrimitivePlugin
Scanning dependencies of target SocketPlugin
[ 88%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘socketValueOf’:
/builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2400:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
[ 89%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/unix/sqUnixSocket.c.o
[ 90%] Linking C shared library build/vm/libSocketPlugin.so
[ 90%] Built target SocketPlugin
Scanning dependencies of target B2DPlugin
[ 92%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
[ 93%] Linking C shared library build/vm/libB2DPlugin.so
[ 93%] Built target B2DPlugin
Scanning dependencies of target LocalePlugin
[ 94%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
[ 96%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
[ 97%] Linking C shared library build/vm/libLocalePlugin.so
[ 97%] Built target LocalePlugin
Scanning dependencies of target MD5Plugin
[ 98%] Building C object CMakeFiles/MD5Plugin.dir/extracted/plugins/MD5Plugin/src/common/MD5Plugin.c.o
[100%] Linking C shared library build/vm/libMD5Plugin.so
[100%] Built target MD5Plugin
Install the project...
-- Install configuration: ""
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/./
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/.//bin
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/.//bin/pharo
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/.//pharo
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libFilePlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libPThreadedPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libffi.so.7
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssl.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libB2DPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libgit2.so.0.25.1
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libgit2.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libLargeIntegers.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSqueakSSL.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libUUIDPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssl.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/pharo
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libPharoVMCore.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libMD5Plugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libBitBltPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssh2.so.1
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSqueakFFIPrims.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libgit2.so.25
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libLocalePlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssh2.so.1.0.1
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libIA32ABI.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSDL2.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libcrypto.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssh2.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSocketPlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSurfacePlugin.so
-- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSecurityPlugin.so