Skip to content
Failed

Console Output

Push event to branch master
10:23:43 Connecting to https://api.github.com using pharo-ci/****** (pharo-ci GitHub account)
Obtained Jenkinsfile from 8bdcfa99138afac594c088eb4df0814afd5fc376
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] properties
[Pipeline] parallel
[Pipeline] [unix] { (Branch: unix)
[Pipeline] [osx] { (Branch: osx)
[Pipeline] [windows] { (Branch: windows)
[Pipeline] [unix] node
[unix] Running on pharo-ci-jenkins2-bootstrap-unix-2 in /builds/workspace/threadedFFI-plugin_master
[Pipeline] [osx] node
[osx] Running on pharo-ci-jenkins2-osx2 in /builds/workspace/threadedFFI-plugin_master
[Pipeline] [windows] node
[Pipeline] [unix] {
[Pipeline] [osx] {
[Pipeline] [unix] timeout
[unix] Timeout set to expire in 30 min
[Pipeline] [unix] {
[Pipeline] [osx] timeout
[osx] Timeout set to expire in 30 min
[Pipeline] [osx] {
[Pipeline] [unix] cleanWs
[unix] [WS-CLEANUP] Deleting project workspace...
[unix] [WS-CLEANUP] Deferred wipeout is used...
[unix] [WS-CLEANUP] done
[Pipeline] [osx] cleanWs
[osx] [WS-CLEANUP] Deleting project workspace...
[osx] [WS-CLEANUP] Deferred wipeout is used...
[osx] [WS-CLEANUP] done
[Pipeline] [unix] stage
[Pipeline] [unix] { (Checkout-unix)
[Pipeline] [osx] stage
[Pipeline] [osx] { (Checkout-osx)
[Pipeline] [unix] checkout
[unix] Cloning the remote Git repository
[unix] Cloning with configured refspecs honoured and without tags
[unix] Cloning repository https://github.com/pharo-project/threadedFFI-Plugin.git
[unix]  > git init /builds/workspace/threadedFFI-plugin_master # timeout=10
[unix] Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
[unix]  > git --version # timeout=10
[unix] using GIT_ASKPASS to set credentials pharo-ci GitHub account
[Pipeline] [osx] checkout
[unix]  > git fetch --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/master:refs/remotes/origin/master
[osx] Cloning the remote Git repository
[osx] Cloning with configured refspecs honoured and without tags
[osx] Cloning repository https://github.com/pharo-project/threadedFFI-Plugin.git
[osx]  > git init /builds/workspace/threadedFFI-plugin_master # timeout=10
[unix]  > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
[unix]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
[osx] Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
[osx]  > git --version # timeout=10
[osx] using GIT_ASKPASS to set credentials pharo-ci GitHub account
[osx]  > git fetch --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/master:refs/remotes/origin/master
[unix]  > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
[unix] Fetching without tags
[unix] Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
[unix] using GIT_ASKPASS to set credentials pharo-ci GitHub account
[unix]  > git fetch --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/master:refs/remotes/origin/master
[unix] Checking out Revision 8bdcfa99138afac594c088eb4df0814afd5fc376 (master)
[unix]  > git config core.sparsecheckout # timeout=10
[unix]  > git checkout -f 8bdcfa99138afac594c088eb4df0814afd5fc376
[unix] Commit message: "Update README.md"
[unix]  > git rev-list --no-walk 704f17b9a5648dcf0e3f61c2ad21cf34bf33c81c # timeout=10
[Pipeline] [unix] }
[Pipeline] [unix] // stage
[Pipeline] [unix] stage
[Pipeline] [unix] { (Build-unix)
[Pipeline] [unix] cmakeBuild
[osx]  > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
[osx]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
[osx]  > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
[osx] Fetching without tags
[osx] Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
[osx] using GIT_ASKPASS to set credentials pharo-ci GitHub account
[osx]  > git fetch --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/master:refs/remotes/origin/master
[unix] [threadedFFI-plugin_master] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/threadedFFI-plugin_master
[osx] Checking out Revision 8bdcfa99138afac594c088eb4df0814afd5fc376 (master)
[osx]  > git config core.sparsecheckout # timeout=10
[osx]  > git checkout -f 8bdcfa99138afac594c088eb4df0814afd5fc376
[osx] Commit message: "Update README.md"
[Pipeline] [osx] }
[Pipeline] [osx] // stage
[Pipeline] [osx] stage
[Pipeline] [osx] { (Build-osx)
[Pipeline] [osx] cmakeBuild
[osx] [threadedFFI-plugin_master] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/threadedFFI-plugin_master
[unix] -- The C compiler identification is GNU 5.4.0
[unix] -- The CXX compiler identification is GNU 5.4.0
[unix] -- Check for working C compiler: /usr/bin/cc
[unix] -- Check for working C compiler: /usr/bin/cc -- works
[unix] -- Detecting C compiler ABI info
[unix] -- Detecting C compiler ABI info - done
[unix] -- Detecting C compile features
[unix] -- Detecting C compile features - done
[unix] -- Check for working CXX compiler: /usr/bin/c++
[unix] -- Check for working CXX compiler: /usr/bin/c++ -- works
[unix] -- Detecting CXX compiler ABI info
[unix] -- Detecting CXX compiler ABI info - done
[unix] -- Detecting CXX compile features
[unix] -- Detecting CXX compile features - done
[unix] -- Looking for sys/types.h
[unix] -- Looking for sys/types.h - found
[unix] -- Looking for stdint.h
[unix] -- Looking for stdint.h - found
[unix] -- Looking for stddef.h
[unix] -- Looking for stddef.h - found
[unix] -- Check size of void*
[unix] -- Check size of void* - done
[unix] -- Configuring done
[unix] -- Generating done
[unix] -- Build files have been written to: /builds/workspace/threadedFFI-plugin_master
[osx] -- The C compiler identification is AppleClang 11.0.3.11030032
[osx] -- The CXX compiler identification is AppleClang 11.0.3.11030032
[osx] -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
[Pipeline] [unix] sh
[osx] -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
[unix] + make install
[osx] -- Detecting C compiler ABI info
[osx] -- Detecting C compiler ABI info - done
[osx] -- Detecting C compile features
[osx] -- Detecting C compile features - done
[osx] -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
[osx] -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
[osx] -- Detecting CXX compiler ABI info
[osx] -- Detecting CXX compiler ABI info - done
[osx] -- Detecting CXX compile features
[osx] -- Detecting CXX compile features - done
[osx] -- Looking for sys/types.h
[unix] Scanning dependencies of target build_libFFI
[unix] [  2%] Creating directories for 'build_libFFI'
[unix] [  5%] Performing download step (git clone) for 'build_libFFI'
[unix] Cloning into 'src'...
[osx] -- Looking for sys/types.h - found
[osx] -- Looking for stdint.h
[osx] -- Looking for stdint.h - found
[osx] -- Looking for stddef.h
[osx] -- Looking for stddef.h - found
[osx] -- Check size of void*
[osx] -- Check size of void* - done
[osx] -- Configuring done
[osx] -- Generating done
[osx] -- Build files have been written to: /System/Volumes/Data/builds/workspace/threadedFFI-plugin_master
[unix] Note: checking out 'v3.3'.
[unix] 
[unix] You are in 'detached HEAD' state. You can look around, make experimental
[unix] changes and commit them, and you can discard any commits you make in this
[unix] state without impacting any branches by performing another checkout.
[unix] 
[unix] If you want to create a new branch to retain commits you create, you may
[unix] do so (now or later) by using -b with the checkout command again. Example:
[unix] 
[unix]   git checkout -b <new-branch-name>
[unix] 
[unix] HEAD is now at 5dcb741... Move nested_struct3 test to closures directory
[unix] [  8%] No patch step for 'build_libFFI'
[unix] [ 11%] No update step for 'build_libFFI'
[unix] [ 13%] Performing configure step for 'build_libFFI'
[Pipeline] [osx] sh
[osx] + make install
[osx] Scanning dependencies of target vmIncludes
[osx] [  2%] Downloading Pharo VM Headers
[osx] --2020-07-20 10:23:59--  http://files.pharo.org/vm/pharo-spur64-headless/mac/include/PharoVM-8.4.0-fecd981-mac64-include.zip
[osx] Resolving files.pharo.org (files.pharo.org)... 164.132.235.17
[osx] Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:80... connected.
[osx] HTTP request sent, awaiting response... 200 OK
[osx] Length: 53625 (52K) [application/zip]
[osx] Saving to: ‘PharoVM-8.4.0-fecd981-mac64-include.zip’
[osx] 
[osx]      0K .......... .......... .......... .......... .......... 95% 1.41M 0s
[osx]     50K ..                                                    100% 47.4K=0.03s
[osx] 
[osx] 2020-07-20 10:23:59 (1.47 MB/s) - ‘PharoVM-8.4.0-fecd981-mac64-include.zip’ saved [53625/53625]
[osx] 
[osx] Archive:  PharoVM-8.4.0-fecd981-mac64-include.zip
[osx]    creating: include/
[osx]    creating: include/pharovm/
[osx]   inflating: include/pharovm/aioWin.h  
[osx]   inflating: include/pharovm/cogit.h  
[osx]   inflating: include/pharovm/cogmethod.h  
[osx]   inflating: include/pharovm/cointerp.h  
[osx]   inflating: include/pharovm/config.h  
[osx]   inflating: include/pharovm/debug.h  
[osx]   inflating: include/pharovm/dispdbg.h  
[osx]   inflating: include/pharovm/errorCode.h  
[osx]   inflating: include/pharovm/fileDialog.h  
[osx]   inflating: include/pharovm/imageAccess.h  
[osx]   inflating: include/pharovm/interp.h  
[osx]   inflating: include/pharovm/parameterVector.h  
[osx]   inflating: include/pharovm/parameters.h  
[osx]   inflating: include/pharovm/pathUtilities.h  
[osx]   inflating: include/pharovm/pharo.h  
[osx]   inflating: include/pharovm/pharoClient.h  
[osx]    creating: include/pharovm/semaphores/
[osx]   inflating: include/pharovm/semaphores/pSemaphore.h  
[osx]   inflating: include/pharovm/semaphores/platformSemaphore.h  
[osx]   inflating: include/pharovm/sq.h    
[osx]   inflating: include/pharovm/sqAssert.h  
[osx]   inflating: include/pharovm/sqAtomicOps.h  
[osx]   inflating: include/pharovm/sqCogStackAlignment.h  
[osx]   inflating: include/pharovm/sqConfig.h  
[osx]   inflating: include/pharovm/sqGnu.h  
[osx]   inflating: include/pharovm/sqMemoryAccess.h  
[osx]   inflating: include/pharovm/sqMemoryFence.h  
[osx]   inflating: include/pharovm/sqNamedPrims.h  
[osx]   inflating: include/pharovm/sqPlatformSpecific.h  
[osx]   inflating: include/pharovm/sqVirtualMachine.h  
[osx]   inflating: include/pharovm/stringUtilities.h  
[osx]   inflating: include/pharovm/vmCallback.h  
[osx] [  5%] Obtaining Pharo VM Headers
[osx] [  5%] Built target vmIncludes
[osx] Scanning dependencies of target build_libFFI
[osx] [  8%] Creating directories for 'build_libFFI'
[osx] [ 11%] Performing download step (git clone) for 'build_libFFI'
[osx] Cloning into 'src'...
[windows] Still waiting to schedule task
[windows] Waiting for next available executor on windows
[unix] autoreconf: Entering directory `.'
[unix] autoreconf: configure.ac: not using Gettext
[unix] autoreconf: running: aclocal -I m4
[unix] autoreconf: configure.ac: tracing
[osx] Note: switching to 'v3.3'.
[osx] 
[osx] You are in 'detached HEAD' state. You can look around, make experimental
[osx] changes and commit them, and you can discard any commits you make in this
[osx] state without impacting any branches by switching back to a branch.
[osx] 
[osx] If you want to create a new branch to retain commits you create, you may
[osx] do so (now or later) by using -c with the switch command. Example:
[osx] 
[osx]   git switch -c <new-branch-name>
[osx] 
[osx] Or undo this operation with:
[osx] 
[osx]   git switch -
[osx] 
[osx] Turn off this advice by setting config variable advice.detachedHead to false
[osx] 
[osx] HEAD is now at 5dcb741 Move nested_struct3 test to closures directory
[osx] [ 13%] No patch step for 'build_libFFI'
[osx] [ 16%] No update step for 'build_libFFI'
[osx] [ 19%] Performing configure step for 'build_libFFI'
[osx] ./autogen.sh: line 2: exec: autoreconf: not found
[osx] make[2]: *** [build/libffi/stamp/build_libFFI-configure] Error 127
[osx] make[1]: *** [CMakeFiles/build_libFFI.dir/all] Error 2
[osx] make: *** [all] Error 2
[Pipeline] [osx] }
[unix] autoreconf: running: libtoolize --copy
[Pipeline] [osx] // stage
[Pipeline] [osx] }
[Pipeline] [osx] // timeout
[Pipeline] [osx] }
[Pipeline] [osx] // node
[unix] libtoolize: putting auxiliary files in '.'.
[unix] libtoolize: copying file './ltmain.sh'
[unix] libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
[unix] libtoolize: copying file 'm4/libtool.m4'
[Pipeline] [osx] }
[unix] libtoolize: copying file 'm4/ltoptions.m4'
[unix] libtoolize: copying file 'm4/ltsugar.m4'
[unix] libtoolize: copying file 'm4/ltversion.m4'
[unix] libtoolize: copying file 'm4/lt~obsolete.m4'
[osx] Failed in branch osx
[unix] autoreconf: running: /usr/bin/autoconf
[unix] autoreconf: running: /usr/bin/autoheader
[unix] autoreconf: running: automake --add-missing --copy --no-force
[unix] configure.ac:31: installing './compile'
[unix] configure.ac:19: installing './install-sh'
[unix] configure.ac:19: installing './missing'
[unix] Makefile.am: installing './depcomp'
[unix] doc/Makefile.am:3: installing 'doc/mdate-sh'
[unix] doc/Makefile.am:3: installing 'doc/texinfo.tex'
[unix] autoreconf: Leaving directory `.'
[unix] checking build system type... x86_64-pc-linux-gnu
[unix] checking host system type... x86_64-pc-linux-gnu
[unix] checking target system type... x86_64-pc-linux-gnu
[unix] continue configure in default builddir "./x86_64-pc-linux-gnu"
[unix] ....exec /bin/bash .././configure "--srcdir=.." "--enable-builddir=x86_64-pc-linux-gnu" "linux
[unix] gnu"
[unix] checking build system type... x86_64-pc-linux-gnu
[unix] checking host system type... x86_64-pc-linux-gnu
[unix] checking target system type... x86_64-pc-linux-gnu
[unix] checking for gsed... sed
[unix] checking for a BSD-compatible install... /usr/bin/install -c
[unix] checking whether build environment is sane... yes
[unix] checking for a thread-safe mkdir -p... /bin/mkdir -p
[unix] checking for gawk... no
[unix] checking for mawk... mawk
[unix] checking whether make sets $(MAKE)... yes
[unix] checking whether make supports nested variables... yes
[unix] checking for gcc... /usr/bin/cc
[unix] checking whether the C compiler works... yes
[unix] checking for C compiler default output file name... a.out
[unix] checking for suffix of executables... 
[unix] checking whether we are cross compiling... no
[unix] checking for suffix of object files... o
[unix] checking whether we are using the GNU C compiler... yes
[unix] checking whether /usr/bin/cc accepts -g... yes
[unix] checking for /usr/bin/cc option to accept ISO C89... none needed
[unix] checking whether /usr/bin/cc understands -c and -o together... yes
[unix] checking for style of include used by make... GNU
[unix] checking dependency style of /usr/bin/cc... gcc3
[unix] checking whether we are using the GNU C++ compiler... yes
[unix] checking whether /usr/bin/cc accepts -g... yes
[unix] checking dependency style of /usr/bin/cc... gcc3
[unix] checking dependency style of /usr/bin/cc... gcc3
[unix] checking how to print strings... printf
[unix] checking for a sed that does not truncate output... /bin/sed
[unix] checking for grep that handles long lines and -e... /bin/grep
[unix] checking for egrep... /bin/grep -E
[unix] checking for fgrep... /bin/grep -F
[unix] checking for ld used by /usr/bin/cc... /usr/bin/ld
[unix] checking if the linker (/usr/bin/ld) is GNU ld... yes
[unix] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[unix] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[unix] checking whether ln -s works... yes
[unix] checking the maximum length of command line arguments... 1572864
[unix] checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
[unix] checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[unix] checking for /usr/bin/ld option to reload object files... -r
[unix] checking for objdump... objdump
[unix] checking how to recognize dependent libraries... pass_all
[unix] checking for dlltool... no
[unix] checking how to associate runtime and link libraries... printf %s\n
[unix] checking for ar... ar
[unix] checking for archiver @FILE support... @
[unix] checking for strip... strip
[unix] checking for ranlib... ranlib
[unix] checking command to parse /usr/bin/nm -B output from /usr/bin/cc object... ok
[unix] checking for sysroot... no
[unix] checking for a working dd... /bin/dd
[unix] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[unix] checking for mt... mt
[unix] checking if mt is a manifest tool... no
[unix] checking how to run the C preprocessor... /usr/bin/cc -E
[unix] checking for ANSI C header files... yes
[unix] checking for sys/types.h... yes
[unix] checking for sys/stat.h... yes
[unix] checking for stdlib.h... yes
[unix] checking for string.h... yes
[unix] checking for memory.h... yes
[unix] checking for strings.h... yes
[unix] checking for inttypes.h... yes
[unix] checking for stdint.h... yes
[unix] checking for unistd.h... yes
[unix] checking for dlfcn.h... yes
[unix] checking for objdir... .libs
[unix] checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... no
[unix] checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC
[unix] checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes
[unix] checking if /usr/bin/cc static flag -static works... yes
[unix] checking if /usr/bin/cc supports -c -o file.o... yes
[unix] checking if /usr/bin/cc supports -c -o file.o... (cached) yes
[unix] checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[unix] checking whether -lc should be explicitly linked in... no
[unix] checking dynamic linker characteristics... GNU/Linux ld.so
[unix] checking how to hardcode library paths into programs... immediate
[unix] checking whether stripping libraries is possible... yes
[unix] checking if libtool supports shared libraries... yes
[unix] checking whether to build shared libraries... yes
[unix] checking whether to build static libraries... yes
[unix] checking how to run the C++ preprocessor... /usr/bin/cc -E
[unix] checking for ld used by /usr/bin/cc... /usr/bin/ld -m elf_x86_64
[unix] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[unix] checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[unix] checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC
[unix] checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes
[unix] checking if /usr/bin/cc static flag -static works... yes
[unix] checking if /usr/bin/cc supports -c -o file.o... yes
[unix] checking if /usr/bin/cc supports -c -o file.o... (cached) yes
[unix] checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[unix] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[unix] checking how to hardcode library paths into programs... immediate
[unix] checking size of size_t... 8
[unix] checking for C compiler vendor... gnu
[unix] checking whether C compiler accepts -fstrict-aliasing... yes
[unix] checking whether C compiler accepts -ffast-math... yes
[unix] checking for gcc architecture flag... 
[unix] checking for x86 cpuid 0 output... 4:756e6547:6c65746e:49656e69
[unix] checking for x86 cpuid 1 output... 6d3:800:80002001:78bfbfd
[unix] checking whether C compiler accepts -march=pentium-m... no
[unix] checking whether C compiler accepts -march=pentium3... no
[unix] checking whether C compiler accepts -march=pentiumpro... no
[unix] checking whether C compiler accepts -mcpu=pentium-m... no
[unix] checking whether C compiler accepts -mcpu=pentium3... no
[unix] checking whether C compiler accepts -mcpu=pentiumpro... no
[unix] checking whether C compiler accepts -mpentium-m... no
[unix] checking whether C compiler accepts -mpentium3... no
[unix] checking whether C compiler accepts -mpentiumpro... no
[unix] checking for gcc architecture flag... unknown
[unix] checking whether C compiler accepts -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math... yes
[unix] checking CFLAGS for maximum warnings... -Wall
[unix] checking whether to enable maintainer-specific portions of Makefiles... no
[unix] checking sys/mman.h usability... yes
[unix] checking sys/mman.h presence... yes
[unix] checking for sys/mman.h... yes
[unix] checking for mmap... yes
[unix] checking for mkostemp... yes
[unix] checking for sys/mman.h... (cached) yes
[unix] checking for mmap... (cached) yes
[unix] checking whether read-only mmap of a plain file works... yes
[unix] checking whether mmap from /dev/zero works... yes
[unix] checking for MAP_ANON(YMOUS)... yes
[unix] checking whether mmap with MAP_ANON(YMOUS) works... yes
[unix] checking for ANSI C header files... (cached) yes
[unix] checking for memcpy... yes
[unix] checking for size_t... yes
[unix] checking for working alloca.h... yes
[unix] checking for alloca... yes
[unix] checking size of double... 8
[unix] checking size of long double... 16
[unix] checking whether byte ordering is bigendian... no
[unix] checking assembler .cfi pseudo-op support... yes
[unix] checking assembler supports pc related relocs... yes
[unix] checking for _ prefix in compiled symbols... no
[unix] checking toolchain supports unwind section type... yes
[unix] checking whether .eh_frame section should be read-only... yes
[unix] checking for __attribute__((visibility("hidden")))... yes
[unix] checking for ld used by /usr/bin/cc... (cached) /usr/bin/ld
[unix] checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
[unix] checking for shared libgcc... yes
[unix] configure: versioning on shared library symbols is gnu
[unix] checking that generated files are newer than configure... done
[unix] configure: creating ./config.status
[unix] config.status: creating include/Makefile
[unix] config.status: creating include/ffi.h
[unix] config.status: creating Makefile
[unix] config.status: creating testsuite/Makefile
[unix] config.status: creating man/Makefile
[unix] config.status: creating doc/Makefile
[unix] config.status: creating libffi.pc
[unix] config.status: creating fficonfig.h
[unix] config.status: executing buildir commands
[unix] config.status: create top_srcdir/Makefile guessed from local Makefile
[unix] config.status: build in x86_64-pc-linux-gnu (HOST=)
[unix] config.status: executing depfiles commands
[unix] config.status: executing libtool commands
[unix] config.status: executing include commands
[unix] config.status: executing src commands
[unix] [ 16%] Performing build step for 'build_libFFI'
[unix] MAKE x86_64-pc-linux-gnu : 0 * all-all
[unix] Making all in include
[unix] Making all in testsuite
[unix] Making all in man
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c  -fPIC -DPIC -o src/.libs/prep_cif.o
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c  -fPIC -DPIC -o src/.libs/types.o
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o >/dev/null 2>&1
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c  -fPIC -DPIC -o src/.libs/raw_api.o
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c  -fPIC -DPIC -o src/.libs/java_raw_api.o
[unix] ../src/java_raw_api.c: In function ‘ffi_java_raw_call’:
[unix] ../src/java_raw_api.c:317:3: warning: ‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations]
[unix]    ffi_java_raw_to_ptrarray (cif, raw, avalue);
[unix]    ^
[unix] ../src/java_raw_api.c:76:1: note: declared here
[unix]  ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
[unix]  ^
[unix] ../src/java_raw_api.c: In function ‘ffi_java_translate_args’:
[unix] ../src/java_raw_api.c:328:3: warning: ‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations]
[unix]    ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
[unix]    ^
[unix] ../src/java_raw_api.c:45:1: note: declared here
[unix]  ffi_java_raw_size (ffi_cif *cif)
[unix]  ^
[unix] ../src/java_raw_api.c:331:3: warning: ‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations]
[unix]    ffi_java_ptrarray_to_raw (cif, avalue, raw);
[unix]    ^
[unix] ../src/java_raw_api.c:157:1: note: declared here
[unix]  ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
[unix]  ^
[unix] ../src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
[unix] ../src/java_raw_api.c:369:3: warning: ‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations]
[unix]    return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
[unix]    ^
[unix] ../src/java_raw_api.c:337:1: note: declared here
[unix]  ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
[unix]  ^
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c  -fPIC -DPIC -o src/.libs/closures.o
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -o src/closures.o >/dev/null 2>&1
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c  -fPIC -DPIC -o src/x86/.libs/ffi64.o
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S  -fPIC -DPIC -o src/x86/.libs/unix64.o
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S -o src/x86/unix64.o >/dev/null 2>&1
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c  -fPIC -DPIC -o src/x86/.libs/ffiw64.o
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c -o src/x86/ffiw64.o >/dev/null 2>&1
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S  -fPIC -DPIC -o src/x86/.libs/win64.o
[unix] libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S -o src/x86/win64.o >/dev/null 2>&1
[unix] libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o 
[unix] ar: `u' modifier ignored since `D' is the default (see `U')
[unix] libtool: link: ranlib .libs/libffi_convenience.a
[unix] libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
[unix] libtool: link: /usr/bin/cc -shared  -fPIC -DPIC  src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o    -O3 -Wl,--version-script -Wl,libffi.map   -Wl,-soname -Wl,libffi.so.7 -o .libs/libffi.so.7.1.0
[unix] libtool: link: (cd ".libs" && rm -f "libffi.so.7" && ln -s "libffi.so.7.1.0" "libffi.so.7")
[unix] libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.7.1.0" "libffi.so")
[unix] libtool: link: ar cru .libs/libffi.a  src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffiw64.o src/x86/win64.o
[unix] ar: `u' modifier ignored since `D' is the default (see `U')
[unix] libtool: link: ranlib .libs/libffi.a
[unix] libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
[unix] [ 19%] Performing install step for 'build_libFFI'
[unix] MAKE x86_64-pc-linux-gnu : 0 * install
[unix] Making install in include
[unix]  /bin/mkdir -p '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/include'
[unix]  /usr/bin/install -c -m 644 ffi.h ffitarget.h '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/include'
[unix] Making install in testsuite
[unix] Making install in man
[unix]  /bin/mkdir -p '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/share/man/man3'
[unix]  /usr/bin/install -c -m 644 '../../man/ffi.3' '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/share/man/man3/x86_64-pc-linux-gnu-ffi.3'
[unix]  /usr/bin/install -c -m 644 '../../man/ffi_call.3' '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/share/man/man3/x86_64-pc-linux-gnu-ffi_call.3'
[unix]  /usr/bin/install -c -m 644 '../../man/ffi_prep_cif.3' '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/share/man/man3/x86_64-pc-linux-gnu-ffi_prep_cif.3'
[unix]  /usr/bin/install -c -m 644 '../../man/ffi_prep_cif_var.3' '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/share/man/man3/x86_64-pc-linux-gnu-ffi_prep_cif_var.3'
[unix]  /bin/mkdir -p '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib'
[unix]  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libffi.la '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib'
[unix] libtool: install: /usr/bin/install -c .libs/libffi.so.7.1.0 /builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib/libffi.so.7.1.0
[unix] libtool: install: (cd /builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib && { ln -s -f libffi.so.7.1.0 libffi.so.7 || { rm -f libffi.so.7 && ln -s libffi.so.7.1.0 libffi.so.7; }; })
[unix] libtool: install: (cd /builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib && { ln -s -f libffi.so.7.1.0 libffi.so || { rm -f libffi.so && ln -s libffi.so.7.1.0 libffi.so; }; })
[unix] libtool: install: /usr/bin/install -c .libs/libffi.lai /builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib/libffi.la
[unix] libtool: install: /usr/bin/install -c .libs/libffi.a /builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib/libffi.a
[unix] libtool: install: chmod 644 /builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib/libffi.a
[unix] libtool: install: ranlib /builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib/libffi.a
[unix] libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib
[unix] ----------------------------------------------------------------------
[unix] Libraries have been installed in:
[unix]    /builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/../lib
[unix] 
[unix] If you ever happen to want to link against installed libraries
[unix] in a given directory, LIBDIR, you must either use libtool, and
[unix] specify the full pathname of the library, or use the '-LLIBDIR'
[unix] flag during linking and do at least one of the following:
[unix]    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
[unix]      during execution
[unix]    - add LIBDIR to the 'LD_RUN_PATH' environment variable
[unix]      during linking
[unix]    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
[unix]    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
[unix] 
[unix] See any operating system documentation about shared libraries for
[unix] more information, such as the ld(1) and ld.so(8) manual pages.
[unix] ----------------------------------------------------------------------
[unix]  /bin/mkdir -p '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/pkgconfig'
[unix]  /usr/bin/install -c -m 644 libffi.pc '/builds/workspace/threadedFFI-plugin_master/build/libffi/install/lib/pkgconfig'
[unix] [ 22%] Completed 'build_libFFI'
[unix] [ 22%] Built target build_libFFI
[unix] Scanning dependencies of target vmIncludes
[unix] [ 25%] Downloading Pharo VM Headers
[unix] --2020-07-20 10:24:20--  http://files.pharo.org/vm/pharo-spur64-headless/linux/include/PharoVM-8.4.0-fecd981-linux64-include.zip
[unix] Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
[unix] Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:80... connected.
[unix] HTTP request sent, awaiting response... 200 OK
[unix] Length: 56126 (55K) [application/zip]
[unix] Saving to: ‘PharoVM-8.4.0-fecd981-linux64-include.zip’
[unix] 
[unix]      0K .......... .......... .......... .......... .......... 91% 1.46M 0s
[unix]     50K ....                                                  100% 20.2M=0.03s
[unix] 
[unix] 2020-07-20 10:24:20 (1.59 MB/s) - ‘PharoVM-8.4.0-fecd981-linux64-include.zip’ saved [56126/56126]
[unix] 
[unix] Archive:  PharoVM-8.4.0-fecd981-linux64-include.zip
[unix]    creating: include/
[unix]    creating: include/pharovm/
[unix]   inflating: include/pharovm/aioWin.h  
[unix]   inflating: include/pharovm/cogit.h  
[unix]   inflating: include/pharovm/cogmethod.h  
[unix]   inflating: include/pharovm/cointerp.h  
[unix]   inflating: include/pharovm/config.h  
[unix]   inflating: include/pharovm/debug.h  
[unix]   inflating: include/pharovm/dispdbg.h  
[unix]   inflating: include/pharovm/errorCode.h  
[unix]   inflating: include/pharovm/fileDialog.h  
[unix]   inflating: include/pharovm/imageAccess.h  
[unix]   inflating: include/pharovm/interp.h  
[unix]   inflating: include/pharovm/parameterVector.h  
[unix]   inflating: include/pharovm/parameters.h  
[unix]   inflating: include/pharovm/pathUtilities.h  
[unix]   inflating: include/pharovm/pharo.h  
[unix]   inflating: include/pharovm/pharoClient.h  
[unix]    creating: include/pharovm/semaphores/
[unix]   inflating: include/pharovm/semaphores/pSemaphore.h  
[unix]   inflating: include/pharovm/semaphores/platformSemaphore.h  
[unix]   inflating: include/pharovm/sq.h    
[unix]   inflating: include/pharovm/sqAssert.h  
[unix]   inflating: include/pharovm/sqAtomicOps.h  
[unix]   inflating: include/pharovm/sqCogStackAlignment.h  
[unix]   inflating: include/pharovm/sqConfig.h  
[unix]   inflating: include/pharovm/sqGnu.h  
[unix]   inflating: include/pharovm/sqMemoryAccess.h  
[unix]   inflating: include/pharovm/sqMemoryFence.h  
[unix]   inflating: include/pharovm/sqNamedPrims.h  
[unix]   inflating: include/pharovm/sqPlatformSpecific.h  
[unix]   inflating: include/pharovm/sqUnixCharConv.h  
[unix]   inflating: include/pharovm/sqVirtualMachine.h  
[unix]   inflating: include/pharovm/sqaio.h  
[unix]   inflating: include/pharovm/stringUtilities.h  
[unix]   inflating: include/pharovm/vmCallback.h  
[unix] [ 27%] Obtaining Pharo VM Headers
[unix] [ 27%] Built target vmIncludes
[unix] Scanning dependencies of target libFFI
[unix] [ 30%] Copying of Libffi
[unix] [ 30%] Built target libFFI
[unix] Scanning dependencies of target PThreadedPlugin
[unix] [ 33%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/functionDefinitionPrimitives.c.o
[unix] [ 36%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/primitiveUtils.c.o
[unix] [ 38%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/PThreadedPlugin.c.o
[unix] [ 41%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/types.c.o
[unix] [ 44%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/typesPrimitives.c.o
[unix] [ 47%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/utils.c.o
[unix] [ 50%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/primitiveCalls.c.o
[unix] [ 52%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/callbacks/callbackPrimitives.c.o
[unix] [ 55%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/callbacks/callbacks.c.o
[unix] [ 58%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/queue/threadSafeQueue.c.o
[unix] [ 61%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/sameThread/sameThread.c.o
[unix] [ 63%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/semaphores/pharoSemaphore.c.o
[unix] [ 66%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/semaphores/platformSemaphore.c.o
[unix] [ 69%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/semaphores/semaphore.c.o
[unix] [ 72%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/worker/worker.c.o
[unix] /builds/workspace/threadedFFI-plugin_master/plugin/src/worker/worker.c: In function ‘worker_newSpawning’:
[unix] /builds/workspace/threadedFFI-plugin_master/plugin/src/worker/worker.c:80:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
[unix]      worker->selfThread = NULL;
[unix]                         ^
[unix] [ 75%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/worker/workerPrimitives.c.o
[unix] [ 77%] Building C object CMakeFiles/PThreadedPlugin.dir/plugin/src/worker/workerTask.c.o
[unix] [ 80%] Linking C shared library build/bin/libPThreadedPlugin.so
[unix] [ 80%] Built target PThreadedPlugin
[unix] Scanning dependencies of target TestLibrary
[unix] [ 83%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/basic_types.c.o
[unix] [ 86%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/callback_types.c.o
[unix] [ 88%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/callbacks.c.o
[unix] [ 91%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/callout.c.o
[unix] [ 94%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/registerCallback.c.o
[unix] [ 97%] Building C object CMakeFiles/TestLibrary.dir/testLibrary/src/structures.c.o
[unix] [100%] Linking C shared library build/bin/libTestLibrary.so
[unix] [100%] Built target TestLibrary
[unix] Install the project...
[unix] -- Install configuration: ""
[unix] -- Installing: /builds/workspace/threadedFFI-plugin_master/build/dist/./
[unix] -- Installing: /builds/workspace/threadedFFI-plugin_master/build/dist/.//libPThreadedPlugin.so
[unix] -- Installing: /builds/workspace/threadedFFI-plugin_master/build/dist/.//libffi.so.7
[unix] -- Installing: /builds/workspace/threadedFFI-plugin_master/build/dist/.//libTestLibrary.so
[unix] -- Installing: /builds/workspace/threadedFFI-plugin_master/build/dist/.//libffi.so
[unix] -- Installing: /builds/workspace/threadedFFI-plugin_master/build/dist/.//libffi.so.7.1.0
[Pipeline] [unix] sh
[unix] + make prepare-tests test
[unix] Scanning dependencies of target prepare-tests
[unix] [ 50%] Creating Test Image
[unix] --2020-07-20 10:24:22--  http://get.pharo.org/64/90+vmHeadlessLatest
[unix] Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
[unix] Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
[unix] HTTP request sent, awaiting response... 200 OK
[unix] Length: 3146 (3.1K) [application/octet-stream]
[unix] Saving to: ‘STDOUT’
[unix] 
[unix]      0K ...                                                   100%  290M=0s
[unix] 
[unix] 2020-07-20 10:24:22 (290 MB/s) - written to stdout [3146/3146]
[unix] 
[unix] Downloading the latest 90 Image:
[unix]     http://files.pharo.org/get-files/90/pharo64.zip
[unix] Pharo.image
[unix] Downloading the latest pharoVM:
[unix] 	http://files.pharo.org/get-files/90/pharo64-linux-headless-latest.zip
[unix] pharo-vm/pharo
[unix] Creating starter scripts pharo and pharo-ui
[unix] --2020-07-20 10:24:25--  http://files.pharo.org/vm/pharo-spur64-headless/linux/PharoVM-8.4.0-fecd981-linux64-bin.zip
[unix] Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
[unix] Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:80... connected.
[unix] HTTP request sent, awaiting response... 200 OK
[unix] Length: 8575328 (8.2M) [application/zip]
[unix] Saving to: ‘PharoVM-8.4.0-fecd981-linux64-bin.zip’
[unix] 
[unix]      0K .......... .......... .......... .......... ..........  0% 1.46M 6s
[unix]     50K .......... .......... .......... .......... ..........  1% 2.95M 4s
[unix]    100K .......... .......... .......... .......... ..........  1% 27.5M 3s
[unix]    150K .......... .......... .......... .......... ..........  2% 23.4M 2s
[unix]    200K .......... .......... .......... .......... ..........  2% 3.49M 2s
[unix]    250K .......... .......... .......... .......... ..........  3% 19.5M 2s
[unix]    300K .......... .......... .......... .......... ..........  4% 18.5M 2s
[unix]    350K .......... .......... .......... .......... ..........  4% 32.7M 1s
[unix]    400K .......... .......... .......... .......... ..........  5% 4.99M 1s
[unix]    450K .......... .......... .......... .......... ..........  5% 27.3M 1s
[unix]    500K .......... .......... .......... .......... ..........  6% 19.6M 1s
[unix]    550K .......... .......... .......... .......... ..........  7% 25.4M 1s
[unix]    600K .......... .......... .......... .......... ..........  7% 22.2M 1s
[unix]    650K .......... .......... .......... .......... ..........  8% 22.7M 1s
[unix]    700K .......... .......... .......... .......... ..........  8% 26.1M 1s
[unix]    750K .......... .......... .......... .......... ..........  9% 27.8M 1s
[unix]    800K .......... .......... .......... .......... .......... 10% 19.4M 1s
[unix]    850K .......... .......... .......... .......... .......... 10% 23.2M 1s
[unix]    900K .......... .......... .......... .......... .......... 11% 24.0M 1s
[unix]    950K .......... .......... .......... .......... .......... 11% 27.5M 1s
[unix]   1000K .......... .......... .......... .......... .......... 12% 20.4M 1s
[unix]   1050K .......... .......... .......... .......... .......... 13% 22.4M 1s
[unix]   1100K .......... .......... .......... .......... .......... 13% 24.1M 1s
[unix]   1150K .......... .......... .......... .......... .......... 14% 22.6M 1s
[unix]   1200K .......... .......... .......... .......... .......... 14% 23.7M 1s
[unix]   1250K .......... .......... .......... .......... .......... 15% 22.6M 1s
[unix]   1300K .......... .......... .......... .......... .......... 16% 25.0M 1s
[unix]   1350K .......... .......... .......... .......... .......... 16% 21.9M 1s
[unix]   1400K .......... .......... .......... .......... .......... 17% 23.9M 1s
[unix]   1450K .......... .......... .......... .......... .......... 17% 23.7M 1s
[unix]   1500K .......... .......... .......... .......... .......... 18% 24.0M 1s
[unix]   1550K .......... .......... .......... .......... .......... 19% 22.1M 1s
[unix]   1600K .......... .......... .......... .......... .......... 19% 24.0M 1s
[unix]   1650K .......... .......... .......... .......... .......... 20% 23.7M 1s
[unix]   1700K .......... .......... .......... .......... .......... 20% 22.6M 1s
[unix]   1750K .......... .......... .......... .......... .......... 21% 22.5M 1s
[unix]   1800K .......... .......... .......... .......... .......... 22% 23.7M 1s
[unix]   1850K .......... .......... .......... .......... .......... 22% 22.3M 0s
[unix]   1900K .......... .......... .......... .......... .......... 23% 24.0M 0s
[unix]   1950K .......... .......... .......... .......... .......... 23% 27.8M 0s
[unix]   2000K .......... .......... .......... .......... .......... 24% 19.9M 0s
[unix]   2050K .......... .......... .......... .......... .......... 25% 22.8M 0s
[unix]   2100K .......... .......... .......... .......... .......... 25% 24.5M 0s
[unix]   2150K .......... .......... .......... .......... .......... 26% 22.1M 0s
[unix]   2200K .......... .......... .......... .......... .......... 26% 23.3M 0s
[unix]   2250K .......... .......... .......... .......... .......... 27% 23.1M 0s
[unix]   2300K .......... .......... .......... .......... .......... 28% 23.4M 0s
[unix]   2350K .......... .......... .......... .......... .......... 28% 22.9M 0s
[unix]   2400K .......... .......... .......... .......... .......... 29% 29.4M 0s
[unix]   2450K .......... .......... .......... .......... .......... 29% 21.9M 0s
[unix]   2500K .......... .......... .......... .......... .......... 30% 21.5M 0s
[unix]   2550K .......... .......... .......... .......... .......... 31% 22.6M 0s
[unix]   2600K .......... .......... .......... .......... .......... 31% 30.9M 0s
[unix]   2650K .......... .......... .......... .......... .......... 32% 20.0M 0s
[unix]   2700K .......... .......... .......... .......... .......... 32% 24.2M 0s
[unix]   2750K .......... .......... .......... .......... .......... 33% 21.4M 0s
[unix]   2800K .......... .......... .......... .......... .......... 34% 23.3M 0s
[unix]   2850K .......... .......... .......... .......... .......... 34% 23.1M 0s
[unix]   2900K .......... .......... .......... .......... .......... 35% 22.3M 0s
[unix]   2950K .......... .......... .......... .......... .......... 35% 26.0M 0s
[unix]   3000K .......... .......... .......... .......... .......... 36% 26.1M 0s
[unix]   3050K .......... .......... .......... .......... .......... 37% 23.1M 0s
[unix]   3100K .......... .......... .......... .......... .......... 37% 22.2M 0s
[unix]   3150K .......... .......... .......... .......... .......... 38% 20.4M 0s
[unix]   3200K .......... .......... .......... .......... .......... 38% 25.9M 0s
[unix]   3250K .......... .......... .......... .......... .......... 39% 23.0M 0s
[unix]   3300K .......... .......... .......... .......... .......... 40% 21.5M 0s
[unix]   3350K .......... .......... .......... .......... .......... 40% 20.0M 0s
[unix]   3400K .......... .......... .......... .......... .......... 41% 15.3M 0s
[unix]   3450K .......... .......... .......... .......... .......... 41% 22.1M 0s
[unix]   3500K .......... .......... .......... .......... .......... 42% 24.4M 0s
[unix]   3550K .......... .......... .......... .......... .......... 42% 23.3M 0s
[unix]   3600K .......... .......... .......... .......... .......... 43% 22.7M 0s
[unix]   3650K .......... .......... .......... .......... .......... 44% 30.4M 0s
[unix]   3700K .......... .......... .......... .......... .......... 44% 18.0M 0s
[unix]   3750K .......... .......... .......... .......... .......... 45% 23.5M 0s
[unix]   3800K .......... .......... .......... .......... .......... 45% 24.5M 0s
[unix]   3850K .......... .......... .......... .......... .......... 46% 25.1M 0s
[unix]   3900K .......... .......... .......... .......... .......... 47% 20.3M 0s
[unix]   3950K .......... .......... .......... .......... .......... 47% 23.0M 0s
[unix]   4000K .......... .......... .......... .......... .......... 48% 25.2M 0s
[unix]   4050K .......... .......... .......... .......... .......... 48% 28.3M 0s
[unix]   4100K .......... .......... .......... .......... .......... 49% 21.7M 0s
[unix]   4150K .......... .......... .......... .......... .......... 50% 20.7M 0s
[unix]   4200K .......... .......... .......... .......... .......... 50% 27.1M 0s
[unix]   4250K .......... .......... .......... .......... .......... 51% 22.3M 0s
[unix]   4300K .......... .......... .......... .......... .......... 51% 24.8M 0s
[unix]   4350K .......... .......... .......... .......... .......... 52% 21.4M 0s
[unix]   4400K .......... .......... .......... .......... .......... 53% 20.6M 0s
[unix]   4450K .......... .......... .......... .......... .......... 53% 25.7M 0s
[unix]   4500K .......... .......... .......... .......... .......... 54% 22.1M 0s
[unix]   4550K .......... .......... .......... .......... .......... 54% 29.8M 0s
[unix]   4600K .......... .......... .......... .......... .......... 55% 19.6M 0s
[unix]   4650K .......... .......... .......... .......... .......... 56% 31.2M 0s
[unix]   4700K .......... .......... .......... .......... .......... 56% 19.2M 0s
[unix]   4750K .......... .......... .......... .......... .......... 57% 22.1M 0s
[unix]   4800K .......... .......... .......... .......... .......... 57% 25.6M 0s
[unix]   4850K .......... .......... .......... .......... .......... 58% 17.5M 0s
[unix]   4900K .......... .......... .......... .......... .......... 59% 46.1M 0s
[unix]   4950K .......... .......... .......... .......... .......... 59% 19.2M 0s
[unix]   5000K .......... .......... .......... .......... .......... 60% 25.1M 0s
[unix]   5050K .......... .......... .......... .......... .......... 60% 23.6M 0s
[unix]   5100K .......... .......... .......... .......... .......... 61% 21.4M 0s
[unix]   5150K .......... .......... .......... .......... .......... 62% 26.0M 0s
[unix]   5200K .......... .......... .......... .......... .......... 62% 23.1M 0s
[unix]   5250K .......... .......... .......... .......... .......... 63% 24.6M 0s
[unix]   5300K .......... .......... .......... .......... .......... 63% 21.5M 0s
[unix]   5350K .......... .......... .......... .......... .......... 64% 21.6M 0s
[unix]   5400K .......... .......... .......... .......... .......... 65% 26.5M 0s
[unix]   5450K .......... .......... .......... .......... .......... 65% 20.8M 0s
[unix]   5500K .......... .......... .......... .......... .......... 66% 26.3M 0s
[unix]   5550K .......... .......... .......... .......... .......... 66% 21.2M 0s
[unix]   5600K .......... .......... .......... .......... .......... 67% 23.4M 0s
[unix]   5650K .......... .......... .......... .......... .......... 68% 25.5M 0s
[unix]   5700K .......... .......... .......... .......... .......... 68% 24.1M 0s
[unix]   5750K .......... .......... .......... .......... .......... 69% 20.5M 0s
[unix]   5800K .......... .......... .......... .......... .......... 69% 26.2M 0s
[unix]   5850K .......... .......... .......... .......... .......... 70% 21.5M 0s
[unix]   5900K .......... .......... .......... .......... .......... 71% 22.8M 0s
[unix]   5950K .......... .......... .......... .......... .......... 71% 25.8M 0s
[unix]   6000K .......... .......... .......... .......... .......... 72% 22.2M 0s
[unix]   6050K .......... .......... .......... .......... .......... 72% 23.4M 0s
[unix]   6100K .......... .......... .......... .......... .......... 73% 26.1M 0s
[unix]   6150K .......... .......... .......... .......... .......... 74% 21.1M 0s
[unix]   6200K .......... .......... .......... .......... .......... 74% 28.4M 0s
[unix]   6250K .......... .......... .......... .......... .......... 75% 19.3M 0s
[unix]   6300K .......... .......... .......... .......... .......... 75% 29.2M 0s
[unix]   6350K .......... .......... .......... .......... .......... 76% 25.8M 0s
[unix]   6400K .......... .......... .......... .......... .......... 77% 22.3M 0s
[unix]   6450K .......... .......... .......... .......... .......... 77% 20.7M 0s
[unix]   6500K .......... .......... .......... .......... .......... 78% 21.9M 0s
[unix]   6550K .......... .......... .......... .......... .......... 78% 24.7M 0s
[unix]   6600K .......... .......... .......... .......... .......... 79% 21.7M 0s
[unix]   6650K .......... .......... .......... .......... .......... 80% 27.7M 0s
[unix]   6700K .......... .......... .......... .......... .......... 80% 21.2M 0s
[unix]   6750K .......... .......... .......... .......... .......... 81% 22.1M 0s
[unix]   6800K .......... .......... .......... .......... .......... 81% 23.6M 0s
[unix]   6850K .......... .......... .......... .......... .......... 82% 22.4M 0s
[unix]   6900K .......... .......... .......... .......... .......... 82% 24.4M 0s
[unix]   6950K .......... .......... .......... .......... .......... 83% 22.6M 0s
[unix]   7000K .......... .......... .......... .......... .......... 84% 23.7M 0s
[unix]   7050K .......... .......... .......... .......... .......... 84% 22.6M 0s
[unix]   7100K .......... .......... .......... .......... .......... 85% 28.3M 0s
[unix]   7150K .......... .......... .......... .......... .......... 85% 23.3M 0s
[unix]   7200K .......... .......... .......... .......... .......... 86% 23.0M 0s
[unix]   7250K .......... .......... .......... .......... .......... 87% 21.9M 0s
[unix]   7300K .......... .......... .......... .......... .......... 87% 27.9M 0s
[unix]   7350K .......... .......... .......... .......... .......... 88% 20.5M 0s
[unix]   7400K .......... .......... .......... .......... .......... 88% 21.0M 0s
[unix]   7450K .......... .......... .......... .......... .......... 89% 24.4M 0s
[unix]   7500K .......... .......... .......... .......... .......... 90% 23.0M 0s
[unix]   7550K .......... .......... .......... .......... .......... 90% 22.9M 0s
[unix]   7600K .......... .......... .......... .......... .......... 91% 25.8M 0s
[unix]   7650K .......... .......... .......... .......... .......... 91% 21.7M 0s
[unix]   7700K .......... .......... .......... .......... .......... 92% 24.3M 0s
[unix]   7750K .......... .......... .......... .......... .......... 93% 25.8M 0s
[unix]   7800K .......... .......... .......... .......... .......... 93% 23.7M 0s
[unix]   7850K .......... .......... .......... .......... .......... 94% 20.2M 0s
[unix]   7900K .......... .......... .......... .......... .......... 94% 26.1M 0s
[unix]   7950K .......... .......... .......... .......... .......... 95% 21.2M 0s
[unix]   8000K .......... .......... .......... .......... .......... 96% 22.6M 0s
[unix]   8050K .......... .......... .......... .......... .......... 96% 22.9M 0s
[unix]   8100K .......... .......... .......... .......... .......... 97% 25.2M 0s
[unix]   8150K .......... .......... .......... .......... .......... 97% 22.8M 0s
[unix]   8200K .......... .......... .......... .......... .......... 98% 23.0M 0s
[unix]   8250K .......... .......... .......... .......... .......... 99% 24.5M 0s
[unix]   8300K .......... .......... .......... .......... .......... 99% 23.4M 0s
[unix]   8350K .......... .......... ....                            100% 23.5M=0.4s
[unix] 
[unix] 2020-07-20 10:24:25 (19.6 MB/s) - ‘PharoVM-8.4.0-fecd981-linux64-bin.zip’ saved [8575328/8575328]
[unix] 
[unix] Archive:  PharoVM-8.4.0-fecd981-linux64-bin.zip
[unix]    creating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/bin/
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/bin/pharo  
[unix]    creating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libB2DPlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libBitBltPlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libDSAPrims.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libFileAttributesPlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libFilePlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libIA32ABI.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libJPEGReadWriter2Plugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libJPEGReaderPlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libLargeIntegers.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libLocalePlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libMiscPrimitivePlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libPThreadedPlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libPharoVMCore.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libSDL2-2.0.so.0  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libSDL2-2.0.so.0.7.0  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libSDL2.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libSecurityPlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libSocketPlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libSqueakFFIPrims.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libSqueakSSL.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libSurfacePlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libTestLibrary.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libUUIDPlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libUnixOSProcessPlugin.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libcrypto.so.1.0.0  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libffi.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libffi.so.7  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libffi.so.7.1.0  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libgit2.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libgit2.so.0.25.1  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libgit2.so.25  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libssh2.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libssh2.so.1  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libssh2.so.1.0.1  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libssl.so  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/libssl.so.1.0.0  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/lib/pharo  
[unix]   inflating: /builds/workspace/threadedFFI-plugin_master/build/test/pharo-vm/pharo  
[unix] MetacelloNotification: Fetched -> BaselineOfThreadedFFI-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- tonel:///builds/workspace/threadedFFI-plugin_master/src
[unix] MetacelloNotification: Loaded -> BaselineOfThreadedFFI-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- tonel:///builds/workspace/threadedFFI-plugin_master/src
[unix] MetacelloNotification: Loading baseline of BaselineOfThreadedFFI...
[unix] MetacelloNotification: Fetched -> ThreadedFFI-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- tonel:///builds/workspace/threadedFFI-plugin_master/src
[unix] MetacelloNotification: Fetched -> ThreadedFFI-UFFI-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- tonel:///builds/workspace/threadedFFI-plugin_master/src
[unix] MetacelloNotification: Fetched -> ThreadedFFI-UFFI-Overrides-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- tonel:///builds/workspace/threadedFFI-plugin_master/src
[unix] MetacelloNotification: Fetched -> ThreadedFFI-Tests-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- tonel:///builds/workspace/threadedFFI-plugin_master/src
[unix] MetacelloNotification: Fetched -> ThreadedFFI-UFFI-Tests-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- tonel:///builds/workspace/threadedFFI-plugin_master/src
[unix] MetacelloNotification: Loaded -> ThreadedFFI-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- cache
[unix] NewUndeclaredWarning: TFFunctionQueue>>handle (OSXDispatchQueue is Undeclared)
[unix] NewUndeclaredWarning: TFFunctionQueue>>handle (OSXDispatchQueue is Undeclared)
[unix] MetacelloNotification: Loaded -> ThreadedFFI-UFFI-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- cache
[unix] MetacelloNotification: Loaded -> ThreadedFFI-UFFI-Overrides-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- cache
[unix] MetacelloNotification: Loaded -> ThreadedFFI-Tests-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- cache
[unix] MetacelloNotification: Loaded -> ThreadedFFI-UFFI-Tests-tonel.1 --- tonel:///builds/workspace/threadedFFI-plugin_master/src --- cache
[unix] MetacelloNotification: Evaluated -> baseline [BaselineOfThreadedFFI] >> reset
[unix] MetacelloNotification: ...finished baseline
[unix] [100%] Preparing Tests
[unix] [100%] Built target prepare-tests
[unix] Running tests...
[unix] Test project /builds/workspace/threadedFFI-plugin_master
[unix]     Start 1: UnifiedFFI-Tests
[unix] 1/2 Test #1: UnifiedFFI-Tests .................   Passed    0.64 sec
[unix]     Start 2: ThreadedFFI-UFFI-Tests
[unix] 2/2 Test #2: ThreadedFFI-UFFI-Tests ...........   Passed    7.81 sec
[unix] 
[unix] 100% tests passed, 0 tests failed out of 2
[unix] 
[unix] Total Test time (real) =   8.47 sec
[Pipeline] [unix] sh
[unix] + make package
[unix] [ 22%] Built target build_libFFI
[unix] [ 25%] Obtaining Pharo VM Headers
[unix] [ 27%] Built target vmIncludes
[unix] [ 30%] Copying of Libffi
[unix] [ 30%] Built target libFFI
[unix] [ 80%] Built target PThreadedPlugin
[unix] [100%] Built target TestLibrary
[unix] Run CPack packaging tool...
[unix] CPack: Create package using ZIP
[unix] CPack: Install projects
[unix] CPack: - Run preinstall target for: PThreadedFFI
[unix] CPack: - Install project: PThreadedFFI
[unix] CPack: Create package
[unix] CPack: - package: /builds/workspace/threadedFFI-plugin_master/build/packages/PThreadedFFI-1.3.1-linux64.zip generated.
[unix] CPack: - checksum file: /builds/workspace/threadedFFI-plugin_master/build/packages/PThreadedFFI-1.3.1-linux64.zip.sha1 generated.
[Pipeline] [unix] junit
[unix] Recording test results
[Pipeline] [unix] stash
[unix] Stashed 2 file(s)
[Pipeline] [unix] archiveArtifacts
[unix] Archiving artifacts
[Pipeline] [unix] }
[Pipeline] [unix] // stage
[Pipeline] [unix] }
[Pipeline] [unix] // timeout
[Pipeline] [unix] }
[Pipeline] [unix] // node
[Pipeline] [unix] }
[windows] Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\threadedFFI-plugin_master
[Pipeline] [windows] {
[Pipeline] [windows] timeout
[windows] Timeout set to expire in 30 min
[Pipeline] [windows] {
[Pipeline] [windows] cleanWs
[windows] [WS-CLEANUP] Deleting project workspace...
[windows] [WS-CLEANUP] Deferred wipeout is used...
[windows] [WS-CLEANUP] done
[Pipeline] [windows] stage
[Pipeline] [windows] { (Checkout-windows)
[Pipeline] [windows] checkout
[windows] Cloning the remote Git repository
[windows] Cloning with configured refspecs honoured and without tags
[windows] Cloning repository https://github.com/pharo-project/threadedFFI-Plugin.git
[windows]  > git init C:\builds\workspace\threadedFFI-plugin_master # timeout=10
[windows] Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
[windows]  > git --version # timeout=10
[windows] using GIT_ASKPASS to set credentials pharo-ci GitHub account
[windows]  > git fetch --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/master:refs/remotes/origin/master
[windows]  > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
[windows]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
[windows]  > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
[windows] Fetching without tags
[windows] Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
[windows] using GIT_ASKPASS to set credentials pharo-ci GitHub account
[windows]  > git fetch --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/master:refs/remotes/origin/master
[windows] Checking out Revision 8bdcfa99138afac594c088eb4df0814afd5fc376 (master)
[windows]  > git config core.sparsecheckout # timeout=10
[windows]  > git checkout -f 8bdcfa99138afac594c088eb4df0814afd5fc376
[windows] Commit message: "Update README.md"
[Pipeline] [windows] }
[Pipeline] [windows] // stage
[Pipeline] [windows] stage
[Pipeline] [windows] { (Build-windows)
[Pipeline] [windows] echo
[windows] Executing: #!c:\cygwin64\bin\bash --login
[windows]     cd `cygpath "C:\builds\workspace\threadedFFI-plugin_master"`
[windows]     set -ex
[windows]     cmake .
[windows]     
[Pipeline] [windows] withEnv
[Pipeline] [windows] {
[Pipeline] [windows] sh
[windows] sh: C:/builds/workspace/threadedFFI-plugin_master@tmp/durable-f8ea9419/script.sh: c:\cygwin64\bin\bash: bad interpreter: No such file or directory
[Pipeline] [windows] }
[Pipeline] [windows] // withEnv
[Pipeline] [windows] }
[Pipeline] [windows] // stage
[Pipeline] [windows] }
[Pipeline] [windows] // timeout
[Pipeline] [windows] }
[Pipeline] [windows] // node
[Pipeline] [windows] }
[windows] Failed in branch windows
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE