Started by user Brice.Goglin@inria.fr Connecting to https://api.github.com using bgoglin/****** (github bgoglin) Obtained contrib/ci.inria.fr/Jenkinsfile-extended from df9570cf7c669a2456c20a6029bafceab907c285 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (Tarball) [Pipeline] node Running on CentOS_8.1_x86_64 in /builds/workspace/extended_v2.0 [Pipeline] { [Pipeline] checkout using credential b796d4d6-f775-440e-b5d5-9413c705ef24 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/open-mpi/hwloc.git > git init /builds/workspace/extended_v2.0 # timeout=10 Fetching upstream changes from https://github.com/open-mpi/hwloc.git > git --version # timeout=10 using GIT_ASKPASS to set credentials github bgoglin > git fetch --no-tags --progress https://github.com/open-mpi/hwloc.git +refs/heads/v2.0:refs/remotes/origin/v2.0 Fetching without tags Checking out Revision df9570cf7c669a2456c20a6029bafceab907c285 (v2.0) > git config remote.origin.url https://github.com/open-mpi/hwloc.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v2.0:refs/remotes/origin/v2.0 # timeout=10 > git config remote.origin.url https://github.com/open-mpi/hwloc.git # timeout=10 Fetching upstream changes from https://github.com/open-mpi/hwloc.git using GIT_ASKPASS to set credentials github bgoglin > git fetch --no-tags --progress https://github.com/open-mpi/hwloc.git +refs/heads/v2.0:refs/remotes/origin/v2.0 > git config core.sparsecheckout # timeout=10 > git checkout -f df9570cf7c669a2456c20a6029bafceab907c285 Commit message: "tests: fix plugins patch" [Pipeline] script [Pipeline] { [Pipeline] sh > git rev-list --no-walk df9570cf7c669a2456c20a6029bafceab907c285 # timeout=10 + git config --get remote.origin.url [Pipeline] sh + test v2.0 + echo v2.0 [Pipeline] } [Pipeline] // script [Pipeline] sh + contrib/ci.inria.fr/job-0-tarball.sh v2.0 ############################ Running on: Linux hwloc-centos81amd64 4.18.0-147.8.1.el8_1.x86_64 #1 SMP Thu Apr 9 13:49:54 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ############################ + branch=v2.0 + test -z v2.0 + echo 'Got GIT branch name v2.0' Got GIT branch name v2.0 + test -f /builds/.ciprofile + . /builds/.ciprofile ++ echo v2.0 ++ sed -r -e 's@^.*/([^/]+)$@\1@' -e 's/-.*//' + basebranch=v2.0 + test -d /builds/local/hwloc-v2.0 + export PATH=/builds/local/hwloc-v2.0/bin:/builds/.local/bin:/builds/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin + PATH=/builds/local/hwloc-v2.0/bin:/builds/.local/bin:/builds/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin + echo using specific /builds/local/hwloc-v2.0 using specific /builds/local/hwloc-v2.0 + rm -f 'hwloc-*.tar.gz' 'hwloc-*.tar.bz2' + head -1 + automake --version automake (GNU automake) 1.15.1 + head -1 + libtool --version libtool (GNU libtool) 2.4.6 + autoconf --version + head -1 autoconf (GNU Autoconf) 2.69 ++ date +%Y%m%d.%H%M ++ git show --format=format:%h -s + snapshot=v2.0-20200529.1109.gitdf9570cf + sed -e 's/^snapshot_version=.*/snapshot_version=v2.0-20200529.1109.gitdf9570cf/' -e 's/^snapshot=.*/snapshot=1/' -i VERSION + ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I ./config autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, './config'. libtoolize: copying file './config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, './config'. libtoolize: copying file './config/libtool.m4' libtoolize: copying file './config/ltoptions.m4' libtoolize: copying file './config/ltsugar.m4' libtoolize: copying file './config/ltversion.m4' libtoolize: copying file './config/lt~obsolete.m4' autoreconf: running: /builds/local/hwloc-v2.0/autoconf-2.69/../bin/autoconf --force autoreconf: running: /builds/local/hwloc-v2.0/autoconf-2.69/../bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:87: installing './config/ar-lib' configure.ac:44: installing './config/compile' configure.ac:37: installing './config/config.guess' configure.ac:37: installing './config/config.sub' configure.ac:40: installing './config/install-sh' configure.ac:40: installing './config/missing' contrib/misc/Makefile.am: installing './config/depcomp' parallel-tests: installing './config/test-driver' autoreconf: Leaving directory `.' + ./configure ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for gcc option to accept ISO C99... none needed checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.0 configure: hwloc srcdir: /builds/workspace/extended_v2.0 checking for hwloc version... v2.0-20200529.1109.gitdf9570cf checking if want hwloc maintainer support... disabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc option to accept ISO C99... (cached) none needed checking size of void *... 8 checking which OS support to include... Linux checking which CPU support to include... x86_64 checking size of unsigned long... 8 checking size of unsigned int... 4 checking for the C compiler vendor... gnu checking for __attribute__... yes checking for __attribute__(aligned)... yes checking for __attribute__(always_inline)... yes checking for __attribute__(cold)... yes checking for __attribute__(const)... yes checking for __attribute__(deprecated)... yes checking for __attribute__(format)... yes checking for __attribute__(hot)... yes checking for __attribute__(malloc)... yes checking for __attribute__(may_alias)... yes checking for __attribute__(no_instrument_function)... yes checking for __attribute__(nonnull)... yes checking for __attribute__(noreturn)... yes checking for __attribute__(packed)... yes checking for __attribute__(pure)... yes checking for __attribute__(sentinel)... yes checking for __attribute__(unused)... yes checking for __attribute__(warn_unused_result)... yes checking for __attribute__(weak_alias)... yes checking if gcc supports -fvisibility=hidden... yes checking whether to enable symbol visibility... yes (via -fvisibility=hidden) configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS checking whether the C compiler rejects function calls with too many arguments... yes checking whether the C compiler rejects function calls with too few arguments... yes checking for unistd.h... (cached) yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for strings.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for strcasecmp... yes checking whether strcasecmp is declared... yes checking whether function strcasecmp has a complete prototype... yes checking for strncasecmp... yes checking whether strncasecmp is declared... yes checking whether function strncasecmp has a complete prototype... yes checking for strftime... yes checking for setlocale... yes checking for stdint.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for KAFFINITY... no checking for PROCESSOR_CACHE_TYPE... no checking for CACHE_DESCRIPTOR... no checking for LOGICAL_PROCESSOR_RELATIONSHIP... no checking for RelationProcessorPackage... no checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no checking for GROUP_AFFINITY... no checking for PROCESSOR_RELATIONSHIP... no checking for NUMA_NODE_RELATIONSHIP... no checking for CACHE_RELATIONSHIP... no checking for PROCESSOR_GROUP_INFO... no checking for GROUP_RELATIONSHIP... no checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no checking for PSAPI_WORKING_SET_EX_BLOCK... no checking for PSAPI_WORKING_SET_EX_INFORMATION... no checking for PROCESSOR_NUMBER... no checking for main in -lgdi32... no checking for PostQuitMessage in -luser32... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking sys/lgrp_user.h usability... no checking sys/lgrp_user.h presence... no checking for sys/lgrp_user.h... no checking kstat.h usability... no checking kstat.h presence... no checking for kstat.h... no checking whether fabsf is declared... yes checking for fabsf in -lm... yes checking whether modff is declared... yes checking for modff in -lm... yes checking picl.h usability... no checking picl.h presence... no checking for picl.h... no checking whether _SC_NPROCESSORS_ONLN is declared... yes checking whether _SC_NPROCESSORS_CONF is declared... yes checking whether _SC_NPROC_ONLN is declared... no checking whether _SC_NPROC_CONF is declared... no checking whether _SC_PAGESIZE is declared... yes checking whether _SC_PAGE_SIZE is declared... yes checking whether _SC_LARGE_PAGESIZE is declared... no checking mach/mach_host.h usability... no checking mach/mach_host.h presence... no checking for mach/mach_host.h... no checking mach/mach_init.h usability... no checking mach/mach_init.h presence... no checking for mach/mach_init.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/sysctl.h... yes checking whether CTL_HW is declared... no checking whether HW_NCPU is declared... no checking whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether getprogname is declared... no checking whether getexecname is declared... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... yes checking for __progname... yes checking for pthread_t... yes checking whether sched_getcpu is declared... yes checking whether sched_setaffinity is declared... yes checking whether function sched_setaffinity has a complete prototype... yes checking for old prototype of sched_setaffinity... no checking for working CPU_SET... yes checking for working CPU_SET_S... yes checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /bin/sh checking for ffs... yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... yes checking for ffsl... yes checking whether ffsl is declared... yes checking whether function ffsl has a complete prototype... yes checking for fls... no checking for flsl... no checking for clz... no checking for clzl... no checking for openat... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for getpagesize... yes checking for memalign... yes checking for posix_memalign... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for uname... yes checking valgrind/valgrind.h usability... yes checking valgrind/valgrind.h presence... yes checking for valgrind/valgrind.h... yes checking whether RUNNING_ON_VALGRIND is declared... yes checking pthread_np.h usability... no checking pthread_np.h presence... no checking for pthread_np.h... no checking whether pthread_setaffinity_np is declared... yes checking whether pthread_getaffinity_np is declared... yes checking for sched_setaffinity... yes checking for sys/cpuset.h... no checking for cpuset_setaffinity... no checking for library containing pthread_getthrds_np... no checking for cpuset_setid... no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... no checking pciaccess.h usability... no checking pciaccess.h presence... no checking for pciaccess.h... no checking CL/cl_ext.h usability... no checking CL/cl_ext.h presence... no checking for CL/cl_ext.h... no checking cuda.h usability... no checking cuda.h presence... no checking for cuda.h... no checking cuda_runtime_api.h usability... no checking cuda_runtime_api.h presence... no checking for cuda_runtime_api.h... no checking nvml.h usability... no checking nvml.h presence... no checking for nvml.h... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... yes checking for X11/Xutil.h... yes checking X11/keysym.h usability... yes checking X11/keysym.h presence... yes checking for X11/keysym.h... yes checking NVCtrl/NVCtrl.h usability... no checking NVCtrl/NVCtrl.h presence... no checking for NVCtrl/NVCtrl.h... no checking for LIBXML2... yes checking libxml/parser.h usability... yes checking libxml/parser.h presence... yes checking for libxml/parser.h... yes checking for xmlNewDoc... yes checking for final LIBXML2 support... yes checking for x86 cpuid... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... no checking components to build statically... noos xml synthetic xml_nolibxml linux linuxio xml_libxml x86 checking components to build as plugins... checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... yes checking for doxygen... no checking for pdflatex... no checking for makeindex... no checking for fig2dev... no checking for gs... no checking for epstopdf... no checking if can build doxygen docs... no checking for w3m... no checking for lynx... no checking if can build top-level README... no checking if will build doxygen docs... no checking if will install doxygen docs... no checking whether to enable "picky" compiler mode... yes (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... yes checking cairo.h usability... yes checking cairo.h presence... yes checking for cairo.h... yes checking for cairo_fill... yes checking for final CAIRO support... yes checking for wchar_t... yes checking for putwc... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for setlocale... (cached) yes checking for uselocale... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking termcap support using ncurses and ... no checking termcap support using ncurses and -ltermcap... no checking termcap support using ncurses and -lncursesw... no checking termcap support using ncurses and -lncurses... no checking termcap support using curses and ... no checking termcap support using curses and -ltermcap... no checking termcap support using curses and -lcursesw... no checking termcap support using curses and -lcurses... no checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... yes ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for numa_available in -lnuma... no checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... no checking infiniband/verbs.h presence... no checking for infiniband/verbs.h... no checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating hwloc/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/doxygen-config.cfg config.status: creating utils/Makefile config.status: creating utils/hwloc/Makefile config.status: creating utils/lstopo/Makefile config.status: creating hwloc.pc config.status: creating netloc/Makefile config.status: creating utils/netloc/infiniband/Makefile config.status: creating utils/netloc/draw/Makefile config.status: creating utils/netloc/scotch/Makefile config.status: creating utils/netloc/mpi/Makefile config.status: creating netloc.pc config.status: creating netlocscotch.pc config.status: creating tests/Makefile config.status: creating tests/hwloc/Makefile config.status: creating tests/hwloc/linux/Makefile config.status: creating tests/hwloc/linux/allowed/Makefile config.status: creating tests/hwloc/linux/gather/Makefile config.status: creating tests/hwloc/x86/Makefile config.status: creating tests/hwloc/xml/Makefile config.status: creating tests/hwloc/ports/Makefile config.status: creating tests/hwloc/rename/Makefile config.status: creating tests/hwloc/linux/allowed/test-topology.sh config.status: creating tests/hwloc/linux/gather/test-gather-topology.sh config.status: creating tests/hwloc/linux/test-topology.sh config.status: creating tests/hwloc/x86/test-topology.sh config.status: creating tests/hwloc/xml/test-topology.sh config.status: creating tests/hwloc/wrapper.sh config.status: creating utils/hwloc/hwloc-compress-dir config.status: creating utils/hwloc/hwloc-gather-topology config.status: creating utils/hwloc/test-hwloc-annotate.sh config.status: creating utils/hwloc/test-hwloc-calc.sh config.status: creating utils/hwloc/test-hwloc-compress-dir.sh config.status: creating utils/hwloc/test-hwloc-diffpatch.sh config.status: creating utils/hwloc/test-hwloc-distrib.sh config.status: creating utils/hwloc/test-hwloc-info.sh config.status: creating utils/hwloc/test-fake-plugin.sh config.status: creating utils/hwloc/test-hwloc-dump-hwdata/Makefile config.status: creating utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh config.status: creating utils/lstopo/test-lstopo.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/systemd/Makefile config.status: creating contrib/misc/Makefile config.status: creating contrib/windows/Makefile config.status: creating contrib/windows/test-windows-version.sh config.status: creating tests/netloc/Makefile config.status: creating tests/netloc/tests.sh config.status: creating include/private/autogen/config.h config.status: creating include/hwloc/autogen/config.h config.status: linking hwloc/topology-solaris.c to tests/hwloc/ports/topology-solaris.c config.status: linking hwloc/topology-solaris-chiptype.c to tests/hwloc/ports/topology-solaris-chiptype.c config.status: linking hwloc/topology-aix.c to tests/hwloc/ports/topology-aix.c config.status: linking hwloc/topology-windows.c to tests/hwloc/ports/topology-windows.c config.status: linking hwloc/topology-darwin.c to tests/hwloc/ports/topology-darwin.c config.status: linking hwloc/topology-freebsd.c to tests/hwloc/ports/topology-freebsd.c config.status: linking hwloc/topology-netbsd.c to tests/hwloc/ports/topology-netbsd.c config.status: linking hwloc/topology-hpux.c to tests/hwloc/ports/topology-hpux.c config.status: linking hwloc/topology-bgq.c to tests/hwloc/ports/topology-bgq.c config.status: linking hwloc/topology-opencl.c to tests/hwloc/ports/topology-opencl.c config.status: linking hwloc/topology-cuda.c to tests/hwloc/ports/topology-cuda.c config.status: linking hwloc/topology-nvml.c to tests/hwloc/ports/topology-nvml.c config.status: linking hwloc/topology-gl.c to tests/hwloc/ports/topology-gl.c config.status: linking utils/lstopo/lstopo-windows.c to tests/hwloc/ports/lstopo-windows.c config.status: executing depfiles commands config.status: executing libtool commands config.status: executing chmoding-scripts commands ----------------------------------------------------------------------------- Hwloc optional build support status (more details can be found above): Probe / display I/O devices: PCI(linux) LinuxIO Graphical output (Cairo): yes XML input / output: full Netloc functionality: no Plugin support: no ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.0/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.0/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.0/hwloc' CC topology.lo CC traversal.lo CC distances.lo CC components.lo CC bind.lo CC bitmap.lo CC pci-common.lo CC diff.lo CC shmem.lo CC misc.lo CC base64.lo CC topology-noos.lo CC topology-synthetic.lo CC topology-xml.lo CC topology-xml-nolibxml.lo CC topology-xml-libxml.lo CC topology-linux.lo CC topology-hardwired.lo CC topology-x86.lo CCLD libhwloc.la make[1]: Leaving directory '/builds/workspace/extended_v2.0/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.0/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.0/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.0/utils/hwloc' CC hwloc-annotate.o CCLD hwloc-annotate CC hwloc-bind.o CCLD hwloc-bind CC hwloc-calc.o CCLD hwloc-calc CC hwloc-diff.o CCLD hwloc-diff CC hwloc-distrib.o CCLD hwloc-distrib CC hwloc-info.o CCLD hwloc-info CC hwloc-patch.o CCLD hwloc-patch CC hwloc-ps.o CCLD hwloc-ps CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata Creating hwloc.7 man page... Creating hwloc-annotate.1 man page... Creating hwloc-bind.1 man page... Creating hwloc-calc.1 man page... Creating hwloc-compress-dir.1 man page... Creating hwloc-diff.1 man page... Creating hwloc-distrib.1 man page... Creating hwloc-info.1 man page... Creating hwloc-patch.1 man page... Creating hwloc-gather-topology.1 man page... Creating hwloc-ps.1 man page... Creating hwloc-gather-cpuid.1 man page... Creating hwloc-dump-hwdata.1 man page... make[3]: Leaving directory '/builds/workspace/extended_v2.0/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.0/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.0/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.0/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.0/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC lstopo_no_graphics-lstopo-color.o CC lstopo_no_graphics-lstopo-draw.o CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-ascii.o lstopo-ascii.c: In function ‘output_ascii’: lstopo-ascii.c:438:7: warning: variable ‘lbr’ set but not used [-Wunused-but-set-variable] int lbr, lbg, lbb; /* Last background color */ ^~~ lstopo-ascii.c:437:7: warning: variable ‘lfr’ set but not used [-Wunused-but-set-variable] int lfr, lfg, lfb; /* Last foreground color */ ^~~ CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o CCLD lstopo-no-graphics CC lstopo-lstopo.o CC lstopo-lstopo-color.o CC lstopo-lstopo-draw.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-ascii.o lstopo-ascii.c: In function ‘output_ascii’: lstopo-ascii.c:438:7: warning: variable ‘lbr’ set but not used [-Wunused-but-set-variable] int lbr, lbg, lbb; /* Last background color */ ^~~ lstopo-ascii.c:437:7: warning: variable ‘lfr’ set but not used [-Wunused-but-set-variable] int lfr, lfg, lfb; /* Last foreground color */ ^~~ CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.o CC lstopo-lstopo-cairo.o CCLD lstopo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.0/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.0/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.0/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.0/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.0/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/x86' make[2]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.0/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.0/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.0/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.0/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.0/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.0/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.0/contrib/misc' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.0/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.0/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.0/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.0/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.0/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.0/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.0/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.0/doc' make[1]: Entering directory '/builds/workspace/extended_v2.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.0' + make distcheck make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/builds/workspace/extended_v2.0' if test -d "hwloc-v2.0-20200529.1109.gitdf9570cf"; then find "hwloc-v2.0-20200529.1109.gitdf9570cf" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v2.0-20200529.1109.gitdf9570cf" || { sleep 5 && rm -rf "hwloc-v2.0-20200529.1109.gitdf9570cf"; }; else :; fi test -d "hwloc-v2.0-20200529.1109.gitdf9570cf" || mkdir "hwloc-v2.0-20200529.1109.gitdf9570cf" (cd include && make top_distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '/builds/workspace/extended_v2.0/include' make[2]: Leaving directory '/builds/workspace/extended_v2.0/include' (cd hwloc && make top_distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '/builds/workspace/extended_v2.0/hwloc' make[2]: Leaving directory '/builds/workspace/extended_v2.0/hwloc' (cd utils && make top_distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf/utils \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '/builds/workspace/extended_v2.0/utils' (cd hwloc && make top_distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf/utils/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.0/utils/hwloc' (cd test-hwloc-dump-hwdata && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/utils/hwloc/test-hwloc-dump-hwdata \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.0/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.0/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.0/utils/hwloc' (cd lstopo && make top_distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf/utils/lstopo \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.0/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.0/utils/lstopo' (cd netloc/infiniband && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/utils/netloc/infiniband \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.0/utils/netloc/infiniband' make[3]: Leaving directory '/builds/workspace/extended_v2.0/utils/netloc/infiniband' (cd netloc/draw && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/utils/netloc/draw \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.0/utils/netloc/draw' make[3]: Leaving directory '/builds/workspace/extended_v2.0/utils/netloc/draw' (cd netloc/mpi && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/utils/netloc/mpi \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.0/utils/netloc/mpi' make[3]: Leaving directory '/builds/workspace/extended_v2.0/utils/netloc/mpi' (cd netloc/scotch && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/utils/netloc/scotch \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.0/utils/netloc/scotch' make[3]: Leaving directory '/builds/workspace/extended_v2.0/utils/netloc/scotch' make[2]: Leaving directory '/builds/workspace/extended_v2.0/utils' (cd tests && make top_distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf/tests \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '/builds/workspace/extended_v2.0/tests' (cd hwloc && make top_distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf/tests/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc' (cd ports && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/tests/hwloc/ports \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/ports' make[4]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/ports' (cd xml && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/tests/hwloc/xml \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/xml' (cd linux && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/tests/hwloc/linux \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/linux' (cd allowed && make top_distdir=../../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../../hwloc-v2.0-20200529.1109.gitdf9570cf/tests/hwloc/linux/allowed \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/linux/allowed' (cd gather && make top_distdir=../../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../../hwloc-v2.0-20200529.1109.gitdf9570cf/tests/hwloc/linux/gather \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/linux' (cd x86 && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/tests/hwloc/x86 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/x86' (cd rename && make top_distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../../hwloc-v2.0-20200529.1109.gitdf9570cf/tests/hwloc/rename \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.0/tests/hwloc/rename' make[4]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc/rename' make[3]: Leaving directory '/builds/workspace/extended_v2.0/tests/hwloc' (cd netloc && make top_distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf/tests/netloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.0/tests/netloc' make[3]: Leaving directory '/builds/workspace/extended_v2.0/tests/netloc' make[2]: Leaving directory '/builds/workspace/extended_v2.0/tests' (cd contrib/systemd && make top_distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf/contrib/systemd \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '/builds/workspace/extended_v2.0/contrib/systemd' make[2]: Leaving directory '/builds/workspace/extended_v2.0/contrib/systemd' (cd contrib/misc && make top_distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../../hwloc-v2.0-20200529.1109.gitdf9570cf/contrib/misc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '/builds/workspace/extended_v2.0/contrib/misc' make[2]: Leaving directory '/builds/workspace/extended_v2.0/contrib/misc' (cd doc && make top_distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf distdir=../hwloc-v2.0-20200529.1109.gitdf9570cf/doc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '/builds/workspace/extended_v2.0/doc' *** ERROR: You do not have all the documentation generation tools *** that hwloc needs. Check the output from when you ran 'configure' *** (in section "Configuring hwloc documentation") to see what tools *** you are missing. *** *** 'make' will now abort with an error. make[2]: *** [Makefile:2383: images/diagram.png] Error 1 make[2]: Leaving directory '/builds/workspace/extended_v2.0/doc' make[1]: *** [Makefile:736: distdir] Error 1 make[1]: Leaving directory '/builds/workspace/extended_v2.0' make: *** [Makefile:834: dist] Error 2 + chmod u+w -R . + false [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Check) Stage "Check" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] echo Build status has changed. [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] echo Build failure. [Pipeline] emailext Sending email to: Brice.Goglin@inria.fr [Pipeline] } [Pipeline] // stage [Pipeline] End of Pipeline sh: line 1: 6529 Terminated sleep 3 GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE